Browse Source

2025-03-26

导出优化
master
fengyuan_yang 10 months ago
parent
commit
9599478fe5
  1. 2
      static/config/index-prod.js

2
static/config/index-prod.js

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

Loading…
Cancel
Save