diff --git a/public/images/alarm/alarm-config.png b/public/images/alarm/alarm-config.png index a0413bb2..c043c5e5 100644 Binary files a/public/images/alarm/alarm-config.png and b/public/images/alarm/alarm-config.png differ diff --git a/public/images/alarm/device.png b/public/images/alarm/device.png index b9589a3b..3ccab0d1 100644 Binary files a/public/images/alarm/device.png and b/public/images/alarm/device.png differ diff --git a/public/images/alarm/log.png b/public/images/alarm/log.png index e793115c..c19fc87a 100644 Binary files a/public/images/alarm/log.png and b/public/images/alarm/log.png differ diff --git a/public/images/alarm/org.png b/public/images/alarm/org.png index 8b64f03d..c53a9e11 100644 Binary files a/public/images/alarm/org.png and b/public/images/alarm/org.png differ diff --git a/public/images/alarm/other.png b/public/images/alarm/other.png index c89782ee..4ebf4951 100644 Binary files a/public/images/alarm/other.png and b/public/images/alarm/other.png differ diff --git a/public/images/alarm/product.png b/public/images/alarm/product.png index 3841f3ba..bef80f4d 100644 Binary files a/public/images/alarm/product.png and b/public/images/alarm/product.png differ diff --git a/public/images/device-access.png b/public/images/device-access.png index 195da31c..67ae52b2 100644 Binary files a/public/images/device-access.png and b/public/images/device-access.png differ diff --git a/public/images/device-gateway.png b/public/images/device-gateway.png index f349d216..9f33b482 100644 Binary files a/public/images/device-gateway.png and b/public/images/device-gateway.png differ diff --git a/public/images/device-media.png b/public/images/device-media.png index 3b9be02f..7cbed55f 100644 Binary files a/public/images/device-media.png and b/public/images/device-media.png differ diff --git a/public/images/device-product.png b/public/images/device-product.png index edda813a..685a9860 100644 Binary files a/public/images/device-product.png and b/public/images/device-product.png differ diff --git a/public/images/device/instance/device-card.png b/public/images/device/instance/device-card.png index 9a740af2..ec1891c1 100644 Binary files a/public/images/device/instance/device-card.png and b/public/images/device/instance/device-card.png differ diff --git a/public/images/network.png b/public/images/network.png index 1abedad2..f3d5104a 100644 Binary files a/public/images/network.png and b/public/images/network.png differ diff --git a/public/images/protocol.png b/public/images/protocol.png index 38902585..6b9844f0 100644 Binary files a/public/images/protocol.png and b/public/images/protocol.png differ diff --git a/public/images/scene/trigger-type/scene.png b/public/images/scene/trigger-type/scene.png index ddb80831..99a69f0c 100644 Binary files a/public/images/scene/trigger-type/scene.png and b/public/images/scene/trigger-type/scene.png differ diff --git a/public/images/stream.png b/public/images/stream.png index 9d57c76a..652b4cea 100644 Binary files a/public/images/stream.png and b/public/images/stream.png differ diff --git a/src/views/edge/Device/Save/index.vue b/src/views/edge/Device/Save/index.vue index d1636e08..3b03e983 100644 --- a/src/views/edge/Device/Save/index.vue +++ b/src/views/edge/Device/Save/index.vue @@ -178,7 +178,7 @@ const modelRef = reactive({ id: undefined, name: '', describe: '', - photoUrl: getImage('/device/instance/device-card.png'), + photoUrl: getImage('/device-gateway.png'), }); const vailId = async (_: Record, value: string) => { diff --git a/src/views/edge/Device/index.vue b/src/views/edge/Device/index.vue index ea33ca36..60551a1b 100644 --- a/src/views/edge/Device/index.vue +++ b/src/views/edge/Device/index.vue @@ -55,7 +55,7 @@ :height="88" :src=" slotProps?.photoUrl || - getImage('/device/instance/device-card.png') + getImage('/device-gateway.png') " /> diff --git a/src/views/media/Cascade/index.vue b/src/views/media/Cascade/index.vue index 206d93dc..4bee8f17 100644 --- a/src/views/media/Cascade/index.vue +++ b/src/views/media/Cascade/index.vue @@ -45,7 +45,7 @@