|
@@ -23,13 +23,9 @@ var __systemConf = {
|
|
// 系统编码
|
|
// 系统编码
|
|
systemCode: 'wandaBmGuide',
|
|
systemCode: 'wandaBmGuide',
|
|
conf: {
|
|
conf: {
|
|
- // 编辑器地址
|
|
|
|
- // TODO: 修改为对应的地址
|
|
|
|
- // editerUrl: 'http://192.168.200.1:9910/wandaEditer/',
|
|
|
|
- // wandaBmGuideUrl: 'http://192.168.200.89:8080/wandaBmGuide',
|
|
|
|
// 阿里云
|
|
// 阿里云
|
|
- editerUrl: 'http://60.205.177.43:80/wandaEditer/',
|
|
|
|
- wandaBmGuideUrl: 'http://60.205.177.43:80/wandaBmGuide/',
|
|
|
|
|
|
+ editerUrl: 'http://60.205.177.43:80/wandaEditer/', // 编辑器地址
|
|
|
|
+ wandaBmGuideUrl: 'http://60.205.177.43:80/wandaBmGuide/', //管理书地址
|
|
},
|
|
},
|
|
}
|
|
}
|
|
window.__systemConf = __systemConf
|
|
window.__systemConf = __systemConf
|