From ce17b8a142b55c7ce4a0abedfeaa93da8e05bc67 Mon Sep 17 00:00:00 2001 From: wang_yp <357754663@qq.com> Date: Sun, 23 Mar 2025 16:09:06 +0800 Subject: [PATCH] fix(staff) --- src/util/config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/util/config.ts b/src/util/config.ts index 4660882..40f80fe 100644 --- a/src/util/config.ts +++ b/src/util/config.ts @@ -1,7 +1,7 @@ class Config { - static baseUrl = "/"; - // static baseUrl = "https://www.hswzct.cn:12016/"; + // static baseUrl = "/"; + static baseUrl = "https://www.hswzct.cn:12016/"; // static baseUrl = "http://127.0.0.1:12214/"; static ws = "wss://www.hswzct.cn:12016/wsadmin?id=admin"; static userStatic = "https://www.hswzct.cn:12016/api/uploads/user/";