From f794524f63eb4cb307759382f3916b88b0998a5a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?TOP=E7=B3=AF=E7=B1=B3?= <1130395124@qq.com>
Date: Sun, 19 Mar 2023 15:00:26 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=A5=E5=8F=A3=E5=9C=B0?=
 =?UTF-8?q?=E5=9D=80?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/core/config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core/config.js b/src/core/config.js
index d8ae1bf..c7dad4e 100644
--- a/src/core/config.js
+++ b/src/core/config.js
@@ -2,5 +2,5 @@ export default {
     name: "熊熊安装",
     storagePrefix: "user_",
     appId: "wx239055764f21ba10",
-    root: "http://xiongxiong.vipwjf.com/api.php"
+    root: "https://xiongxiong.vipwjf.com/api.php"
 }