|
@ -7,7 +7,7 @@ import AddNetworkModal from '../components/addNetworkModal'; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const type=[{id:1,label:'专网'},{id:2,label:'公网'}] |
|
|
const type=[{id:1,label:'外网'},{id:2,label:'内网'}] |
|
|
function Network(props) { |
|
|
function Network(props) { |
|
|
const { loading, clientHeight, actions, dispatch, } = props |
|
|
const { loading, clientHeight, actions, dispatch, } = props |
|
|
const { deviceManage,projectRegime} = actions |
|
|
const { deviceManage,projectRegime} = actions |
|
|