赫艾前端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
690 B

5 years ago
5 years ago
4 weeks ago
5 years ago
  1. /**
  2. * 生产环境
  3. */
  4. ;(function () {
  5. window.SITE_CONFIG = {};
  6. // api接口请求地址
  7. window.SITE_CONFIG['baseUrl'] = 'http://192.168.2.172:9090';
  8. // LODOP 打印图片根路径(无末尾/)- rqrq
  9. window.SITE_CONFIG['printAssetBaseUrl'] = 'http://192.168.2.172:80/print';
  10. window.SITE_CONFIG['uploadBaseUrl'] = 'http://192.168.2.172/upload/';
  11. window.SITE_CONFIG['sopFileBaseUrl'] = 'http://192.168.2.172/sopFile/';
  12. // cdn地址 = 域名 + 版本号
  13. window.SITE_CONFIG['domain'] = './'; // 域名
  14. window.SITE_CONFIG['version'] = ''; // 版本号(年月日时分)
  15. window.SITE_CONFIG['cdnUrl'] = window.SITE_CONFIG.domain + window.SITE_CONFIG.version;
  16. })();