fix: 将API基础URL切换回生产环境

This commit is contained in:
zhouyonggao 2025-12-12 17:42:00 +08:00
parent 249e62029a
commit fc8784113b
1 changed files with 2 additions and 2 deletions

View File

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