shaun-sheep 4 年之前
父节点
当前提交
d7a77ac0e5
共有 1 个文件被更改,包括 3 次插入4 次删除
  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