Browse Source

更新部分参数信息

develop
little4 1 month ago
parent
commit
d2ab5b1076
  1. 12
      ruoyi-ui/src/views/JiHeExpressway/components/HeaderMenu/CustomMenu.vue
  2. 1
      ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/RoadAndEvents/utils/map.js
  3. 4
      ruoyi-ui/src/views/JiHeExpressway/pages/maintenanceOperations/smart/statisticalAnalysis/analysis/components/deviceSummary/index.vue
  4. 2
      ruoyi-ui/src/views/JiHeExpressway/pages/service/publicService/components/record/index.vue

12
ruoyi-ui/src/views/JiHeExpressway/components/HeaderMenu/CustomMenu.vue

@ -99,12 +99,12 @@ export default {
// window.open(response.msg===''?'https://10.0.86.63:9000/s?loadType=auto&group=15ai1k13748d&runType=box':response.msg);
// })
// }
// else if(node.title==='GIS+BIM'){
// this.activeIndex = key
// getConfigKey("dc.gisAndBim").then((response) => {
// window.open(response.msg===''?'https://10.0.86.63:9000/s?loadType=auto&group=15ai1k13748d&runType=box':response.msg);
// })
// }
else if(node.title==='GIS+BIM可视化'){
this.activeIndex = key
getConfigKey("dc.gisAndBim").then((response) => {
window.open(response.msg===''?'https://10.0.86.63:9000/s?loadType=auto&group=15ai1k13748d&runType=box':response.msg);
})
}
else if (this.$route.path != node.path){
this.$router.push(node.path);
}

1
ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/RoadAndEvents/utils/map.js

@ -158,6 +158,7 @@ export class MarkerCluster {
'jhlayers', // 当前添加的数据 唯一标识(删除该图层时也会用到)//./事件专题/交通事故.svg
true // 当前新加图层是否启用聚合效果
);
console.log(aryPoints,'点位数组')
}
if(Vue.prototype.isMapStatck){
Vue.prototype.mapIns.pileIsShow("jhlayers", true);

4
ruoyi-ui/src/views/JiHeExpressway/pages/maintenanceOperations/smart/statisticalAnalysis/analysis/components/deviceSummary/index.vue

@ -35,6 +35,10 @@
src="@screen/images/layer/路测设备/情报板.svg"
v-if="item.title.includes('门架式可变信息标志')"
/>
<img
src="@screen/images/deviceType/站前悬臂式可变信息标志.svg"
v-if="item.title.includes('站前悬臂式可变信息标志')"
/>
<img
src="@screen/images/layer/路测设备/摄像机.svg"
v-if="item.title.includes('枪型')"

2
ruoyi-ui/src/views/JiHeExpressway/pages/service/publicService/components/record/index.vue

@ -34,7 +34,7 @@
<ElTableColumn label="发布时间" prop="publishTime" align="center" width="200" header-align="center" />
<ElTableColumn label="操作IP" prop="ip" align="center" width="250" header-align="center">
<template slot-scope="scope">
{{ (scope.row.operIp === 'unknown' || !scope.row.operIp) ? '服务器': scope.row.operIp}}
{{ (scope.row.ip === 'unknown' || !scope.row.ip) ? '服务器': scope.row.ip}}
</template>
</ElTableColumn>
<ElTableColumn label="位置/设备" prop="position" align="center" width="260" header-align="center">

Loading…
Cancel
Save