Przeglądaj źródła

功能修改20250309-06

zhiyuan-007 1 miesiąc temu
rodzic
commit
472dd0ed05

+ 2 - 2
src/components/MapView.vue

@@ -28,11 +28,11 @@ export default {
       }, 2500);
       myBridge.bridgeContent = bridge = new CityGis.Bridge({
         id: "i_map",
-        // url: 'http://localhost:5173/map-tool-widget/',
+        url: 'http://localhost:5173/map-tool-widget/',
         // url: 'http://10.1.163.210:5173/map-tool-widget/#/jk_map',
         // url: 'http://58.34.215.19:8100/map-tool-widget/',
         // url: 'https://cimweb.zjw.sh.cegn.cn:2007/map-tool-widget/#/',
-        url: 'http://58.34.215.19:8095/map-tool-widget/#/jk_map',
+        //url: 'http://58.34.215.19:8095/map-tool-widget/#/jk_map',
         onReady: function () {
           console.log("地图创建完成")
         }

+ 1 - 1
src/utils/map/addTool.js

@@ -93,7 +93,7 @@ export async function getPathCube(params) {
     invokeParams('GetPathCube', {
         "id": "pathCube",
         "status": params.status,
-        "level": 23,
+        "level": 24,
         "paths": params.paths,
         "radius": 5,
     })

+ 8 - 0
src/views/home/cpns/PanelHxhs.vue

@@ -562,6 +562,9 @@ function changeDataType(){
   }
 }
 
+//展示冲突结果
+
+
 
 onMounted(()=>{
   getQJCList()
@@ -573,6 +576,11 @@ watch(() => mapStore.draw_geometry, (val) => {
   deep: true
 })
 
+watch(() => mapStore.cubeResult, (val) => {
+  showConflict()
+}, { deep: true })
+
+
 onBeforeUnmount(() => {
   toPrev()
 })