From 3efd6e0e60e00b92336f470257db8ed82858bc2b Mon Sep 17 00:00:00 2001 From: zhouyonggao <1971162852@qq.com> Date: Wed, 3 Dec 2025 16:30:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B0=86API=E5=9F=BA=E7=A1=80URL?= =?UTF-8?q?=E4=BB=8Ehttp=E5=8D=87=E7=BA=A7=E4=B8=BAhttps=E4=BB=A5=E5=A2=9E?= =?UTF-8?q?=E5=BC=BA=E5=AE=89=E5=85=A8=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/config.js b/web/config.js index 204506b..3227339 100644 --- a/web/config.js +++ b/web/config.js @@ -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())