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