Browse Source

Merge branch 'develop' of git.sagacloud.cn:web/wanda-bm-guide into develop

guoxiaohuan 4 years ago
parent
commit
a208d699ef
2 changed files with 3 additions and 3 deletions
  1. 2 2
      public/systemConf.js
  2. 1 1
      src/components/floorMap/index.vue

+ 2 - 2
public/systemConf.js

@@ -4,7 +4,7 @@
  *  //editerUrl 万达编辑器地址
  * example:
  * 跳转示例
-/* 
+/*
     let { conf } = window.__systemConf,
     { editerUrl } = conf
     editerUrl += 'editer?' //编辑器
@@ -27,7 +27,7 @@ var __systemConf = {
         // TODO: 修改为对应的地址
         // editerUrl: 'http://192.168.200.1:9910/wandaEditer/',
         editerUrl: 'http://192.168.200.89:8081/wandaEditer/',
-        wandaBmGuideUrl: 'http://localhost:8080/wandaBmGuide',
+        wandaBmGuideUrl: 'http://192.168.200.89:8080/wandaBmGuide',
     },
 }
 window.__systemConf = __systemConf

+ 1 - 1
src/components/floorMap/index.vue

@@ -44,7 +44,7 @@ export default {
             default: '1',
             type: String
         },
-        loadName: ''
+        loadName: 
     },
     components: { RoomBox, canvasFun },
     computed: {