fix: 更新API基础URL以使用新的端点路径

This commit is contained in:
zhouyonggao 2025-12-03 15:10:28 +08:00
parent 4f6bd23837
commit 034ff3c9a0
1 changed files with 1 additions and 1 deletions

View File

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