diff --git a/ruoyi-ui/src/api/equipment/type/api.js b/ruoyi-ui/src/api/equipment/type/api.js
index 72980505..f4a47dd1 100644
--- a/ruoyi-ui/src/api/equipment/type/api.js
+++ b/ruoyi-ui/src/api/equipment/type/api.js
@@ -145,7 +145,7 @@ export function listDevicesType() {
// 设备在线率统计
export function deviceStatusList(id) {
return request({
- url: "/system/status/deviceStatusList?deviceld=" + id,
+ url: "/system/status/deviceStatusList/" + id,
method: "get",
});
}
diff --git a/ruoyi-ui/src/views/JiHeExpressway/components/ProgressBar.vue b/ruoyi-ui/src/views/JiHeExpressway/components/ProgressBar.vue
new file mode 100644
index 00000000..d3b9e270
--- /dev/null
+++ b/ruoyi-ui/src/views/JiHeExpressway/components/ProgressBar.vue
@@ -0,0 +1,225 @@
+
+
+
+
+
+
+
+
+
+
+
+
{{ item.title }}
+
+
+
+
+
+
+
+
diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/Broadcast/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/Broadcast/index.vue
index 2cc5b2f8..1c85889a 100644
--- a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/Broadcast/index.vue
+++ b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/Broadcast/index.vue
@@ -12,7 +12,7 @@
diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/Camera/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/Camera/index.vue
index d3925f33..d270a36b 100644
--- a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/Camera/index.vue
+++ b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/Camera/index.vue
@@ -7,25 +7,51 @@
{{ dialogData.deviceName || "-" }}
-
+
-
+
- 雨刷:
-
-
+ style="
+ color: #3de8ff;
+ font-size: 15px;
+ font-family: PingFang SC, PingFang SC;
+ font-weight: 400;
+ line-height: 18px;
+ "
+ >
+ 雨刷:
+
+
+
摄相机参数
-
+
@@ -35,7 +61,10 @@
-
+
@@ -52,8 +81,8 @@ import {
getRoadInfoByStakeMark,
getOrganizationName,
} from "@screen/pages/Home/components/RoadAndEvents/utils/httpList.js";
-import { controlCamera } from "@screen/pages/Home/components/RoadAndEvents/utils/httpList.js"
-import { throttle } from "lodash"
+import { controlCamera } from "@screen/pages/Home/components/RoadAndEvents/utils/httpList.js";
+import { throttle } from "lodash";
import { dialogDelayVisible } from "./../mixin";
@@ -135,7 +164,7 @@ export default {
},
methods: {
controlClick: throttle(function (type) {
- controlCamera(this.deviceId, type)
+ controlCamera(this.deviceId, type);
}, 150),
visibleClose(bool) {
if (bool) return;
@@ -199,7 +228,7 @@ export default {
align-items: center;
justify-content: end;
- >div {
+ > div {
font-size: 16px;
padding: 6px 12px;
}
diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/DrivingGuidance/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/DrivingGuidance/index.vue
index 8ba65e9e..2b75466b 100644
--- a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/DrivingGuidance/index.vue
+++ b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/DrivingGuidance/index.vue
@@ -11,7 +11,7 @@
diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/FatigueWakesUp/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/FatigueWakesUp/index.vue
index 03508f22..22e2b3b1 100644
--- a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/FatigueWakesUp/index.vue
+++ b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/FatigueWakesUp/index.vue
@@ -4,11 +4,20 @@
-
+
设备参数
-
+
@@ -17,7 +26,10 @@
-
+
@@ -25,7 +37,10 @@
import Dialog from "@screen/components/Dialog/index.vue";
import Descriptions from "@screen/components/Descriptions.vue";
import Button from "@screen/components/Buttons/Button.vue";
-import { getRoadInfoByStakeMark, getProduct } from "@screen/pages/Home/components/RoadAndEvents/utils/httpList.js"
+import {
+ getRoadInfoByStakeMark,
+ getProduct,
+} from "@screen/pages/Home/components/RoadAndEvents/utils/httpList.js";
import Video from "@screen/components/Video";
import DeviceControlDialog from "./components/DeviceControlDialog.vue";
@@ -99,7 +114,7 @@ export default {
if (roadInfo) this.$set(this.data, "roadName", roadInfo.roadName);
},
methods: {
- handleClickTabs() { },
+ handleClickTabs() {},
},
};
@@ -140,7 +155,7 @@ export default {
align-items: center;
justify-content: end;
- >div {
+ > div {
font-size: 16px;
padding: 6px 12px;
}
diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/GuardrailCollision/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/GuardrailCollision/index.vue
index 05a05c68..61581fdc 100644
--- a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/GuardrailCollision/index.vue
+++ b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/GuardrailCollision/index.vue
@@ -9,7 +9,7 @@
-
+
@@ -179,7 +179,7 @@ div.switcher {
align-items: center;
justify-content: end;
- >div {
+ > div {
font-size: 16px;
padding: 6px 12px;
}
diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/Intermodulation/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/Intermodulation/index.vue
index 5c905f9d..7c78195f 100644
--- a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/Intermodulation/index.vue
+++ b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/Intermodulation/index.vue
@@ -9,14 +9,22 @@
-
+
当前车流量: {{ carNum }}辆
-
+
-
+
@@ -40,7 +48,7 @@ import { dialogDelayVisible } from "./../mixin";
import request from "@/utils/request";
import { Message } from "element-ui";
import RadioGroup from "@screen/components/FormConfig/components/RadioGroup/index.vue";
-import moment from 'moment/moment';
+import moment from "moment/moment";
// 广播发布
export default {
@@ -72,8 +80,8 @@ export default {
},
carNum: 0,
objectValue: {
- '1': 0,
- '3': 0
+ 1: 0,
+ 3: 0,
},
xData: [],
yData: [],
@@ -150,7 +158,7 @@ export default {
},
methods: {
changeRadio(value) {
- this.carNum = this.objectValue[value + ''];
+ this.carNum = this.objectValue[value + ""];
this.isShowCar = false;
if (value == 3) {
this.yData = this.jnYData;
@@ -162,7 +170,7 @@ export default {
// console.log('rdata', this.jnYData);
setTimeout(() => {
this.isShowCar = true;
- }, 1000)
+ }, 1000);
},
getPropertiesHistory(deviceId) {
this.xData = [];
@@ -177,17 +185,17 @@ export default {
}).then((result) => {
if (result.code != 200) return Message.error(result?.msg);
this.objectValue = result.data[result.data.length - 1];
- this.carNum = result.data[result.data.length - 1]['1'];
- result.data.forEach(it => {
+ this.carNum = result.data[result.data.length - 1]["1"];
+ result.data.forEach((it) => {
this.xData.push(moment(it.timestamp).format("HH:mm"));
- this.hzYData.push(it['1']);
- this.jnYData.push(it['3']);
+ this.hzYData.push(it["1"]);
+ this.jnYData.push(it["3"]);
this.yData = this.hzYData;
- })
+ });
this.isShowCar = true;
});
- }
- }
+ },
+ },
};
@@ -240,7 +248,7 @@ div.switcher {
align-items: center;
justify-content: end;
- >div {
+ > div {
font-size: 16px;
padding: 6px 12px;
}
diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/SmartDevice/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/SmartDevice/index.vue
index a539da76..39049f20 100644
--- a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/SmartDevice/index.vue
+++ b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/SmartDevice/index.vue
@@ -14,15 +14,22 @@
-
-
+
+
diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/InfoBoard/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/InfoBoard/index.vue
index c3377bd1..cf5c629e 100644
--- a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/InfoBoard/index.vue
+++ b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/InfoBoard/index.vue
@@ -94,7 +94,7 @@
diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/maintenanceOperations/statisticalAnalysis/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/maintenanceOperations/statisticalAnalysis/index.vue
index 5ac87cd3..7744cec7 100644
--- a/ruoyi-ui/src/views/JiHeExpressway/pages/maintenanceOperations/statisticalAnalysis/index.vue
+++ b/ruoyi-ui/src/views/JiHeExpressway/pages/maintenanceOperations/statisticalAnalysis/index.vue
@@ -84,27 +84,7 @@
-
-
- 高清网络枪型固定摄像机
- 高清网络球形摄像机
- 桥下高清网络球形摄像机
- 360°全景摄像机
- 180°全景摄像机
- 门架式可变信息标志
- 雨棚可变信息标志
- 站前悬臂式可变信息标志
- 气象检测器
- 路段语音广播系统
- 护栏碰撞预警系统
- 毫米波雷达
- 合流区预警系统
- 激光疲劳唤醒
- 一类交通量调查站
- 智能行车诱导系统
- 智能设备箱
-
-
+
@@ -135,7 +115,7 @@
-
-
\ No newline at end of file
diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/perception/trafficSituation/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/perception/trafficSituation/index.vue
index 4f3a5163..63c90b81 100644
--- a/ruoyi-ui/src/views/JiHeExpressway/pages/perception/trafficSituation/index.vue
+++ b/ruoyi-ui/src/views/JiHeExpressway/pages/perception/trafficSituation/index.vue
@@ -1,148 +1,139 @@
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+}
+
diff --git a/ruoyi-ui/vue.config.js b/ruoyi-ui/vue.config.js
index 408183dc..76fd75fd 100644
--- a/ruoyi-ui/vue.config.js
+++ b/ruoyi-ui/vue.config.js
@@ -54,9 +54,9 @@ module.exports = {
// target: `http://10.168.78.135:8087`, //王钦
// target: `http://10.168.66.196:8087`, //正晨后台 连现场物联 刘文阁2
// target: `http://10.168.68.42:8087`, //王思祥
- // target: `http://10.168.65.194:8087`, //赵祥龙
+ target: `http://10.168.65.194:8087`, //赵祥龙
// target: `http://10.168.65.156:8097`, //孟
- target: `http://10.168.76.181:8087`, //王家宝
+ // target: `http://10.168.76.181:8087`, //王家宝
// target: `http://10.168.65.103:8097`,
changeOrigin: true,
pathRewrite: {