From 8fb647385a7ee92fc0d3d444b91b9c61652a830d 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 14:43:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9config?= 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 20dc3ea..6982b24 100644 --- a/src/core/config.js +++ b/src/core/config.js @@ -2,7 +2,7 @@ const config = { name: "熊熊安装", storagePrefix: "worker_", appId: "wx2401c65b68a6c9b5", - root: "http://xiongxiong.vipwjf.com/api.php" + root: "https://xiongxiong.vipwjf.com/api.php" } export default config \ No newline at end of file