systemConf.js 294 B

1234567891011121314
  1. /**
  2. * @author yunxing
  3. * @description 项目配置文件
  4. */
  5. var __systemConf = {
  6. // 系统编码
  7. systemCode: 'wandaBmGuide',
  8. conf: {
  9. // 编辑器地址
  10. // TODO: 修改为对应的地址
  11. editerUrl: 'http://localhost:9910/wandaEditer/'
  12. }
  13. }
  14. window.__systemCode = __systemCode