From 55663c85734737dc8fd28773999adac574e5d95c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?TOP=E7=B3=AF=E7=B1=B3?= <1130395124@qq.com> Date: Sun, 9 Apr 2023 14:18:55 +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 7e44c3a..ef37b0d 100644 --- a/src/core/config.js +++ b/src/core/config.js @@ -1,7 +1,7 @@ const config = { storagePrefix: "worker_", appId: "wx2401c65b68a6c9b5", - root: "https://anzhuangxiong.com/api.php" + root: "https://wxapp.anzhuangxiong.com/api.php" } export default config \ No newline at end of file