/** * @author yunxing * @description 项目配置文件 * //editerUrl 后拼接 路由 editer或 drafts * example: * editerUrl: 'http://192.168.200.1:9910/wandaEditer/editer?projectId=1111&projectName=万达广场' * editerUrl: 'http://192.168.200.1:9910/wandaEditer/drafts?projectId=1111&projectName=万达广场' * 跳转实例 * const {conf} = window.__systemConf,{editerUrl} = conf * window.open(editerUrl+'editer?projectId=1111&projectName=万达广场') */ var __systemConf = { // 系统编码 systemCode: 'wandaBmGuide', conf: { // 编辑器地址 // TODO: 修改为对应的地址 editerUrl: 'http://192.168.200.1:9910/wandaEditer/' } } window.__systemConf = __systemConf