Sfoglia il codice sorgente

功能修改20250312-01

zhiyuan-007 3 settimane fa
parent
commit
20b0fefda7

+ 1 - 1
src/service/panelHxhs.js

@@ -18,7 +18,7 @@ export function routePlanAll(params) {
         url: '/DataSearch/routePlan/search/routePlanAll',
         data: {
             "paths": params.paths,
-            "level": 24,
+            "level": 23,
             "radius": 5,
             "isShowGrid": 0,
             "fields": [

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

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

+ 2 - 1
src/views/home/cpns/PanelHxhs.vue

@@ -391,6 +391,7 @@ function getAutoPath(){
       paths:paramsPaths
     }).then(res=>{
       layoutStore.toggleGlobalLoading(false)
+      debugger
       let data = res.data.data;
       allPathArr = data;
       plans.value.forEach((item)=>{
@@ -577,7 +578,7 @@ watch(() => mapStore.draw_geometry, (val) => {
 })
 
 watch(() => mapStore.cubeResult, (val) => {
-  showConflict()
+  //showConflict()
 }, { deep: true })
 
 

+ 1 - 1
vite.config.js

@@ -33,7 +33,7 @@ export default defineConfig({
       },
       '/netapi': {
         // 代理请求之后的请求地址(你的真实接口地址)
-        target: 'http://58.34.215.19:8100/',
+        target: 'http://58.34.215.19:8100/low-altitude/',
         //target: 'http://localhost:9250/',
         secure: false,
         ws: true,