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;