Browse Source

systemConf.js:
1.wandaBmGuideUrl 路径中/ 处理

unknown 4 năm trước cách đây
mục cha
commit
8342272eaa
2 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 3 3
      public/systemConf.js
  2. 1 1
      src/components/menuList.vue

+ 3 - 3
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/',
         // wandaBmGuideUrl: 'http://192.168.200.89:8080/wandaBmGuide',
-        wandaBmGuideUrl: 'http://192.168.200.100:8080/wandaBmGuide',
+        editerUrl: 'http://192.168.200.1:8091/wandaEditer/',
+        wandaBmGuideUrl: 'http://192.168.200.1:8090/wandaBmGuide/',
     },
 }
-window.__systemConf = __systemConf
+window.__systemConf = __systemConf

+ 1 - 1
src/components/menuList.vue

@@ -128,7 +128,7 @@ export default {
         dumpLegend() {
             const { conf } = window.__systemConf,
                 { wandaBmGuideUrl } = conf
-            window.open(`${wandaBmGuideUrl}/home/legendLibrary`, true)
+            window.open(`${wandaBmGuideUrl}home/legendLibrary`, true)
         }
     },
     components: {}