guoxiaohuan 4 years ago
parent
commit
0afbc65d84
1 changed files with 2 additions and 7 deletions
  1. 2 7
      public/systemConf.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://60.205.177.43:80/wandaEditer/', // 编辑器地址
+        wandaBmGuideUrl: 'http://60.205.177.43:80/wandaBmGuide/', //管理书地址
     },
 }
 window.__systemConf = __systemConf