fix: 将API基础URL从http升级为https以增强安全性

This commit is contained in:
zhouyonggao 2025-12-03 16:30:31 +08:00
parent 62ad785d85
commit 3efd6e0e60
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
window.__API_BASE__ = 'http://ymtexporttool.cdlsxd.cn/apiv1/'
window.__API_BASE__ = 'https://ymtexporttool.cdlsxd.cn/apiv1/'
window.__ASSET_VERSION__ = window.__ASSET_VERSION__ || String(Date.now())