diff --git a/src/assets/img/eqm/fuwuqu.png b/src/assets/img/eqm/fuwuqu.png new file mode 100644 index 0000000..7961e09 Binary files /dev/null and b/src/assets/img/eqm/fuwuqu.png differ diff --git a/src/views/component/DeviceInfoComponent.vue b/src/views/component/DeviceInfoComponent.vue index 5464eed..eee4937 100644 --- a/src/views/component/DeviceInfoComponent.vue +++ b/src/views/component/DeviceInfoComponent.vue @@ -17,7 +17,7 @@
设备编号: - {{ props.deviceInfo.deviceCode }} + {{ props.deviceInfo.deviceId }}
@@ -31,21 +31,21 @@
桩号: - {{ props.deviceInfo.stakeNumber }} + {{ props.deviceInfo.pilEnum }}
经度: - {{ props.deviceInfo.longitude }} + {{ props.deviceInfo.lon }}
维度: - {{ props.deviceInfo.latitude }} + {{ props.deviceInfo.lat }}
IP: - {{ props.deviceInfo.ipAddress }} + {{ props.deviceInfo.ip }}
@@ -67,7 +67,7 @@ diff --git a/src/views/header.vue b/src/views/header.vue index 5ff0092..6473c4d 100644 --- a/src/views/header.vue +++ b/src/views/header.vue @@ -42,9 +42,9 @@ const weather = [
-
+
admin