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
e1f61197
Commit
e1f61197
authored
Jun 03, 2021
by
mayongxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
版本发布
parent
6fca5f4f
Pipeline
#29028
passed with stages
in 28 minutes 5 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
39 additions
and
1 deletion
+39
-1
colContent.jsx
src/components/Colophon/colContent.jsx
+38
-0
index.jsx
src/components/Colophon/index.jsx
+1
-1
No files found.
src/components/Colophon/colContent.jsx
View file @
e1f61197
...
...
@@ -27,6 +27,44 @@ const ColConen = () => {
};
const
arr
=
[
{
key
:
'6'
,
label
:
'v6.0.20210603 '
,
content
:
(
<
div
className=
{
styles
.
hr
}
>
<
div
className=
{
styles
.
topBox
}
>
<
div
className=
{
styles
.
topl
}
>
v6.0.20210603
</
div
>
<
div
className=
{
styles
.
topr
}
>
2021-06-03
</
div
>
</
div
>
<
hr
/>
<
h3
>
宿主管理
</
h3
>
<
ul
>
<
li
>
【新增】 基础信息
</
li
>
<
li
>
【新增】 物联配置
</
li
>
<
li
>
【新增】 代理配置
</
li
>
<
li
>
【新增】 消息平台连接
</
li
>
</
ul
>
<
h3
>
消息平台
</
h3
>
<
ul
>
<
li
>
【新增】 模板配置
</
li
>
<
li
>
【新增】 方案配置
</
li
>
</
ul
>
<
h3
>
GIS配置
</
h3
>
<
ul
>
<
li
>
【新增】 机构范围配置
</
li
>
<
li
>
【新增】 机构范围配置
</
li
>
</
ul
>
<
h3
>
站点管理
</
h3
>
<
ul
>
<
li
>
【优化】 支持多级站点创建
</
li
>
</
ul
>
<
h3
>
角色管理
</
h3
>
<
ul
>
<
li
>
【优化】 优化了人员选择布局
</
li
>
</
ul
>
</
div
>
),
},
{
key
:
'5'
,
label
:
'v6.0.20210115 '
,
...
...
src/components/Colophon/index.jsx
View file @
e1f61197
...
...
@@ -13,7 +13,7 @@ const Colophon = props => {
};
return
(
<
div
className=
{
styles
.
desc
}
onClick=
{
handleClick
}
>
<
div
>
版本v6.0.20210
115
</
div
>
<
div
>
版本v6.0.20210
603
</
div
>
<
div
onClick=
{
e
=>
e
.
stopPropagation
()
}
>
<
Modal
width=
{
1200
}
...
...
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