guoxiaohuan 5 years ago
parent
commit
3805133067
2 changed files with 2 additions and 7 deletions
  1. 0 5
      public/systemConf.js
  2. 2 2
      src/store/index.js

+ 0 - 5
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/', //管理书地址
     },
 }
 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: '',