From 9c8d008528fe6be690e3073e1c3ef1d551218f17 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Wed, 18 Oct 2023 19:50:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=83=A8=E7=BD=B2=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/config.js b/public/config.js index 7783a294..16cca215 100644 --- a/public/config.js +++ b/public/config.js @@ -3,7 +3,7 @@ */ (function () { // host = ip:prot - const host = "192.168.0.229:3186"; + const host = "192.168.2.166:3186"; // 服务地址 const baseUrl = `http://${host}`