systemConf.js 378 B

12345678910111213
  1. /**
  2. * @author 韩耀龙
  3. * @description 项目配置文件
  4. *
  5. */
  6. var __systemConf = {
  7. // 图服务下载路径
  8. imgServeUri: '/image-service/common/image_get?systemId=dataPlatform&key=',
  9. // 图上传路径
  10. imgServeUpload:"/image-service/common/image_upload?systemId=dataPlatform&secret=9e0891a7a8c8e885&overwrite=true&key="
  11. }
  12. window.__systemConf = __systemConf