赫艾前端
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.

28 lines
1.2 KiB

5 years ago
5 years ago
3 weeks ago
3 weeks ago
5 years ago
  1. /**
  2. * 开发环境
  3. */
  4. ;(function () {
  5. window.SITE_CONFIG = {};
  6. // api接口请求地址
  7. window.SITE_CONFIG['baseUrl'] = 'http://localhost:9090/';
  8. // cdn地址 = 域名 + 版本号
  9. window.SITE_CONFIG['domain'] = './'; // 域名
  10. window.SITE_CONFIG['version'] = ''; // 版本号(年月日时分)
  11. window.SITE_CONFIG['cdnUrl'] = window.SITE_CONFIG.domain + window.SITE_CONFIG.version;
  12. // LODOP 打印图片根路径(无末尾/,与代码中拼接 /文件名 一致)- rqrq
  13. window.SITE_CONFIG['printAssetBaseUrl'] = 'http://localhost:80/print';
  14. // 上传、SOP 静态根路径(带末尾/)- rqrq
  15. window.SITE_CONFIG['uploadBaseUrl'] = 'http://localhost:9090/upload/';
  16. window.SITE_CONFIG['sopFileBaseUrl'] = 'http://localhost:9090/sopFile/';
  17. // LODOP 控件授权 SET_LICENSES 四段 - rqrq
  18. window.SITE_CONFIG['lodopLicenseStr1'] = '';
  19. window.SITE_CONFIG['lodopLicenseStr2'] = 'AF8A5800B823CC8E18BCF67B925E7BF0';
  20. window.SITE_CONFIG['lodopLicenseStr3'] = '';
  21. window.SITE_CONFIG['lodopLicenseStr4'] = '';
  22. window.SITE_CONFIG['siteName'] = '苏州赫艾聚合科技有限公司';
  23. window.SITE_CONFIG['siteNameE'] = 'A&M Polymer';
  24. })();