Commit 5d3d35c5 authored by Maofei94's avatar Maofei94

perf: 版本记录

parent 6afbc591
Pipeline #22479 skipped with stages
...@@ -27,6 +27,53 @@ const ColConen = () => { ...@@ -27,6 +27,53 @@ const ColConen = () => {
}; };
const arr = [ const arr = [
{
key: '5',
label: 'v6.0.20210115 ',
content: (
<div className={styles.hr}>
<div className={styles.topBox}>
<div className={styles.topl}>v6.0.20210115</div>
<div className={styles.topr}>2021-01-15</div>
</div>
<hr />
<h3>用户管理</h3>
<ul>
<li>【优化】 优化了table展示图标</li>
<li>【修复】 修复了批量删除失效的问题</li>
</ul>
<h3>角色管理</h3>
<ul>
<li>【优化】 优化了选中列表时的展示内容</li>
</ul>
<h3>站点管理</h3>
<ul>
<li>【新增】 新增已选列表框,展示选中的人员</li>
</ul>
<h3>GIS平台</h3>
<ul>
<li>【修复】 修复了维护管理不能提交保存</li>
</ul>
<h3>产品配置</h3>
<ul>
<li>【新增】 新配置路由成为独立模块</li>
<li>【优化】 优化了配置提交规则</li>
</ul>
<h3>Web配置</h3>
<ul>
<li>【优化】 优化了页面刷新问题</li>
</ul>
<h3>网关配置</h3>
<ul>
<li>【新增】 动态使用网关接口</li>
</ul>
<h3>运维痕迹</h3>
<ul>
<li>【优化】 优化运维痕迹操作信息展示</li>
</ul>
</div>
),
},
{ {
key: '4', key: '4',
label: 'v6.0.20210108 ', label: 'v6.0.20210108 ',
......
...@@ -13,7 +13,7 @@ const Colophon = props => { ...@@ -13,7 +13,7 @@ const Colophon = props => {
}; };
return ( return (
<div className={styles.desc} onClick={handleClick}> <div className={styles.desc} onClick={handleClick}>
<div>版本v6.0.20210108</div> <div>版本v6.0.20210115</div>
<div onClick={e => e.stopPropagation()}> <div onClick={e => e.stopPropagation()}>
<Modal <Modal
width={1200} width={1200}
......
...@@ -169,7 +169,7 @@ const MobileConfigPage = props => { ...@@ -169,7 +169,7 @@ const MobileConfigPage = props => {
const ContentTab = () => ( const ContentTab = () => (
<ProCard> <ProCard>
<Spin tip="loading..." spinning={loading}> {/* <Spin tip="loading..." spinning={loading}> */}
<Tabs activeKey={activeKey} type="card" onChange={handleChange}> <Tabs activeKey={activeKey} type="card" onChange={handleChange}>
{showConfig && ( {showConfig && (
<TabPane tab={tabArr[0].title} key={tabArr[0].key}> <TabPane tab={tabArr[0].title} key={tabArr[0].key}>
...@@ -192,7 +192,7 @@ const MobileConfigPage = props => { ...@@ -192,7 +192,7 @@ const MobileConfigPage = props => {
</TabPane> </TabPane>
)} )}
</Tabs> </Tabs>
</Spin> {/* </Spin> */}
</ProCard> </ProCard>
); );
const cts = (tabPaneItem, id) => ( const cts = (tabPaneItem, id) => (
...@@ -239,6 +239,7 @@ const MobileConfigPage = props => { ...@@ -239,6 +239,7 @@ const MobileConfigPage = props => {
]; ];
return ( return (
<PageContainer> <PageContainer>
<Spin spinning={loading} tip="loading...">
<Tabs <Tabs
activeKey={parentKey} activeKey={parentKey}
onChange={handleParChange} onChange={handleParChange}
...@@ -247,6 +248,7 @@ const MobileConfigPage = props => { ...@@ -247,6 +248,7 @@ const MobileConfigPage = props => {
> >
{singleList.map(item => cts(item, parentKey))} {singleList.map(item => cts(item, parentKey))}
</Tabs> </Tabs>
</Spin>
<Drawer <Drawer
title="新增应用" title="新增应用"
destroyOnClose destroyOnClose
......
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