Browse Source

2026-03-10

优化
master
fengyuan_yang 1 month ago
parent
commit
23243c5f00
  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.1.2:8882';
window.SITE_CONFIG['baseUrl'] = 'api';
// cdn地址 = 域名 + 版本号
window.SITE_CONFIG['domain'] = './'; // 域名

Loading…
Cancel
Save