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

This commit is contained in:
zhouyonggao 2025-12-08 17:24:12 +08:00
parent 2ff8283711
commit 57cd6f78b0
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__ = 'https://ymtexporttool.cdlsxd.cn/apiv1/'
window.__API_BASE__ = 'http://127.0.0.1:8077' // window.__API_BASE__ = 'http://127.0.0.1:8077'
window.__ASSET_VERSION__ = window.__ASSET_VERSION__ || String(Date.now()) window.__ASSET_VERSION__ = window.__ASSET_VERSION__ || String(Date.now())