guoxiaohuan 4 năm trước cách đây
mục cha
commit
c6119ef8a1
2 tập tin đã thay đổi với 4 bổ sung9 xóa
  1. 2 7
      public/systemConf.js
  2. 2 2
      src/store/index.js

+ 2 - 7
public/systemConf.js

@@ -24,13 +24,8 @@ var __systemConf = {
     systemCode: 'wandaBmGuide',
     conf: {
         // 阿里云
-        editerUrl: 'http://60.205.177.43:80/wandaEditer/', // 编辑器地址
-        wandaBmGuideUrl: 'http://60.205.177.43:80/wandaBmGuide/', //管理书地址
-        // http://glsms.wanda-dev.cn/ 测试服
-        // editerUrl: 'http://glsms.wanda-dev.cn/wandaEditer/', // 编辑器地址
-        // wandaBmGuideUrl: 'http://glsms.wanda-dev.cn/wandaBmGuide/', //管理书地址
-        // editerUrl: 'http://localhost:8091/wandaEditer/', // 编辑器地址
-        // wandaBmGuideUrl: 'http://localhost:8090/wandaBmGuide/', //管理书地址
+        editerUrl: 'http://glsms.wanda.cn/wandaEditer/', // 编辑器地址
+        wandaBmGuideUrl: 'http://glsms.wanda.cn/wandaBmGuide/', //管理书地址
     },
 }
 window.__systemConf = __systemConf

+ 2 - 2
src/store/index.js

@@ -9,8 +9,8 @@ Vue.use(Vuex)
 export default new Vuex.Store({
     state: {
         // ssoToken: 'admin:lengqiang',
-        ssoToken: 'admin:xuliping',
-        // ssoToken: null,
+        // ssoToken: 'admin:xuliping',
+        ssoToken: null,
         plazaName: '',
         isPreview: false,
         lastRoute: '',