fix: 将API基础URL从http升级为https以增强安全性
This commit is contained in:
parent
62ad785d85
commit
3efd6e0e60
|
|
@ -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())
|
window.__ASSET_VERSION__ = window.__ASSET_VERSION__ || String(Date.now())
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue