shaun-sheep 4 years ago
parent
commit
d7a77ac0e5
1 changed files with 3 additions and 4 deletions
  1. 3 4
      public/systemConf.js

+ 3 - 4
public/systemConf.js

@@ -24,10 +24,9 @@ var __systemConf = {
     systemCode: 'wandaBmGuide',
     conf: {
         // 阿里云
-        // editerUrl: 'http://60.205.177.43:80/wandaEditer/', // 编辑器地址
-        // wandaBmGuideUrl: 'http://60.205.177.43:80/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