修改请求地址

This commit is contained in:
GYJ
2024-12-26 14:29:24 +08:00
parent 1a3b207d4d
commit a526f5ddd6
6 changed files with 185 additions and 125 deletions

View File

@@ -5,8 +5,8 @@
window.SITE_CONFIG = {};
// api接口请求地址
window.SITE_CONFIG['baseUrl'] = 'https://ditanxiong.gomyorder.cn/sqx_fast';
window.SITE_CONFIG['baseUrl'] = 'https://ditanxiong.gomyorder.cn/czg';
// cdn地址 = 域名 + 版本号
window.SITE_CONFIG['domain'] = './'; // 域名
window.SITE_CONFIG['version'] = ''; // 版本号(年月日时分)

View File

@@ -5,7 +5,7 @@
window.SITE_CONFIG = {};
// api接口请求地址
window.SITE_CONFIG['baseUrl'] = 'https://video.hnsiyao.cn/sqx_fast';
window.SITE_CONFIG['baseUrl'] = 'https://video.hnsiyao.cn/czg';
// cdn地址 = 域名 + 版本号
window.SITE_CONFIG['domain'] = './'; // 域名