Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivManage
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ReactWeb5
CivManage
Commits
bf08c1fc
Commit
bf08c1fc
authored
Dec 28, 2020
by
邓晓峰
Browse files
Options
Browse Files
Download
Plain Diff
feat: add .gitllab-ci.yml
parents
1781905f
367034f5
Pipeline
#21344
failed
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
5 deletions
+6
-5
.gitignore
.gitignore
+1
-0
colContent.jsx
src/components/Colophon/colContent.jsx
+2
-2
index.jsx
src/components/Colophon/index.jsx
+1
-1
index.less
src/components/Colophon/index.less
+1
-1
index.js
src/components/JumpContainer/index.js
+1
-1
No files found.
.gitignore
View file @
bf08c1fc
# Don't check auto-generated stuff into git
coverage
build
CivManage
node_modules
stats.json
...
...
src/components/Colophon/colContent.jsx
View file @
bf08c1fc
...
...
@@ -45,7 +45,7 @@ const arr = [
<
li
>
【修改】 修改了分组获取方式,禁止手动修改
</
li
>
<
li
>
【修改】 修改了默认展示的应用
</
li
>
</
ul
>
<
h3
>
gis
平台
</
h3
>
<
h3
>
GIS
平台
</
h3
>
<
ul
>
<
li
>
【新增】 新增七参数配置
</
li
>
</
ul
>
...
...
@@ -53,7 +53,7 @@ const arr = [
<
ul
>
<
li
>
【修改】 修改了页面内容,优化了引导方式
</
li
>
</
ul
>
<
h3
>
w
eb配置
</
h3
>
<
h3
>
W
eb配置
</
h3
>
<
ul
>
<
li
>
【修改】 菜单展示页面结构调整,调整提交逻辑
</
li
>
</
ul
>
...
...
src/components/Colophon/index.jsx
View file @
bf08c1fc
...
...
@@ -13,7 +13,7 @@ const Colophon = props => {
};
return
(
<
div
className=
{
styles
.
desc
}
onClick=
{
handleClick
}
>
<
div
>
版本
号
v5.0.20201225
</
div
>
<
div
>
版本v5.0.20201225
</
div
>
<
div
onClick=
{
e
=>
e
.
stopPropagation
()
}
>
<
Modal
width=
{
1200
}
...
...
src/components/Colophon/index.less
View file @
bf08c1fc
...
...
@@ -13,7 +13,7 @@
}
.log{
font-size:
40
px;
font-size:
27
px;
font-weight: bold;
margin-bottom: 5px;
margin-top: 20px;
...
...
src/components/JumpContainer/index.js
View file @
bf08c1fc
...
...
@@ -41,7 +41,7 @@ const JumpContainer = props => {
[
styles
.
link
]:
true
,
})}
>
旧版运维平台
运维平台
4.0
<
/a
>
)}
<
/p
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment