Commit e1f61197 authored by mayongxin's avatar mayongxin

版本发布

parent 6fca5f4f
Pipeline #29028 passed with stages
in 28 minutes 5 seconds
......@@ -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 ',
......
......@@ -13,7 +13,7 @@ const Colophon = props => {
};
return (
<div className={styles.desc} onClick={handleClick}>
<div>版本v6.0.20210115</div>
<div>版本v6.0.20210603</div>
<div onClick={e => e.stopPropagation()}>
<Modal
width={1200}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment