From aea508cae53c7070fbbfa198fce5e79cd32e96d9 Mon Sep 17 00:00:00 2001 From: Hmis556 <105487063+Hmis556@users.noreply.github.com> Date: Sat, 27 Apr 2024 02:18:13 +0800 Subject: [PATCH] Update index.html --- api/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/index.html b/api/index.html index b6178ba..faafe39 100644 --- a/api/index.html +++ b/api/index.html @@ -31,7 +31,7 @@ } else { // 不是微信客户端,直接可以访问链接 if (urlParmStr == url){ - urlParmStr = "https://www.yiove.com"; + urlParmStr = "https://pan.hmis25565.asia"; } console.log(urlParmStr); location.href=urlParmStr;