Browse Source

ccl部署环境参数

master
DouDou 2 years ago
parent
commit
c9eea8acd3
  1. 2
      static/config/index-prod.js

2
static/config/index-prod.js

@ -5,7 +5,7 @@
window.SITE_CONFIG = {}; window.SITE_CONFIG = {};
// api接口请求地址 // api接口请求地址
window.SITE_CONFIG['baseUrl'] = 'http://192.168.1.2:8882';
window.SITE_CONFIG['baseUrl'] = 'http://172.19.1.142:8085';
// cdn地址 = 域名 + 版本号 // cdn地址 = 域名 + 版本号
window.SITE_CONFIG['domain'] = './'; // 域名 window.SITE_CONFIG['domain'] = './'; // 域名

Loading…
Cancel
Save