@@ -116,11 +116,11 @@ export default {
gap: 9px;
.text {
- font-size: 15px;
+ font-size: 13px;
font-family: PingFang SC, PingFang SC;
font-weight: 400;
color: #fff;
- line-height: 18px;
+ line-height: 14px;
gap: 3px;
display: flex;
}
diff --git a/ruoyi-ui/src/views/JiHeExpressway/components/Dialog/index.vue b/ruoyi-ui/src/views/JiHeExpressway/components/Dialog/index.vue
index 5ed780b8..ac0689b8 100644
--- a/ruoyi-ui/src/views/JiHeExpressway/components/Dialog/index.vue
+++ b/ruoyi-ui/src/views/JiHeExpressway/components/Dialog/index.vue
@@ -91,7 +91,6 @@ export default {
if (!bool) return this.destroyMoveable?.();
const container = this.$refs.DialogContentRef.$el;
-
this.destroyMoveable = moveable(container, {
target: container.querySelector(".dialog-title"),
});
diff --git a/ruoyi-ui/src/views/JiHeExpressway/components/HeaderMenu/CustomMenu.vue b/ruoyi-ui/src/views/JiHeExpressway/components/HeaderMenu/CustomMenu.vue
index 994b44ff..39ecc731 100644
--- a/ruoyi-ui/src/views/JiHeExpressway/components/HeaderMenu/CustomMenu.vue
+++ b/ruoyi-ui/src/views/JiHeExpressway/components/HeaderMenu/CustomMenu.vue
@@ -13,8 +13,8 @@
- {{
- item2.title }}
+
+ {{item2.title }}
@@ -84,15 +84,16 @@ export default {
node = node.children;
}
}
- // this.$emit("onChange", node, key);
-
if(node.title === '系统管理'){
- // window.open('https://10.0.111.11:91/index')
+ this.activeIndex = key
getConfigKey("backgroundUrl").then((res) => {
window.open(res.msg)
});
- } else {
- this.$route.path != node.path && this.$router.push(node.path);
+ } else if(node.title==='桥梁监测'){
+ this.activeIndex = key
+ window.open('http://iot.sdhscloud.com/home?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6MTc1MSwidWlkIjoiM2M2NTZjOGUtMzgwZC0xMWVmLWFhNmItYmVhNGE2MDZhMzE2IiwidXNlcm5hbWUiOiJKSFpIR1MiLCJuaWNrbmFtZSI6Ilx1NmQ0ZVx1ODNjZlx1NjY3YVx1NjE2N1x1OWFkOFx1OTAxZiIsImVtYWlsIjoiMjU4NTQwMjg0MEBxcS5jb20iLCJ0ZWwiOiIiLCJpc19zdXBlcnVzZXIiOmZhbHNlLCJpc19tYXN0ZXIiOmZhbHNlLCJpc19hY3RpdmUiOnRydWUsInRlbmFudF9pZCI6NDUsImF0dHJzIjp7Imdyb3VwIjoiIn0sImhhc3VyYSI6eyJ4LWhhc3VyYS11c2VyLWlkIjoiM2M2NTZjOGUtMzgwZC0xMWVmLWFhNmItYmVhNGE2MDZhMzE2IiwieC1oYXN1cmEtdGVuYW50Ijo0NSwieC1oYXN1cmEtYWN0aXZlIjp0cnVlLCJ4LWhhc3VyYS1tYXN0ZXIiOmZhbHNlLCJ4LWhhc3VyYS1yb2xlX2lkIjo1MjcsIngtaGFzdXJhLWFwcF9pZCI6NTIsIngtaGFzdXJhLXNlcnZpY2VfaWQiOjQsIngtaGFzdXJhLXN1cGVydXNlciI6ZmFsc2V9LCJhcHBfaWQiOjUyLCJyb2xlX2lkIjo1MjcsInNlcnZpY2VfaWQiOjQsImNsaWVudF9pZCI6IjA1ZTI1NzU4LTBhYTQtMTFlYS1iYTM0LTAyNDJhYzEwMDExZiIsImV4cCI6NDg3MzUxMzk1M30.JR5dwFCmNfaDFkSISOF5ZhRyPBulzDwG1bg4BA-Jqog')
+ } else if (this.$route.path != node.path){
+ this.$router.push(node.path);
}
}
diff --git a/ruoyi-ui/src/views/JiHeExpressway/components/HeaderMenu/EarlyWarning.vue b/ruoyi-ui/src/views/JiHeExpressway/components/HeaderMenu/EarlyWarning.vue
index e2f9fc52..502b8f8b 100644
--- a/ruoyi-ui/src/views/JiHeExpressway/components/HeaderMenu/EarlyWarning.vue
+++ b/ruoyi-ui/src/views/JiHeExpressway/components/HeaderMenu/EarlyWarning.vue
@@ -1,11 +1,12 @@
+
{{ warningNum>99?'99+':warningNum }}
-
@@ -13,18 +14,38 @@
+
+
diff --git a/ruoyi-ui/src/views/JiHeExpressway/components/HeaderMenu/dialogWarn/chartsFee.js b/ruoyi-ui/src/views/JiHeExpressway/components/HeaderMenu/dialogWarn/chartsFee.js
new file mode 100644
index 00000000..41f08237
--- /dev/null
+++ b/ruoyi-ui/src/views/JiHeExpressway/components/HeaderMenu/dialogWarn/chartsFee.js
@@ -0,0 +1,133 @@
+import * as echarts from "echarts";
+var options = {
+ tooltip: {
+ show: true,
+ trigger: "axis",
+ formatter: (params) => {
+ let name = params[0].axisValue + (params[0].axisIndex === 0?' 入口':' 出口') ;
+ for(let i =0; i < params.length; i++){
+ if(i%2===0){
+ name+='
'
+ } else{
+ name+='
'
+ }
+ name += `${params[i].marker}${params[i].seriesName}:
${params[i].value} 辆`
+
+ }
+ return name;
+ }
+ },
+ axisPointer: {
+ link: [
+ {
+ yAxisIndex: "all",
+ },
+ ],
+ },
+ legend: {
+ top: 0,
+ right: 0,
+ icon:'rect',
+ textStyle: {
+ color: "#fff",
+ },
+ itemHeight: 5,
+ itemWidth: 10,
+ data: [],
+ },
+ grid: [
+ {
+ left: 40,
+ right: 10,
+ top: '25%',
+ height: "35%",
+ },
+ {
+ left: 40,
+ right: 10,
+ top: "60%",
+ height: "35%",
+ },
+ ],
+ xAxis: [
+ {
+ type: "category",
+ data: [],
+ axisLabel: {
+ color: "#ffffff",
+ show: false
+ },
+ z: 10,
+ splitLine: {
+ show: false,
+ },
+ axisTick: {
+ show: false,
+ },
+ },
+ {
+ onZero: true,
+ axisLine: { show: false },
+ gridIndex: 1,
+ type: "category",
+ z: 10,
+ data: [],
+ position: "top",
+ axisLabel: {
+ color: "#fff",
+ margin: -20,
+ formatter: function (params) {
+ return `${params}`;
+ },
+ },
+ axisTick: {
+ show: false,
+ },
+ },
+ ],
+ yAxis: [
+ {
+ name: "车流量",
+ type: "value",
+ axisLabel: {
+ color: "#FFF",
+ },
+ axisLine: {
+ show: true,
+ lineStyle: {
+ color: "#00D1FF",
+ },
+ },
+ splitLine: {
+ show: false,
+ },
+ },
+ {
+ gridIndex: 1,
+ name: "",
+ type: "value",
+ inverse: true,
+ axisLabel: {
+ color: "#FFF",
+ },
+ axisLine: {
+ show: true,
+ lineStyle: {
+ color: "#00D1FF",
+ },
+ },
+ splitLine: {
+ show: false,
+ },
+ },
+ ],
+ series: [
+ {
+ name: "本期车流量",
+ type: "line",
+ data: [],
+ }
+ ],
+};
+
+export default options;
diff --git a/ruoyi-ui/src/views/JiHeExpressway/components/HeaderMenu/dialogWarn/mock.js b/ruoyi-ui/src/views/JiHeExpressway/components/HeaderMenu/dialogWarn/mock.js
new file mode 100644
index 00000000..6b5e983c
--- /dev/null
+++ b/ruoyi-ui/src/views/JiHeExpressway/components/HeaderMenu/dialogWarn/mock.js
@@ -0,0 +1,2210 @@
+export const mokStakeWarning = {
+ "1": {
+ "2024-07-02": [
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K173+950",
+ "typeTruckFlow": 0,
+ "stake_make": "K155+652",
+ "name": "东平湖枢纽",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K155+652",
+ "typeTruckFlow": 0,
+ "stake_make": "K145+933",
+ "name": "东平立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K202+979",
+ "typeTruckFlow": 0,
+ "stake_make": "K190+495",
+ "name": "嘉祥西立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K072+847",
+ "typeTruckFlow": 0,
+ "stake_make": "K059+289",
+ "name": "大学城立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K126+233",
+ "typeTruckFlow": 0,
+ "stake_make": "K117+878",
+ "name": "孔村枢纽",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K099+750",
+ "typeTruckFlow": 0,
+ "stake_make": "K086+499",
+ "name": "孝里立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K105+904",
+ "typeTruckFlow": 0,
+ "stake_make": "K099+750",
+ "name": "平阴北立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K145+933",
+ "typeTruckFlow": 0,
+ "stake_make": "K126+233",
+ "name": "平阴南立交-",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K117+878",
+ "typeTruckFlow": 0,
+ "stake_make": "K105+904",
+ "name": "平阴立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K086+499",
+ "typeTruckFlow": 0,
+ "stake_make": "K083+835",
+ "name": "松竹枢纽",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K179+396",
+ "typeTruckFlow": 0,
+ "stake_make": "K173+950",
+ "name": "梁山东立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K190+495",
+ "typeTruckFlow": 0,
+ "stake_make": "K179+396",
+ "name": "梁山立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K059+289",
+ "typeTruckFlow": 0,
+ "stake_make": "K054+394",
+ "name": "殷家林枢纽",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K083+835",
+ "typeTruckFlow": 0,
+ "stake_make": "K072+847",
+ "name": "长清立交",
+ "totalPassengerFlow": 0
+ }
+ ],
+ "2024-07-06": [
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K173+950",
+ "typeTruckFlow": 0,
+ "stake_make": "K155+652",
+ "name": "东平湖枢纽",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K155+652",
+ "typeTruckFlow": 0,
+ "stake_make": "K145+933",
+ "name": "东平立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K202+979",
+ "typeTruckFlow": 0,
+ "stake_make": "K190+495",
+ "name": "嘉祥西立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K072+847",
+ "typeTruckFlow": 0,
+ "stake_make": "K059+289",
+ "name": "大学城立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K126+233",
+ "typeTruckFlow": 0,
+ "stake_make": "K117+878",
+ "name": "孔村枢纽",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K099+750",
+ "typeTruckFlow": 0,
+ "stake_make": "K086+499",
+ "name": "孝里立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K105+904",
+ "typeTruckFlow": 0,
+ "stake_make": "K099+750",
+ "name": "平阴北立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K145+933",
+ "typeTruckFlow": 0,
+ "stake_make": "K126+233",
+ "name": "平阴南立交-",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K117+878",
+ "typeTruckFlow": 0,
+ "stake_make": "K105+904",
+ "name": "平阴立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K086+499",
+ "typeTruckFlow": 0,
+ "stake_make": "K083+835",
+ "name": "松竹枢纽",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K179+396",
+ "typeTruckFlow": 0,
+ "stake_make": "K173+950",
+ "name": "梁山东立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K190+495",
+ "typeTruckFlow": 0,
+ "stake_make": "K179+396",
+ "name": "梁山立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K059+289",
+ "typeTruckFlow": 0,
+ "stake_make": "K054+394",
+ "name": "殷家林枢纽",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K083+835",
+ "typeTruckFlow": 0,
+ "stake_make": "K072+847",
+ "name": "长清立交",
+ "totalPassengerFlow": 0
+ }
+ ],
+ "2024-07-05": [
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K173+950",
+ "typeTruckFlow": 0,
+ "stake_make": "K155+652",
+ "name": "东平湖枢纽",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K155+652",
+ "typeTruckFlow": 0,
+ "stake_make": "K145+933",
+ "name": "东平立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K202+979",
+ "typeTruckFlow": 0,
+ "stake_make": "K190+495",
+ "name": "嘉祥西立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K072+847",
+ "typeTruckFlow": 0,
+ "stake_make": "K059+289",
+ "name": "大学城立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K126+233",
+ "typeTruckFlow": 0,
+ "stake_make": "K117+878",
+ "name": "孔村枢纽",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K099+750",
+ "typeTruckFlow": 0,
+ "stake_make": "K086+499",
+ "name": "孝里立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K105+904",
+ "typeTruckFlow": 0,
+ "stake_make": "K099+750",
+ "name": "平阴北立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K145+933",
+ "typeTruckFlow": 0,
+ "stake_make": "K126+233",
+ "name": "平阴南立交-",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K117+878",
+ "typeTruckFlow": 0,
+ "stake_make": "K105+904",
+ "name": "平阴立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K086+499",
+ "typeTruckFlow": 0,
+ "stake_make": "K083+835",
+ "name": "松竹枢纽",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K179+396",
+ "typeTruckFlow": 0,
+ "stake_make": "K173+950",
+ "name": "梁山东立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K190+495",
+ "typeTruckFlow": 0,
+ "stake_make": "K179+396",
+ "name": "梁山立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K059+289",
+ "typeTruckFlow": 0,
+ "stake_make": "K054+394",
+ "name": "殷家林枢纽",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K083+835",
+ "typeTruckFlow": 0,
+ "stake_make": "K072+847",
+ "name": "长清立交",
+ "totalPassengerFlow": 0
+ }
+ ],
+ "2024-07-04": [
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K173+950",
+ "typeTruckFlow": 0,
+ "stake_make": "K155+652",
+ "name": "东平湖枢纽",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K155+652",
+ "typeTruckFlow": 0,
+ "stake_make": "K145+933",
+ "name": "东平立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K202+979",
+ "typeTruckFlow": 0,
+ "stake_make": "K190+495",
+ "name": "嘉祥西立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K072+847",
+ "typeTruckFlow": 0,
+ "stake_make": "K059+289",
+ "name": "大学城立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K126+233",
+ "typeTruckFlow": 0,
+ "stake_make": "K117+878",
+ "name": "孔村枢纽",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K099+750",
+ "typeTruckFlow": 0,
+ "stake_make": "K086+499",
+ "name": "孝里立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K105+904",
+ "typeTruckFlow": 0,
+ "stake_make": "K099+750",
+ "name": "平阴北立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K145+933",
+ "typeTruckFlow": 0,
+ "stake_make": "K126+233",
+ "name": "平阴南立交-",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K117+878",
+ "typeTruckFlow": 0,
+ "stake_make": "K105+904",
+ "name": "平阴立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K086+499",
+ "typeTruckFlow": 0,
+ "stake_make": "K083+835",
+ "name": "松竹枢纽",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K179+396",
+ "typeTruckFlow": 0,
+ "stake_make": "K173+950",
+ "name": "梁山东立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K190+495",
+ "typeTruckFlow": 0,
+ "stake_make": "K179+396",
+ "name": "梁山立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K059+289",
+ "typeTruckFlow": 0,
+ "stake_make": "K054+394",
+ "name": "殷家林枢纽",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K083+835",
+ "typeTruckFlow": 0,
+ "stake_make": "K072+847",
+ "name": "长清立交",
+ "totalPassengerFlow": 0
+ }
+ ],
+ "2024-07-03": [
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K173+950",
+ "typeTruckFlow": 0,
+ "stake_make": "K155+652",
+ "name": "东平湖枢纽",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K155+652",
+ "typeTruckFlow": 0,
+ "stake_make": "K145+933",
+ "name": "东平立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K202+979",
+ "typeTruckFlow": 0,
+ "stake_make": "K190+495",
+ "name": "嘉祥西立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K072+847",
+ "typeTruckFlow": 0,
+ "stake_make": "K059+289",
+ "name": "大学城立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K126+233",
+ "typeTruckFlow": 0,
+ "stake_make": "K117+878",
+ "name": "孔村枢纽",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K099+750",
+ "typeTruckFlow": 0,
+ "stake_make": "K086+499",
+ "name": "孝里立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K105+904",
+ "typeTruckFlow": 0,
+ "stake_make": "K099+750",
+ "name": "平阴北立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K145+933",
+ "typeTruckFlow": 0,
+ "stake_make": "K126+233",
+ "name": "平阴南立交-",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K117+878",
+ "typeTruckFlow": 0,
+ "stake_make": "K105+904",
+ "name": "平阴立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K086+499",
+ "typeTruckFlow": 0,
+ "stake_make": "K083+835",
+ "name": "松竹枢纽",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K179+396",
+ "typeTruckFlow": 0,
+ "stake_make": "K173+950",
+ "name": "梁山东立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K190+495",
+ "typeTruckFlow": 0,
+ "stake_make": "K179+396",
+ "name": "梁山立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K059+289",
+ "typeTruckFlow": 0,
+ "stake_make": "K054+394",
+ "name": "殷家林枢纽",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K083+835",
+ "typeTruckFlow": 0,
+ "stake_make": "K072+847",
+ "name": "长清立交",
+ "totalPassengerFlow": 0
+ }
+ ]
+ },
+ "3": {
+ "2024-07-02": [
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K173+950",
+ "typeTruckFlow": 0,
+ "stake_make": "K155+652",
+ "name": "东平湖枢纽",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K155+652",
+ "typeTruckFlow": 0,
+ "stake_make": "K145+933",
+ "name": "东平立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K202+979",
+ "typeTruckFlow": 0,
+ "stake_make": "K190+495",
+ "name": "嘉祥西立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K072+847",
+ "typeTruckFlow": 0,
+ "stake_make": "K059+289",
+ "name": "大学城立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K126+233",
+ "typeTruckFlow": 0,
+ "stake_make": "K117+878",
+ "name": "孔村枢纽",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K099+750",
+ "typeTruckFlow": 0,
+ "stake_make": "K086+499",
+ "name": "孝里立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K105+904",
+ "typeTruckFlow": 0,
+ "stake_make": "K099+750",
+ "name": "平阴北立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K145+933",
+ "typeTruckFlow": 0,
+ "stake_make": "K126+233",
+ "name": "平阴南立交-",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K117+878",
+ "typeTruckFlow": 0,
+ "stake_make": "K105+904",
+ "name": "平阴立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K086+499",
+ "typeTruckFlow": 0,
+ "stake_make": "K083+835",
+ "name": "松竹枢纽",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K179+396",
+ "typeTruckFlow": 0,
+ "stake_make": "K173+950",
+ "name": "梁山东立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K190+495",
+ "typeTruckFlow": 0,
+ "stake_make": "K179+396",
+ "name": "梁山立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K059+289",
+ "typeTruckFlow": 0,
+ "stake_make": "K054+394",
+ "name": "殷家林枢纽",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K083+835",
+ "typeTruckFlow": 0,
+ "stake_make": "K072+847",
+ "name": "长清立交",
+ "totalPassengerFlow": 0
+ }
+ ],
+ "2024-07-06": [
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K173+950",
+ "typeTruckFlow": 0,
+ "stake_make": "K155+652",
+ "name": "东平湖枢纽",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K155+652",
+ "typeTruckFlow": 0,
+ "stake_make": "K145+933",
+ "name": "东平立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K202+979",
+ "typeTruckFlow": 0,
+ "stake_make": "K190+495",
+ "name": "嘉祥西立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K072+847",
+ "typeTruckFlow": 0,
+ "stake_make": "K059+289",
+ "name": "大学城立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K126+233",
+ "typeTruckFlow": 0,
+ "stake_make": "K117+878",
+ "name": "孔村枢纽",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K099+750",
+ "typeTruckFlow": 0,
+ "stake_make": "K086+499",
+ "name": "孝里立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K105+904",
+ "typeTruckFlow": 0,
+ "stake_make": "K099+750",
+ "name": "平阴北立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K145+933",
+ "typeTruckFlow": 0,
+ "stake_make": "K126+233",
+ "name": "平阴南立交-",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K117+878",
+ "typeTruckFlow": 0,
+ "stake_make": "K105+904",
+ "name": "平阴立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K086+499",
+ "typeTruckFlow": 0,
+ "stake_make": "K083+835",
+ "name": "松竹枢纽",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K179+396",
+ "typeTruckFlow": 0,
+ "stake_make": "K173+950",
+ "name": "梁山东立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K190+495",
+ "typeTruckFlow": 0,
+ "stake_make": "K179+396",
+ "name": "梁山立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K059+289",
+ "typeTruckFlow": 0,
+ "stake_make": "K054+394",
+ "name": "殷家林枢纽",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K083+835",
+ "typeTruckFlow": 0,
+ "stake_make": "K072+847",
+ "name": "长清立交",
+ "totalPassengerFlow": 0
+ }
+ ],
+ "2024-07-05": [
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K173+950",
+ "typeTruckFlow": 0,
+ "stake_make": "K155+652",
+ "name": "东平湖枢纽",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K155+652",
+ "typeTruckFlow": 0,
+ "stake_make": "K145+933",
+ "name": "东平立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K202+979",
+ "typeTruckFlow": 0,
+ "stake_make": "K190+495",
+ "name": "嘉祥西立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K072+847",
+ "typeTruckFlow": 0,
+ "stake_make": "K059+289",
+ "name": "大学城立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K126+233",
+ "typeTruckFlow": 0,
+ "stake_make": "K117+878",
+ "name": "孔村枢纽",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K099+750",
+ "typeTruckFlow": 0,
+ "stake_make": "K086+499",
+ "name": "孝里立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K105+904",
+ "typeTruckFlow": 0,
+ "stake_make": "K099+750",
+ "name": "平阴北立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K145+933",
+ "typeTruckFlow": 0,
+ "stake_make": "K126+233",
+ "name": "平阴南立交-",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K117+878",
+ "typeTruckFlow": 0,
+ "stake_make": "K105+904",
+ "name": "平阴立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K086+499",
+ "typeTruckFlow": 0,
+ "stake_make": "K083+835",
+ "name": "松竹枢纽",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K179+396",
+ "typeTruckFlow": 0,
+ "stake_make": "K173+950",
+ "name": "梁山东立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K190+495",
+ "typeTruckFlow": 0,
+ "stake_make": "K179+396",
+ "name": "梁山立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K059+289",
+ "typeTruckFlow": 0,
+ "stake_make": "K054+394",
+ "name": "殷家林枢纽",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K083+835",
+ "typeTruckFlow": 0,
+ "stake_make": "K072+847",
+ "name": "长清立交",
+ "totalPassengerFlow": 0
+ }
+ ],
+ "2024-07-04": [
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K173+950",
+ "typeTruckFlow": 0,
+ "stake_make": "K155+652",
+ "name": "东平湖枢纽",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K155+652",
+ "typeTruckFlow": 0,
+ "stake_make": "K145+933",
+ "name": "东平立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K202+979",
+ "typeTruckFlow": 0,
+ "stake_make": "K190+495",
+ "name": "嘉祥西立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K072+847",
+ "typeTruckFlow": 0,
+ "stake_make": "K059+289",
+ "name": "大学城立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K126+233",
+ "typeTruckFlow": 0,
+ "stake_make": "K117+878",
+ "name": "孔村枢纽",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K099+750",
+ "typeTruckFlow": 0,
+ "stake_make": "K086+499",
+ "name": "孝里立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K105+904",
+ "typeTruckFlow": 0,
+ "stake_make": "K099+750",
+ "name": "平阴北立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K145+933",
+ "typeTruckFlow": 0,
+ "stake_make": "K126+233",
+ "name": "平阴南立交-",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K117+878",
+ "typeTruckFlow": 0,
+ "stake_make": "K105+904",
+ "name": "平阴立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K086+499",
+ "typeTruckFlow": 0,
+ "stake_make": "K083+835",
+ "name": "松竹枢纽",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K179+396",
+ "typeTruckFlow": 0,
+ "stake_make": "K173+950",
+ "name": "梁山东立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K190+495",
+ "typeTruckFlow": 0,
+ "stake_make": "K179+396",
+ "name": "梁山立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K059+289",
+ "typeTruckFlow": 0,
+ "stake_make": "K054+394",
+ "name": "殷家林枢纽",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K083+835",
+ "typeTruckFlow": 0,
+ "stake_make": "K072+847",
+ "name": "长清立交",
+ "totalPassengerFlow": 0
+ }
+ ],
+ "2024-07-03": [
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K173+950",
+ "typeTruckFlow": 0,
+ "stake_make": "K155+652",
+ "name": "东平湖枢纽",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K155+652",
+ "typeTruckFlow": 0,
+ "stake_make": "K145+933",
+ "name": "东平立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K202+979",
+ "typeTruckFlow": 0,
+ "stake_make": "K190+495",
+ "name": "嘉祥西立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K072+847",
+ "typeTruckFlow": 0,
+ "stake_make": "K059+289",
+ "name": "大学城立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K126+233",
+ "typeTruckFlow": 0,
+ "stake_make": "K117+878",
+ "name": "孔村枢纽",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K099+750",
+ "typeTruckFlow": 0,
+ "stake_make": "K086+499",
+ "name": "孝里立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K105+904",
+ "typeTruckFlow": 0,
+ "stake_make": "K099+750",
+ "name": "平阴北立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K145+933",
+ "typeTruckFlow": 0,
+ "stake_make": "K126+233",
+ "name": "平阴南立交-",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K117+878",
+ "typeTruckFlow": 0,
+ "stake_make": "K105+904",
+ "name": "平阴立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K086+499",
+ "typeTruckFlow": 0,
+ "stake_make": "K083+835",
+ "name": "松竹枢纽",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K179+396",
+ "typeTruckFlow": 0,
+ "stake_make": "K173+950",
+ "name": "梁山东立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K190+495",
+ "typeTruckFlow": 0,
+ "stake_make": "K179+396",
+ "name": "梁山立交",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K059+289",
+ "typeTruckFlow": 0,
+ "stake_make": "K054+394",
+ "name": "殷家林枢纽",
+ "totalPassengerFlow": 0
+ },
+ {
+ "volume": 0,
+ "typeSpecialVehicleFlow": 0,
+ "end_make": "K083+835",
+ "typeTruckFlow": 0,
+ "stake_make": "K072+847",
+ "name": "长清立交",
+ "totalPassengerFlow": 0
+ }
+ ]
+ },
+ "4": {
+ "2024-07-02": [
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "大学城收费站",
+ "id": "",
+ "trafficVolume": 4,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "长清收费站",
+ "id": "",
+ "trafficVolume": 6,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "孝里收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "平阴北收费站",
+ "id": "",
+ "trafficVolume": 10,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "平阴收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "平阴南收费站",
+ "id": "",
+ "trafficVolume": 30,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "东平收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "梁山东收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "梁山收费站",
+ "id": "",
+ "trafficVolume": 50,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "嘉祥西收费站",
+ "id": "",
+ "trafficVolume": 20,
+ "accessType": 0,
+ "periodType": 0
+ }
+ ],
+ "2024-07-06": [
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "大学城收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "长清收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "孝里收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "平阴北收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "平阴收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "平阴南收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "东平收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "梁山东收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "梁山收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "嘉祥西收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ }
+ ],
+ "2024-07-05": [
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "大学城收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "长清收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "孝里收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "平阴北收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "平阴收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "平阴南收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "东平收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "梁山东收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "梁山收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "嘉祥西收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ }
+ ],
+ "2024-07-04": [
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "大学城收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "长清收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "孝里收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "平阴北收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "平阴收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "平阴南收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "东平收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "梁山东收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "梁山收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "嘉祥西收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ }
+ ],
+ "2024-07-03": [
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "大学城收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "长清收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "孝里收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "平阴北收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "平阴收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "平阴南收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "东平收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "梁山东收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "梁山收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "嘉祥西收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ }
+ ]
+ },
+ "5": {
+ "2024-07-02": [
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "大学城收费站",
+ "id": "",
+ "trafficVolume": 10,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "长清收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "孝里收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "平阴北收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "平阴收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "平阴南收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "东平收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "梁山东收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "梁山收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "嘉祥西收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ }
+ ],
+ "2024-07-06": [
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "大学城收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "长清收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "孝里收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "平阴北收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "平阴收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "平阴南收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "东平收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "梁山东收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "梁山收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "嘉祥西收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ }
+ ],
+ "2024-07-05": [
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "大学城收费站",
+ "id": "",
+ "trafficVolume": 10,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "长清收费站",
+ "id": "",
+ "trafficVolume": 30,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "孝里收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "平阴北收费站",
+ "id": "",
+ "trafficVolume": 20,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "平阴收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "平阴南收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "东平收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "梁山东收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "梁山收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "嘉祥西收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ }
+ ],
+ "2024-07-04": [
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "大学城收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "长清收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "孝里收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "平阴北收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "平阴收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "平阴南收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "东平收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "梁山东收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "梁山收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "嘉祥西收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ }
+ ],
+ "2024-07-03": [
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "大学城收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "长清收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "孝里收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "平阴北收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "平阴收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "平阴南收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "东平收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "梁山东收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "梁山收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ },
+ {
+ "tollStationCode": "",
+ "statisticalDate": "",
+ "facilityName": "嘉祥西收费站",
+ "id": "",
+ "trafficVolume": 0,
+ "accessType": 0,
+ "periodType": 0
+ }
+ ]
+ }
+}
\ No newline at end of file
diff --git a/ruoyi-ui/src/views/JiHeExpressway/components/HeaderMenu/index.vue b/ruoyi-ui/src/views/JiHeExpressway/components/HeaderMenu/index.vue
index ed06ad56..f2943606 100644
--- a/ruoyi-ui/src/views/JiHeExpressway/components/HeaderMenu/index.vue
+++ b/ruoyi-ui/src/views/JiHeExpressway/components/HeaderMenu/index.vue
@@ -19,7 +19,7 @@