Commit 70cfbcf5 authored by 皮倩雯's avatar 皮倩雯

fix: '优化物联网统一接入平台按钮提示'

parent caa5a418
Pipeline #68562 passed with stages
......@@ -506,13 +506,15 @@ const IotConfig = props => {
测试连接
</Button>
{upgrade && (
<Button
type="primary"
onClick={() => PingIotUpdata()}
style={{ marginLeft: '25px' }}
>
新增物联子站
</Button>
<Tooltip title="添加物联统一接入平台的子网站,并导入网页菜单数据">
<Button
type="primary"
onClick={() => PingIotUpdata()}
style={{ marginLeft: '25px' }}
>
平台升级
</Button>
</Tooltip>
)}
<span style={{ display: show1 }}>
<img
......
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