|
|
@@ -55,6 +55,7 @@ import ReceivingCard from '@/views/device/detail/components/external/ReceivingCa
|
|
|
import Camera from '@/views/device/detail/components/external/Camera'
|
|
|
import Gateway from '@/views/device/detail/components/external/Gateway'
|
|
|
import DeviceNormalConfig from './components/DeviceNormalConfig'
|
|
|
+import DeviceShadow from './components/DeviceShadow'
|
|
|
|
|
|
export default {
|
|
|
name: 'DeviceSettings',
|
|
|
@@ -63,7 +64,8 @@ export default {
|
|
|
Transmitter,
|
|
|
ReceivingCard,
|
|
|
Camera,
|
|
|
- Gateway
|
|
|
+ Gateway,
|
|
|
+ DeviceShadow
|
|
|
},
|
|
|
data () {
|
|
|
return {
|
|
|
@@ -75,7 +77,8 @@ export default {
|
|
|
{ key: 'Transmitter', label: '发送控制设备' },
|
|
|
{ key: 'ReceivingCard', label: '接收卡' },
|
|
|
{ key: 'Camera', label: '摄像头' },
|
|
|
- { key: 'Gateway', label: '网关' }
|
|
|
+ { key: 'Gateway', label: '网关' },
|
|
|
+ { key: 'DeviceShadow', label: '影子配置' }
|
|
|
]
|
|
|
}
|
|
|
},
|