Browse Source

Merge branch 'develop' of http://39.106.31.193:9211/mengff/jihe-hs into develop

wangqin
hui 7 months ago
parent
commit
23777137d7
  1. 8
      ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/PerceiveEvent/index.vue
  2. 71
      ruoyi-ui/src/views/JiHeExpressway/pages/perception/meteorologyCheck/components/sortFaceForecast/index.vue
  3. 70
      ruoyi-ui/src/views/JiHeExpressway/pages/perception/topology/index.vue
  4. 7
      ruoyi-ui/src/views/JiHeExpressway/pages/perception/topology/t01-1.svg
  5. 14
      ruoyi-ui/src/views/JiHeExpressway/pages/perception/topology/t01-2.svg
  6. 11
      ruoyi-ui/src/views/JiHeExpressway/pages/perception/topology/t01-4.svg
  7. 9
      ruoyi-ui/src/views/JiHeExpressway/pages/perception/topology/t01-5.svg
  8. 7
      ruoyi-ui/src/views/JiHeExpressway/pages/perception/topology/t02-1.svg
  9. BIN
      ruoyi-ui/src/views/JiHeExpressway/pages/perception/topology/t10.png
  10. 7
      ruoyi-ui/src/views/JiHeExpressway/pages/perception/topology/t11-1.svg
  11. 14
      ruoyi-ui/src/views/JiHeExpressway/pages/perception/topology/t11-2.svg
  12. 11
      ruoyi-ui/src/views/JiHeExpressway/pages/perception/topology/t11-4.svg
  13. 9
      ruoyi-ui/src/views/JiHeExpressway/pages/perception/topology/t11-5.svg
  14. BIN
      ruoyi-ui/src/views/JiHeExpressway/pages/perception/topology/t11.png
  15. 14
      ruoyi-ui/src/views/JiHeExpressway/pages/perception/topology/t12-1.svg
  16. 37
      ruoyi-ui/src/views/JiHeExpressway/pages/service/InformationReleaseManagement/Cards/AuditDetails/DetailCard.vue
  17. 10
      ruoyi-ui/src/views/JiHeExpressway/pages/service/InformationReleaseManagement/Cards/AuditDetails/index.vue
  18. 6
      ruoyi-ui/src/views/JiHeExpressway/pages/service/InformationReleaseManagement/Cards/AuditLists/index.vue
  19. 41
      ruoyi-ui/src/views/JiHeExpressway/utils/enum.js
  20. 4
      ruoyi-ui/vue.config.js

8
ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/PerceiveEvent/index.vue

@ -295,12 +295,16 @@ export default {
lane: data.lane?.split(",") || [], lane: data.lane?.split(",") || [],
}; };
this.formList[5].options.options = this.formList[5].options = { options:
WarningSubclassList[data.warningType] || []; WarningSubclassList[data.warningType] || []};
setTimeout(() => { setTimeout(() => {
this.$refs.FormConfigRef.reset(true); this.$refs.FormConfigRef.reset(true);
}); });
setTimeout(() => {
this.formList[5].options = { options:
WarningSubclassList[data.warningType] || []};
}, 100);
this.data.direction = DirectionTypes[this.data.direction]; this.data.direction = DirectionTypes[this.data.direction];
this.data.duration = getDuration(this.data.warningTime); this.data.duration = getDuration(this.data.warningTime);
this.interval = setInterval(() => { this.interval = setInterval(() => {

71
ruoyi-ui/src/views/JiHeExpressway/pages/perception/meteorologyCheck/components/sortFaceForecast/index.vue

@ -504,23 +504,23 @@ export default {
let obj = response.data; let obj = response.data;
let data = []; let data = [];
for (let key in obj) { for (let key in obj) {
if (key === "weatherFacts1") { // if (key === "weatherFacts1") {
obj[key].name = "长清区"; // obj[key].name = "";
} else if (key === "weatherFacts2") { // } else if (key === "weatherFacts2") {
obj[key].name = "平阴县"; // obj[key].name = "";
} else if (key === "weatherFacts3") { // } else if (key === "weatherFacts3") {
obj[key].name = "东平县"; // obj[key].name = "";
} else if (key === "weatherFacts4") { // } else if (key === "weatherFacts4") {
obj[key].name = "汶上县"; // obj[key].name = "";
} else if (key === "weatherFacts5") { // } else if (key === "weatherFacts5") {
obj[key].name = "梁山县"; // obj[key].name = "";
} else if (key === "weatherFacts6") { // } else if (key === "weatherFacts6") {
obj[key].name = "嘉祥县"; // obj[key].name = "";
} else if (key === "weatherFacts7") { // } else if (key === "weatherFacts7") {
obj[key].name = "巨野县"; // obj[key].name = "";
} else if (key === "weatherFacts8") { // } else if (key === "weatherFacts8") {
obj[key].name = "郓城县"; // obj[key].name = "";
} // }
data.push(obj[key]); data.push(obj[key]);
} }
this.weatherList = data; this.weatherList = data;
@ -534,26 +534,27 @@ export default {
console.log("this.selectIndex", this.selectIndex); console.log("this.selectIndex", this.selectIndex);
let obj = response.data; let obj = response.data;
console.log("obj", obj);
let data = []; let data = [];
for (let key in obj) { for (let key in obj) {
if (key === "hourlyWeather1") { // if (key === "hourlyWeather1") {
console.log("obj[key]", obj[key][id - 1]); // console.log("obj[key]", obj[key][id - 1]);
obj[key][id - 1].name = "长清区"; // obj[key][id - 1].name = "";
} else if (key === "hourlyWeather2") { // } else if (key === "hourlyWeather2") {
obj[key][id - 1].name = "平阴县"; // obj[key][id - 1].name = "";
} else if (key === "hourlyWeather3") { // } else if (key === "hourlyWeather3") {
obj[key][id - 1].name = "东平县"; // obj[key][id - 1].name = "";
} else if (key === "hourlyWeather4") { // } else if (key === "hourlyWeather4") {
obj[key][id - 1].name = "汶上县"; // obj[key][id - 1].name = "";
} else if (key === "hourlyWeather5") { // } else if (key === "hourlyWeather5") {
obj[key][id - 1].name = "梁山县"; // obj[key][id - 1].name = "";
} else if (key === "hourlyWeather6") { // } else if (key === "hourlyWeather6") {
obj[key][id - 1].name = "嘉祥县"; // obj[key][id - 1].name = "";
} else if (key === "hourlyWeather7") { // } else if (key === "hourlyWeather7") {
obj[key][id - 1].name = "巨野县"; // obj[key][id - 1].name = "";
} else if (key === "hourlyWeather8") { // } else if (key === "hourlyWeather8") {
obj[key][id - 1].name = "郓城县"; // obj[key][id - 1].name = "";
} // }
data.push(obj[key]); data.push(obj[key]);
} }
let newData = []; let newData = [];

70
ruoyi-ui/src/views/JiHeExpressway/pages/perception/topology/index.vue

@ -40,7 +40,7 @@
<div class="arrow"></div> <div class="arrow"></div>
</div> </div>
<div v-for="(item, index) in topo" v-if="index < 5" class="switch"> <div v-for="(item, index) in topo" v-if="index < 5" class="switch">
<div :class="'line ' + (item.netWorkStatus ? '' : 'liner')"></div> <div :class="'line ' + (item.netWorkStatus ? '' : 'liner')" style="height: 70px;margin-top: -10px;"></div>
<div <div
:class="'arrowdown ' + (item.netWorkStatus ? '' : 'arrowr')" :class="'arrowdown ' + (item.netWorkStatus ? '' : 'arrowr')"
></div> ></div>
@ -54,11 +54,6 @@
></div> ></div>
<img v-if="item.netWorkStatus" src="./switch1.png" /> <img v-if="item.netWorkStatus" src="./switch1.png" />
<img v-else src="./switch0.png" /> <img v-else src="./switch0.png" />
<div
:class="
'c-name c-namesw ' + (item.netWorkStatus ? '' : 'c-namer')
"
></div>
<div :class="'c-desc ' + (item.netWorkStatus ? '' : 'c-descr')"> <div :class="'c-desc ' + (item.netWorkStatus ? '' : 'c-descr')">
<div>桩号{{ item.stakeMark }}</div> <div>桩号{{ item.stakeMark }}</div>
<div>IP{{ item.switchIp }}</div> <div>IP{{ item.switchIp }}</div>
@ -78,7 +73,7 @@
</div> </div>
<div class="c" style="margin-top: -5px"> <div class="c" style="margin-top: -5px">
<div v-for="(item, index) in topo" v-if="index >= 5" class="switch"> <div v-for="(item, index) in topo" v-if="index >= 5" class="switch">
<div :class="'line ' + (item.netWorkStatus ? '' : 'liner')"></div> <div :class="'line ' + (item.netWorkStatus ? '' : 'liner')" style="height: 70px;margin-top: -10px;"></div>
<div <div
:class="'arrowdown ' + (item.netWorkStatus ? '' : 'arrowr')" :class="'arrowdown ' + (item.netWorkStatus ? '' : 'arrowr')"
></div> ></div>
@ -137,13 +132,20 @@
src="./switch1.png" src="./switch1.png"
/> />
<img class="imgsw" v-else src="./switch0.png" /> <img class="imgsw" v-else src="./switch0.png" />
<div <el-tooltip
:class=" class="item"
'c-name c-namesw ' + (itm.netWorkStatus ? '' : 'c-namer') effect="dark"
" :content="itm.switchName"
placement="top-end"
><div
:class="
'c-name c-namesw ' + (itm.netWorkStatus ? '' : 'c-namer')
"
>
{{ itm.switchName }}({{ index + 1 }})
</div></el-tooltip
> >
{{ itm.switchName }}({{ index + 1 }})
</div>
<div <div
:class="'line ' + (itm.netWorkStatus ? '' : 'liner')" :class="'line ' + (itm.netWorkStatus ? '' : 'liner')"
style="height: 40px" style="height: 40px"
@ -161,8 +163,16 @@
v-for="(idv, idvx) in itm.dcDeviceList" v-for="(idv, idvx) in itm.dcDeviceList"
class="device-item" class="device-item"
> >
<img src="./t10.png" /> <img :src="require(`./t${itm.netWorkStatus}${idv.childType||'1-1'}.svg`)" />
<div class="device-item-text">{{ idv.deviceName }}</div> <el-tooltip
class="item"
effect="dark"
:content="idv.deviceName"
placement="top-end"
><div class="device-item-text">
{{ idv.deviceName }}
</div></el-tooltip
>
</div> </div>
</div> </div>
</div> </div>
@ -206,12 +216,6 @@ export default {
}, },
mounted() { mounted() {
this.bind(); this.bind();
request({
url: "/type/list",
method: "get",
}).then((res) => {
console.log(res);
});
}, },
methods: { methods: {
bind() { bind() {
@ -246,7 +250,6 @@ export default {
let cards = []; let cards = [];
let topo = []; let topo = [];
const list = this.map.children[e - 1].children; const list = this.map.children[e - 1].children;
const list1 = list.filter((x) => x.ringNetWork === 1); const list1 = list.filter((x) => x.ringNetWork === 1);
if (list1) { if (list1) {
cards.push({ cards.push({
@ -479,10 +482,15 @@ export default {
border: 1px solid #34d3eb; border: 1px solid #34d3eb;
} }
.c-namesw { .c-namesw {
padding: 0px 50px; width: 180px;
text-align: center;
// padding: 0px 50px;
margin-top: -5px; margin-top: -5px;
font-size: 14px; font-size: 14px;
border: 0px !important; border: 0px !important;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
} }
.c-namer { .c-namer {
background: linear-gradient( background: linear-gradient(
@ -517,26 +525,26 @@ export default {
} }
.device-list { .device-list {
border: 1px dashed #34d3eb; border: 1px dashed #34d3eb;
min-height: 110px; height: 112px;
min-width: 160px; min-width: 160px;
margin-top: 10px; margin-top: 10px;
overflow: auto; overflow: auto;
display: grid;
grid-template-rows: repeat(2, minmax(45px, auto));
grid-auto-columns: 1fr;
grid-gap: 0px;
grid-template-columns: repeat(auto-fill, minmax(40px, 1fr));
padding: 10px;
} }
.device-list-r { .device-list-r {
border-color: #ff5935; border-color: #ff5935;
// display: flex; // display: flex;
// flex-wrap: wrap; // flex-wrap: wrap;
// justify-content: space-around; // justify-content: space-around;
display: grid;
grid-template-rows: repeat(2, minmax(30px, auto));
grid-auto-columns: 1fr;
grid-gap: 0px;
grid-template-columns: repeat(auto-fill, minmax(40px, 1fr));
// overflow: hidden; // overflow: hidden;
padding: 10px;
} }
.device-item { .device-item {
overflow: hidden; // overflow: hidden;
img { img {
margin: 0; margin: 0;
width: 25px; width: 25px;

7
ruoyi-ui/src/views/JiHeExpressway/pages/perception/topology/t01-1.svg

@ -0,0 +1,7 @@
<svg width="32" height="33" viewBox="0 0 32 33" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="Frame 10141">
<g id="Group 1142814037">
<path id="Vector" d="M11.24 19.5459H9.08V16.8379L7 16.4397V25.1211L9.08 24.4043V21.3777H12.44L14.28 18.9087L11.88 17.6344L11.24 19.5459ZM22.12 20.1034L27 16.9972L11.8 7.12109H10.04L7.64 10.8645V12.1388L21 20.183H22.12V20.1034ZM20.28 20.7406L8.76 13.3335L7.56 14.6078L20.92 22.6521H22.12L22.76 22.0149L23.4 20.183C23.4 20.183 21.64 21.4574 21.56 21.4574C20.84 20.9795 20.28 20.7406 20.28 20.7406Z" fill="#FF5F5F"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 574 B

14
ruoyi-ui/src/views/JiHeExpressway/pages/perception/topology/t01-2.svg

@ -0,0 +1,14 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="Frame 10225">
<g id="Frame" clip-path="url(#clip0_786_1761)">
<path id="Vector" d="M16.0002 13.4508C16.3331 13.451 16.6584 13.5499 16.9351 13.7351C17.2118 13.9202 17.4274 14.1832 17.5546 14.4908C17.6819 14.7985 17.715 15.1369 17.6499 15.4634C17.5848 15.7899 17.4244 16.0897 17.1889 16.325C16.9534 16.5603 16.6535 16.7206 16.3269 16.7854C16.0004 16.8503 15.662 16.8169 15.3545 16.6894C15.0469 16.562 14.7841 16.3462 14.5991 16.0694C14.4142 15.7926 14.3155 15.4671 14.3155 15.1342C14.3158 14.6876 14.4935 14.2594 14.8094 13.9438C15.1253 13.6281 15.5536 13.4508 16.0002 13.4508ZM16.0002 12.1079C15.4014 12.1079 14.8161 12.2855 14.3182 12.6181C13.8203 12.9508 13.4323 13.4236 13.2031 13.9769C12.974 14.5301 12.914 15.1388 13.0308 15.7261C13.1476 16.3134 13.436 16.8528 13.8594 17.2762C14.2828 17.6996 14.8223 17.988 15.4095 18.1048C15.9968 18.2216 16.6056 18.1617 17.1588 17.9325C17.712 17.7034 18.1848 17.3153 18.5175 16.8174C18.8502 16.3196 19.0277 15.7342 19.0277 15.1354C19.0277 14.3325 18.7087 13.5624 18.141 12.9947C17.5732 12.4269 16.8031 12.1079 16.0002 12.1079Z" fill="#FF5F5F"/>
<path id="Vector_2" d="M16.0006 6C10.9558 6 6.86621 10.0896 6.86621 15.1343C6.86621 20.1791 10.9563 24.2684 16.0006 24.2684C21.0448 24.2684 25.1347 20.1791 25.1347 15.1343C25.1347 10.0896 21.0453 6 16.0006 6ZM16.0006 7.51694C16.1633 7.51694 16.3225 7.56521 16.4578 7.65565C16.5932 7.74608 16.6987 7.87463 16.761 8.02502C16.8232 8.17541 16.8395 8.3409 16.8078 8.50056C16.776 8.66021 16.6976 8.80686 16.5825 8.92197C16.4674 9.03708 16.3208 9.11546 16.1611 9.14722C16.0015 9.17898 15.836 9.16268 15.6856 9.10038C15.5352 9.03809 15.4067 8.9326 15.3162 8.79725C15.2258 8.6619 15.1775 8.50277 15.1775 8.33999C15.1775 8.23189 15.1987 8.12485 15.2401 8.02498C15.2814 7.92511 15.3421 7.83437 15.4185 7.75793C15.4949 7.6815 15.5857 7.62087 15.6856 7.57952C15.7854 7.53817 15.8925 7.51691 16.0006 7.51694ZM16.0006 19.5655C15.1241 19.5656 14.2673 19.3057 13.5385 18.8188C12.8097 18.3319 12.2417 17.6398 11.9063 16.83C11.5708 16.0203 11.483 15.1293 11.654 14.2696C11.825 13.41 12.2471 12.6204 12.8668 12.0006C13.4866 11.3809 14.2762 10.9588 15.1358 10.7878C15.9955 10.6168 16.8865 10.7046 17.6963 11.04C18.506 11.3755 19.1981 11.9435 19.685 12.6723C20.1719 13.4011 20.4318 14.2579 20.4317 15.1343C20.4317 15.7163 20.3171 16.2925 20.0944 16.8301C19.8717 17.3677 19.5453 17.8562 19.1339 18.2677C18.7224 18.6791 18.2339 19.0055 17.6963 19.2282C17.1587 19.4509 16.5825 19.5655 16.0006 19.5655Z" fill="#FF5F5F"/>
<path id="Vector_3" d="M15.9997 25.4203C14.1167 25.4232 12.2693 24.9068 10.6608 23.9277L8.58887 25.9999H23.4106L21.3384 23.9277C19.73 24.9068 17.8827 25.4233 15.9997 25.4203Z" fill="#FF5F5F"/>
</g>
</g>
<defs>
<clipPath id="clip0_786_1761">
<rect width="20" height="20" fill="white" transform="translate(6 6)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

11
ruoyi-ui/src/views/JiHeExpressway/pages/perception/topology/t01-4.svg

@ -0,0 +1,11 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="Frame 10226">
<g id="Group 1142815256">
<g id="Group 1142815245">
<path id="Vector" d="M24.0755 8.43203C20.3864 6.49043 12.1023 6.55515 8.41327 8.43203C7.70135 8.82035 7.18359 9.59698 7.18359 10.4383V13.0919C7.18359 13.7391 7.50719 14.3863 8.02495 14.7098C8.08967 14.7098 8.08967 14.7746 8.15439 14.7746C8.41327 14.9687 8.60743 15.2276 8.67215 15.6159C9.12519 19.0461 12.2965 21.7643 16.2444 21.7643C20.1923 21.7643 23.4283 19.0461 23.8166 15.5512C23.8813 15.2276 24.0755 14.904 24.3343 14.7098H24.3991C24.9815 14.3215 25.3051 13.6743 25.3051 13.0271V10.4383C25.3051 9.59698 24.8521 8.82035 24.0755 8.43203ZM16.2444 20.3405C15.0147 20.3405 13.785 19.8227 13.3967 19.1755V15.4865C13.6556 14.1921 14.8852 13.2213 16.2444 13.2213C17.6035 13.2213 18.7684 14.1921 19.0273 15.4865V19.2402C18.7037 19.8874 17.474 20.3405 16.2444 20.3405ZM23.8813 12.2505C21.0984 10.5678 11.3257 10.5678 8.60743 12.2505C8.54271 11.8622 8.60743 10.7619 8.60743 10.1795C8.60743 9.9853 8.73687 9.79114 8.93103 9.6617C12.4259 7.97899 20.7748 8.10843 23.6224 9.72642C23.8166 9.85586 23.8813 9.9853 23.8813 10.2442V12.2505Z" fill="#FF5F5F"/>
<path id="Vector_2" d="M14.8135 17.3702C14.8135 17.7821 14.9635 18.1772 15.2305 18.4685C15.4975 18.7598 15.8597 18.9234 16.2373 18.9234C16.6149 18.9234 16.9771 18.7598 17.2441 18.4685C17.5111 18.1772 17.6611 17.7821 17.6611 17.3702C17.6611 16.9582 17.5111 16.5631 17.2441 16.2718C16.9771 15.9805 16.6149 15.8169 16.2373 15.8169C15.8597 15.8169 15.4975 15.9805 15.2305 16.2718C14.9635 16.5631 14.8135 16.9582 14.8135 17.3702Z" fill="#FF5F5F"/>
</g>
<path id="Vector_3" d="M23.7532 20.0811C23.5571 19.9989 23.3378 19.9916 23.1368 20.0606C22.9357 20.1295 22.767 20.2699 22.6627 20.455C22.5632 20.6386 22.5384 20.8535 22.5935 21.0549C22.6485 21.2563 22.7791 21.4288 22.9582 21.5363C23.5399 21.8345 23.683 22.0699 23.6904 22.1152C23.6387 22.6517 20.8557 23.9102 15.6942 23.9102C10.6066 23.9102 7.74789 22.6369 7.69988 22.1152C7.70357 22.0727 7.83469 21.8474 8.39608 21.5529C8.49008 21.502 8.57305 21.433 8.64018 21.3498C8.70731 21.2666 8.75727 21.1709 8.78715 21.0683C8.81704 20.9656 8.82626 20.8581 8.81429 20.7519C8.80232 20.6457 8.76939 20.5429 8.7174 20.4495C8.6073 20.2598 8.42925 20.1189 8.21926 20.0555C8.00927 19.9921 7.78303 20.0108 7.58631 20.1078C6.27516 20.793 6 21.5778 6 22.1152C6 24.479 11.0248 25.5547 15.6933 25.5547C20.3645 25.5547 25.3902 24.479 25.3902 22.1152C25.3902 21.5704 25.1059 20.7736 23.7532 20.0811Z" fill="#FF5F5F"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

9
ruoyi-ui/src/views/JiHeExpressway/pages/perception/topology/t01-5.svg

@ -0,0 +1,9 @@
<svg width="32" height="33" viewBox="0 0 32 33" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="Frame 10220">
<g id="Group 1142815265">
<path id="Vector" d="M16.6222 8.37891C9.6688 8.37891 6.19362 9.91252 6.19362 12.2827C6.19362 13.8062 6.17633 13.9479 7.26018 14.4855L7.69099 15.8432H7.85244C9.04838 13.41 12.3317 12.6965 16.3643 12.6965C20.3969 12.6965 23.9395 13.41 25.0234 15.844H25.0393L25.4628 14.5315C26.424 13.6336 26.5363 13.7457 26.5363 12.2829C26.5363 11.2035 25.9856 8.37918 16.6222 8.37918V8.37891Z" fill="#FF5F5F"/>
<path id="Vector_2" d="M16.2016 14.2168C11.9326 14.2168 8.64954 14.4811 8.64954 18.7502C8.64954 23.0192 12.1102 26.4796 16.379 26.4796C20.6477 26.4796 24.1087 23.0186 24.1087 18.7502C24.1087 14.4817 20.4695 14.2168 16.2016 14.2168ZM16.379 22.8887C15.763 22.8887 15.1609 22.7061 14.6487 22.3639C14.1365 22.0217 13.7373 21.5353 13.5015 20.9662C13.2657 20.3972 13.204 19.771 13.3241 19.1668C13.4442 18.5627 13.7407 18.0077 14.1762 17.5721C14.6117 17.1364 15.1665 16.8397 15.7706 16.7194C16.3748 16.5991 17.001 16.6606 17.5701 16.8962C18.1393 17.1318 18.6258 17.5308 18.9681 18.0429C19.3105 18.5549 19.4934 19.157 19.4936 19.7729C19.4935 20.599 19.1654 21.3912 18.5813 21.9752C17.9972 22.5593 17.205 22.8875 16.379 22.8876V22.8887Z" fill="#FF5F5F"/>
<path id="Vector_3" d="M15.171 19.717C15.171 19.9528 15.2409 20.1834 15.372 20.3795C15.503 20.5756 15.6892 20.7285 15.907 20.8187C16.1249 20.909 16.3647 20.9327 16.596 20.8868C16.8273 20.8408 17.0398 20.7273 17.2066 20.5606C17.3734 20.3939 17.4871 20.1815 17.5332 19.9502C17.5793 19.7189 17.5558 19.4791 17.4657 19.2612C17.3755 19.0433 17.2228 18.857 17.0268 18.7258C16.8308 18.5947 16.6003 18.5246 16.3645 18.5244C16.2078 18.5243 16.0526 18.5551 15.9078 18.615C15.763 18.6748 15.6315 18.7627 15.5206 18.8734C15.4098 18.9842 15.3219 19.1157 15.2619 19.2604C15.2019 19.4052 15.171 19.5603 15.171 19.717Z" fill="#FF5F5F"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

7
ruoyi-ui/src/views/JiHeExpressway/pages/perception/topology/t02-1.svg

@ -0,0 +1,7 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="Frame 10223">
<g id="&#233;&#166;&#150;&#233;&#161;&#181;-&#229;&#185;&#179;&#233;&#157;&#162;3">
<path id="Vector" d="M24.9746 7.33301C25.1404 7.33301 25.2993 7.40189 25.4166 7.52451C25.5338 7.64713 25.5996 7.81344 25.5996 7.98685V15.1792H5.59961V7.98685C5.59961 7.81344 5.66546 7.64713 5.78267 7.52451C5.89988 7.40189 6.05885 7.33301 6.22461 7.33301H24.9746ZM11.2246 10.0216H8.72461V12.637H11.2246V10.0216ZM14.9746 9.94839H12.4746V12.5638H14.9746V9.94839ZM18.7246 9.94839H16.2246V12.5638H18.7246V9.94839ZM22.4746 9.94839H19.9746V12.5638H22.4746V9.94839ZM25.5996 15.1792H23.0996V23.6792C23.0996 23.8526 23.1655 24.0189 23.2827 24.1415C23.3999 24.2641 23.5588 24.333 23.7246 24.333H24.9746C25.1404 24.333 25.2993 24.2641 25.4166 24.1415C25.5338 24.0189 25.5996 23.8526 25.5996 23.6792V15.1792ZM8.09961 15.1792H5.59961V23.6792C5.59961 23.8526 5.66546 24.0189 5.78267 24.1415C5.89988 24.2641 6.05885 24.333 6.22461 24.333H7.47461C7.64037 24.333 7.79934 24.2641 7.91655 24.1415C8.03376 24.0189 8.09961 23.8526 8.09961 23.6792V15.1792Z" fill="#FF5F5F"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
ruoyi-ui/src/views/JiHeExpressway/pages/perception/topology/t10.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 699 B

7
ruoyi-ui/src/views/JiHeExpressway/pages/perception/topology/t11-1.svg

@ -0,0 +1,7 @@
<svg width="32" height="33" viewBox="0 0 32 33" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="Frame 10141">
<g id="Group 1142814037">
<path id="Vector" d="M11.24 19.5459H9.08V16.8379L7 16.4397V25.1211L9.08 24.4043V21.3777H12.44L14.28 18.9087L11.88 17.6344L11.24 19.5459ZM22.12 20.1034L27 16.9972L11.8 7.12109H10.04L7.64 10.8645V12.1388L21 20.183H22.12V20.1034ZM20.28 20.7406L8.76 13.3335L7.56 14.6078L20.92 22.6521H22.12L22.76 22.0149L23.4 20.183C23.4 20.183 21.64 21.4574 21.56 21.4574C20.84 20.9795 20.28 20.7406 20.28 20.7406Z" fill="#0FD4FF"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 574 B

14
ruoyi-ui/src/views/JiHeExpressway/pages/perception/topology/t11-2.svg

@ -0,0 +1,14 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="Frame 10218">
<g id="Frame" clip-path="url(#clip0_786_1756)">
<path id="Vector" d="M16.0002 13.4508C16.3331 13.451 16.6584 13.5499 16.9351 13.7351C17.2118 13.9202 17.4274 14.1832 17.5546 14.4908C17.6819 14.7985 17.715 15.1369 17.6499 15.4634C17.5848 15.7899 17.4244 16.0897 17.1889 16.325C16.9534 16.5603 16.6535 16.7206 16.3269 16.7854C16.0004 16.8503 15.662 16.8169 15.3545 16.6894C15.0469 16.562 14.7841 16.3462 14.5991 16.0694C14.4142 15.7926 14.3155 15.4671 14.3155 15.1342C14.3158 14.6876 14.4935 14.2594 14.8094 13.9438C15.1253 13.6281 15.5536 13.4508 16.0002 13.4508ZM16.0002 12.1079C15.4014 12.1079 14.8161 12.2855 14.3182 12.6181C13.8203 12.9508 13.4323 13.4236 13.2031 13.9769C12.974 14.5301 12.914 15.1388 13.0308 15.7261C13.1476 16.3134 13.436 16.8528 13.8594 17.2762C14.2828 17.6996 14.8223 17.988 15.4095 18.1048C15.9968 18.2216 16.6056 18.1617 17.1588 17.9325C17.712 17.7034 18.1848 17.3153 18.5175 16.8174C18.8502 16.3196 19.0277 15.7342 19.0277 15.1354C19.0277 14.3325 18.7087 13.5624 18.141 12.9947C17.5732 12.4269 16.8031 12.1079 16.0002 12.1079Z" fill="#0FD4FF"/>
<path id="Vector_2" d="M16.0006 6C10.9558 6 6.86621 10.0896 6.86621 15.1343C6.86621 20.1791 10.9563 24.2684 16.0006 24.2684C21.0448 24.2684 25.1347 20.1791 25.1347 15.1343C25.1347 10.0896 21.0453 6 16.0006 6ZM16.0006 7.51694C16.1633 7.51694 16.3225 7.56521 16.4578 7.65565C16.5932 7.74608 16.6987 7.87463 16.761 8.02502C16.8232 8.17541 16.8395 8.3409 16.8078 8.50056C16.776 8.66021 16.6976 8.80686 16.5825 8.92197C16.4674 9.03708 16.3208 9.11546 16.1611 9.14722C16.0015 9.17898 15.836 9.16268 15.6856 9.10038C15.5352 9.03809 15.4067 8.9326 15.3162 8.79725C15.2258 8.6619 15.1775 8.50277 15.1775 8.33999C15.1775 8.23189 15.1987 8.12485 15.2401 8.02498C15.2814 7.92511 15.3421 7.83437 15.4185 7.75793C15.4949 7.6815 15.5857 7.62087 15.6856 7.57952C15.7854 7.53817 15.8925 7.51691 16.0006 7.51694ZM16.0006 19.5655C15.1241 19.5656 14.2673 19.3057 13.5385 18.8188C12.8097 18.3319 12.2417 17.6398 11.9063 16.83C11.5708 16.0203 11.483 15.1293 11.654 14.2696C11.825 13.41 12.2471 12.6204 12.8668 12.0006C13.4866 11.3809 14.2762 10.9588 15.1358 10.7878C15.9955 10.6168 16.8865 10.7046 17.6963 11.04C18.506 11.3755 19.1981 11.9435 19.685 12.6723C20.1719 13.4011 20.4318 14.2579 20.4317 15.1343C20.4317 15.7163 20.3171 16.2925 20.0944 16.8301C19.8717 17.3677 19.5453 17.8562 19.1339 18.2677C18.7224 18.6791 18.2339 19.0055 17.6963 19.2282C17.1587 19.4509 16.5825 19.5655 16.0006 19.5655Z" fill="#0FD4FF"/>
<path id="Vector_3" d="M15.9997 25.4203C14.1167 25.4232 12.2693 24.9068 10.6608 23.9277L8.58887 25.9999H23.4106L21.3384 23.9277C19.73 24.9068 17.8827 25.4233 15.9997 25.4203Z" fill="#0FD4FF"/>
</g>
</g>
<defs>
<clipPath id="clip0_786_1756">
<rect width="20" height="20" fill="white" transform="translate(6 6)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

11
ruoyi-ui/src/views/JiHeExpressway/pages/perception/topology/t11-4.svg

@ -0,0 +1,11 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="Frame 10219">
<g id="Group 1142815256">
<g id="Group 1142815245">
<path id="Vector" d="M24.0755 8.43203C20.3864 6.49043 12.1023 6.55515 8.41327 8.43203C7.70135 8.82035 7.18359 9.59698 7.18359 10.4383V13.0919C7.18359 13.7391 7.50719 14.3863 8.02495 14.7098C8.08967 14.7098 8.08967 14.7746 8.15439 14.7746C8.41327 14.9687 8.60743 15.2276 8.67215 15.6159C9.12519 19.0461 12.2965 21.7643 16.2444 21.7643C20.1923 21.7643 23.4283 19.0461 23.8166 15.5512C23.8813 15.2276 24.0755 14.904 24.3343 14.7098H24.3991C24.9815 14.3215 25.3051 13.6743 25.3051 13.0271V10.4383C25.3051 9.59698 24.8521 8.82035 24.0755 8.43203ZM16.2444 20.3405C15.0147 20.3405 13.785 19.8227 13.3967 19.1755V15.4865C13.6556 14.1921 14.8852 13.2213 16.2444 13.2213C17.6035 13.2213 18.7684 14.1921 19.0273 15.4865V19.2402C18.7037 19.8874 17.474 20.3405 16.2444 20.3405ZM23.8813 12.2505C21.0984 10.5678 11.3257 10.5678 8.60743 12.2505C8.54271 11.8622 8.60743 10.7619 8.60743 10.1795C8.60743 9.9853 8.73687 9.79114 8.93103 9.6617C12.4259 7.97899 20.7748 8.10843 23.6224 9.72642C23.8166 9.85586 23.8813 9.9853 23.8813 10.2442V12.2505Z" fill="#0FD4FF"/>
<path id="Vector_2" d="M14.8135 17.3702C14.8135 17.7821 14.9635 18.1772 15.2305 18.4685C15.4975 18.7598 15.8597 18.9234 16.2373 18.9234C16.6149 18.9234 16.9771 18.7598 17.2441 18.4685C17.5111 18.1772 17.6611 17.7821 17.6611 17.3702C17.6611 16.9582 17.5111 16.5631 17.2441 16.2718C16.9771 15.9805 16.6149 15.8169 16.2373 15.8169C15.8597 15.8169 15.4975 15.9805 15.2305 16.2718C14.9635 16.5631 14.8135 16.9582 14.8135 17.3702Z" fill="#0FD4FF"/>
</g>
<path id="Vector_3" d="M23.7532 20.0811C23.5571 19.9989 23.3378 19.9916 23.1368 20.0606C22.9357 20.1295 22.767 20.2699 22.6627 20.455C22.5632 20.6386 22.5384 20.8535 22.5935 21.0549C22.6485 21.2563 22.7791 21.4288 22.9582 21.5363C23.5399 21.8345 23.683 22.0699 23.6904 22.1152C23.6387 22.6517 20.8557 23.9102 15.6942 23.9102C10.6066 23.9102 7.74789 22.6369 7.69988 22.1152C7.70357 22.0727 7.83469 21.8474 8.39608 21.5529C8.49008 21.502 8.57305 21.433 8.64018 21.3498C8.70731 21.2666 8.75727 21.1709 8.78715 21.0683C8.81704 20.9656 8.82626 20.8581 8.81429 20.7519C8.80232 20.6457 8.76939 20.5429 8.7174 20.4495C8.6073 20.2598 8.42925 20.1189 8.21926 20.0555C8.00927 19.9921 7.78303 20.0108 7.58631 20.1078C6.27516 20.793 6 21.5778 6 22.1152C6 24.479 11.0248 25.5547 15.6933 25.5547C20.3645 25.5547 25.3902 24.479 25.3902 22.1152C25.3902 21.5704 25.1059 20.7736 23.7532 20.0811Z" fill="#0FD4FF"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

9
ruoyi-ui/src/views/JiHeExpressway/pages/perception/topology/t11-5.svg

@ -0,0 +1,9 @@
<svg width="32" height="33" viewBox="0 0 32 33" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="Frame 10220">
<g id="Group 1142815265">
<path id="Vector" d="M16.6222 8.37891C9.6688 8.37891 6.19362 9.91252 6.19362 12.2827C6.19362 13.8062 6.17633 13.9479 7.26018 14.4855L7.69099 15.8432H7.85244C9.04838 13.41 12.3317 12.6965 16.3643 12.6965C20.3969 12.6965 23.9395 13.41 25.0234 15.844H25.0393L25.4628 14.5315C26.424 13.6336 26.5363 13.7457 26.5363 12.2829C26.5363 11.2035 25.9856 8.37918 16.6222 8.37918V8.37891Z" fill="#0FD4FF"/>
<path id="Vector_2" d="M16.2016 14.2168C11.9326 14.2168 8.64954 14.4811 8.64954 18.7502C8.64954 23.0192 12.1102 26.4796 16.379 26.4796C20.6477 26.4796 24.1087 23.0186 24.1087 18.7502C24.1087 14.4817 20.4695 14.2168 16.2016 14.2168ZM16.379 22.8887C15.763 22.8887 15.1609 22.7061 14.6487 22.3639C14.1365 22.0217 13.7373 21.5353 13.5015 20.9662C13.2657 20.3972 13.204 19.771 13.3241 19.1668C13.4442 18.5627 13.7407 18.0077 14.1762 17.5721C14.6117 17.1364 15.1665 16.8397 15.7706 16.7194C16.3748 16.5991 17.001 16.6606 17.5701 16.8962C18.1393 17.1318 18.6258 17.5308 18.9681 18.0429C19.3105 18.5549 19.4934 19.157 19.4936 19.7729C19.4935 20.599 19.1654 21.3912 18.5813 21.9752C17.9972 22.5593 17.205 22.8875 16.379 22.8876V22.8887Z" fill="#0FD4FF"/>
<path id="Vector_3" d="M15.171 19.717C15.171 19.9528 15.2409 20.1834 15.372 20.3795C15.503 20.5756 15.6892 20.7285 15.907 20.8187C16.1249 20.909 16.3647 20.9327 16.596 20.8868C16.8273 20.8408 17.0398 20.7273 17.2066 20.5606C17.3734 20.3939 17.4871 20.1815 17.5332 19.9502C17.5793 19.7189 17.5558 19.4791 17.4657 19.2612C17.3755 19.0433 17.2228 18.857 17.0268 18.7258C16.8308 18.5947 16.6003 18.5246 16.3645 18.5244C16.2078 18.5243 16.0526 18.5551 15.9078 18.615C15.763 18.6748 15.6315 18.7627 15.5206 18.8734C15.4098 18.9842 15.3219 19.1157 15.2619 19.2604C15.2019 19.4052 15.171 19.5603 15.171 19.717Z" fill="#0FD4FF"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
ruoyi-ui/src/views/JiHeExpressway/pages/perception/topology/t11.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 710 B

14
ruoyi-ui/src/views/JiHeExpressway/pages/perception/topology/t12-1.svg

@ -0,0 +1,14 @@
<svg width="32" height="33" viewBox="0 0 32 33" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="Frame 10138">
<g id="&#233;&#166;&#150;&#233;&#161;&#181;-&#229;&#185;&#179;&#233;&#157;&#162;3">
<g id="Frame" clip-path="url(#clip0_1132_4038)">
<path id="Vector" d="M25.9746 7.4541C26.1404 7.4541 26.2993 7.52299 26.4166 7.64561C26.5338 7.76823 26.5996 7.93454 26.5996 8.10795V15.3003H6.59961V8.10795C6.59961 7.93454 6.66546 7.76823 6.78267 7.64561C6.89988 7.52299 7.05885 7.4541 7.22461 7.4541H25.9746ZM12.2246 10.1427H9.72461V12.7581H12.2246V10.1427ZM15.9746 10.0695H13.4746V12.6849H15.9746V10.0695ZM19.7246 10.0695H17.2246V12.6849H19.7246V10.0695ZM23.4746 10.0695H20.9746V12.6849H23.4746V10.0695ZM26.5996 15.3003H24.0996V23.8003C24.0996 23.9737 24.1655 24.14 24.2827 24.2626C24.3999 24.3852 24.5588 24.4541 24.7246 24.4541H25.9746C26.1404 24.4541 26.2993 24.3852 26.4166 24.2626C26.5338 24.14 26.5996 23.9737 26.5996 23.8003V15.3003ZM9.09961 15.3003H6.59961V23.8003C6.59961 23.9737 6.66546 24.14 6.78267 24.2626C6.89988 24.3852 7.05885 24.4541 7.22461 24.4541H8.47461C8.64037 24.4541 8.79934 24.3852 8.91655 24.2626C9.03376 24.14 9.09961 23.9737 9.09961 23.8003V15.3003Z" fill="#0FD4FF"/>
</g>
</g>
</g>
<defs>
<clipPath id="clip0_1132_4038">
<rect width="20.6667" height="20.6667" fill="white" transform="translate(5 4.12109)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

37
ruoyi-ui/src/views/JiHeExpressway/pages/service/InformationReleaseManagement/Cards/AuditDetails/DetailCard.vue

@ -16,25 +16,25 @@
<div class="content"> <div class="content">
{{ data.desc }} {{ data.desc }}
</div> </div>
<!-- <div class="people"> <div class="people">
<img src="@screen/images/people.svg" alt=""> <img src="@screen/images/people.svg" alt="">
<span>发布对象: 甘易玫</span> <span>发布: {{ data.publisher }}</span>
</div> --> </div>
<div class="people"> <div class="people">
<img src="@screen/images/people.svg" alt=""> <img src="@screen/images/people.svg" alt="">
<span>当前管制: {{data.posts}}</span> <span>当前管制: {{data.facilityName}}</span>
</div> </div>
<!-- <div class="suffix remark"> <!-- <div class="suffix remark">
备注: 备注:
</div> --> </div> -->
<div class="suffix share-with"> <div class="suffix share-with">
分享至 分享至
<img v-for="item in shareWithData" :key="item" :src="require(`@screen/images/shareWith/${item}.svg`)"> <img v-for="(item,index) in shareWithData" :key="item" :src="require(`@screen/images/shareWith/${data.channel.indexOf((index+1).toString())===-1?item:(item+'-active')}.svg`)">
</div> </div>
</div> </div>
<div class="footer"> <!-- <div class="footer">
<Button :style="{ background: '#00B3CC', width: '96px' }">审核</Button> <Button :style="{ background: '#00B3CC', width: '96px' }">审核</Button>
</div> </div> -->
</div> </div>
</template> </template>
@ -64,19 +64,28 @@ export default {
}, },
data() { data() {
return { return {
shareWithData: shareWith.keys().map(item => item.match(/[^./]+/)[0]), shareWithData: [
'message',
'weChat',
'weibo',
'website'
],//shareWith.keys().map(item => item.match(/[^./]+/)[0]),
status: { status: {
0: { 0: {
text: "进行中", color: "#00B1A0",
color: '#00B1A0' text: "待确认",
icon: 'ToBeReviewed'
}, },
1: { 1: {
text: "待审核", color: "#057DD3",
color: '#C55253' text: "处理中",
icon: 'Reviewed'
}, },
2: { 2: {
text: "已审核", color: "#C55253",
color: '#057DD3' text: "已完成",
icon: 'Failed'
}, },
} }
} }

10
ruoyi-ui/src/views/JiHeExpressway/pages/service/InformationReleaseManagement/Cards/AuditDetails/index.vue

@ -35,16 +35,18 @@ export default {
console.log(id, res) console.log(id, res)
let list = [] let list = []
res.data.forEach(e => { res.data.forEach(e => {
console.log(e,'---')
list.push({ list.push({
source: "1", source: "1",
onlyright:true, onlyright:true,
time: e.eventTime, time: e.createTime,
name: e.createBy, name: e.createBy,
descTitle: "事件详情", descTitle: "事件详情",
desc: e.contentDetails, desc: e.contentDetails,
posts: e.facilityName, facilityName: e.facilityName,
channel:e.publishChannels, publisher:e.publisher,
state: 0, channel:e.publishChannels.toString(),
state: e.eventState,
}) })
}); });
this.timeLine2List = list; this.timeLine2List = list;

6
ruoyi-ui/src/views/JiHeExpressway/pages/service/InformationReleaseManagement/Cards/AuditLists/index.vue

@ -1,5 +1,5 @@
<template> <template>
<Card2 class="Auditlists" title="审核列表"> <Card2 class="Auditlists" title="信息">
<InputSearch style="width: 100%" :formList="searchFormList" @handleSearch="handleSearch" /> <InputSearch style="width: 100%" :formList="searchFormList" @handleSearch="handleSearch" />
<div class="body"> <div class="body">
<ListItem <ListItem
@ -27,7 +27,7 @@ import { searchFormList } from "./data";
import ListItem from "./ListItem.vue"; import ListItem from "./ListItem.vue";
import { method } from "lodash"; import { method } from "lodash";
import request from '@/utils/request' import request from '@/utils/request'
import {DirectionTypes} from '@screen/utils/enum.js'; import {DirectionTypes,EventSubclass} from '@screen/utils/enum.js';
const enum_event_type = [ const enum_event_type = [
{key:'1',value:'交通事故',icon:"TrafficControl"}, {key:'1',value:'交通事故',icon:"TrafficControl"},
{key:'2',value:'车辆故障',icon:"TrafficControl"}, {key:'2',value:'车辆故障',icon:"TrafficControl"},
@ -94,7 +94,7 @@ export default {
}).then(res=>{ }).then(res=>{
res.rows.forEach(e => { res.rows.forEach(e => {
const ev = _.find(enum_event_type,{key:e.eventType}) const ev = _.find(enum_event_type,{key:e.eventType})
e.content = `${e.eventTime} ${e.stakeMark} ${DirectionTypes[e.direction]} ${e.contentDetails}` e.content = `${e.eventTime} ${e.stakeMark} ${DirectionTypes[e.direction]} ${e.eventSubclass? EventSubclass[e.eventSubclass]:''}`
e.type = e.eventType e.type = e.eventType
e.icon = ev.icon e.icon = ev.icon
e.title = ev.value e.title = ev.value

41
ruoyi-ui/src/views/JiHeExpressway/utils/enum.js

@ -1018,6 +1018,47 @@ export const DirectionTypes = {
3: "济南方向", 3: "济南方向",
2: "双向", 2: "双向",
}; };
export const EventSubclass = {
"1-1": "追尾",
"1-2": "侧翻",
"1-3": "撞护栏",
"1-4": "自燃",
"1-5": "其他事故",
"2-1": "车辆故障",
"3-1": "主线封闭限行",
"3-2": "收费站封闭和限行",
"3-3": "立交封闭和限行",
"3-4": "服务区封闭和限行",
"4-1": "道路拥堵",
"4-2": "立交拥堵",
"4-3": "收费站拥堵",
"4-4": "服务区拥堵",
"5-1": "行人",
"5-2": "非机动车",
"5-3": "摩托车",
"5-4": "其他",
"6-1": "烟雾",
"6-2": "倒伏树木",
"6-3": "撒落物",
"6-4": "动物",
"6-5": "其他",
"7-1": "道路养护施工",
"7-2": "收费站养护施工",
"7-3": "服务区养护施工",
"7-4": "枢纽立交匝道养护施工",
"7-5": "地方道路养护施工",
"7-6": "道路工程建设施工",
"7-7": "收费站工程建设施工",
"7-8": "服务区工程建设施工",
"7-9": "枢纽立交匝道工程建设施工",
"7-10": "地方道路工程建设施工",
"8-1": "封闭、暂停营业",
"8-2": "重要设施停用",
"8-3": "服务区其他异常",
"9-1": "摄像机",
"9-2": "护栏",
"9-3": "隔离栅"
};
export const directionOptions = [ export const directionOptions = [
{ value: "1", label: "菏泽方向" }, { value: "1", label: "菏泽方向" },
{ value: "3", label: "济南方向" }, { value: "3", label: "济南方向" },

4
ruoyi-ui/vue.config.js

@ -53,8 +53,8 @@ module.exports = {
// target: `http://10.168.69.255:8087`, //正晨后台 连现场物联 刘文阁 // target: `http://10.168.69.255:8087`, //正晨后台 连现场物联 刘文阁
// target: `http://10.168.78.135:8087`, //王钦 // target: `http://10.168.78.135:8087`, //王钦
// target: `http://10.168.66.196:8087`, //正晨后台 连现场物联 刘文阁2 // target: `http://10.168.66.196:8087`, //正晨后台 连现场物联 刘文阁2
// target: `http://10.168.68.42:8087`, //王思祥 target: `http://10.168.68.42:8087`, //王思祥
target: `http://10.168.72.174:8087`, //赵祥龙 // target: `http://10.168.72.174:8087`, //赵祥龙
// target: `http://10.168.65.156:8097`, //孟 // target: `http://10.168.65.156:8097`, //孟
// target: `http://10.168.56.165:8087`, //王家宝 // target: `http://10.168.56.165:8087`, //王家宝
// target: `http://10.168.77.128:8087`, //王兴琳 // target: `http://10.168.77.128:8087`, //王兴琳

Loading…
Cancel
Save