YaolongHan 4 лет назад
Родитель
Сommit
ff73c6639c
2 измененных файлов с 3 добавлено и 3 удалено
  1. 2 2
      public/systemConf.js
  2. 1 1
      src/components/Legend/src/legend.vue

+ 2 - 2
public/systemConf.js

@@ -26,9 +26,9 @@ var __systemConf = {
         // 编辑器地址
         // TODO: 修改为对应的地址
         // editerUrl: 'http://192.168.200.1:9910/wandaEditer/',
-        editerUrl: 'http://192.168.200.89:8081/wandaEditer/',
+        editerUrl: 'http://192.168.200.89:8080/wandaEditer/',
         // wandaBmGuideUrl: 'http://192.168.200.89:8080/wandaBmGuide',
-        wandaBmGuideUrl: 'localhost:8081/wandaBmGuide',
+        wandaBmGuideUrl: 'localhost:8090/wandaBmGuide',
     },
 }
 window.__systemConf = __systemConf

+ 1 - 1
src/components/Legend/src/legend.vue

@@ -156,7 +156,7 @@ export default {
             let categoryId = this.$cookie.get('categoryId')
             const { conf } = window.__systemConf,
                 { editerUrl } = conf
-            let data = `categoryId=${categoryId}&projectId=${this.plazaId}&BuildingID=1&FloorID=${FloorID}&fmapID=${this.fmapID}`
+            let data = `categoryId=${categoryId}&projectId=${this.plazaId}&BuildingID=1&FloorID=${FloorID}&FloorName=${this.$cookie.get('floorNow')}&fmapID=${this.fmapID}`
             let url = editerUrl + 'editer?' + encodeURIComponent(data)
             window.open(url, true)
         },