fix: 将API基础URL切换回生产环境
This commit is contained in:
parent
249e62029a
commit
fc8784113b
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Reference in New Issue