/** * @author yunxing * @description 项目配置文件 */ var __systemConf = { // 系统编码 systemCode: 'wandaBmGuide', conf: { // 编辑器地址 // TODO: 修改为对应的地址 editerUrl: 'http://localhost:9910/wandaEditer/' } } window.__systemCode = __systemCode