From a1a93d290fcbe564610b81e315dc64ffa8a444e1 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Tue, 17 Oct 2023 14:24:30 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A4=96=E9=83=A8=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E8=AF=B7=E6=B1=82=E8=BF=9E=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 ++ public/config.js | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 1369a698..f24438e9 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,8 @@ + +
diff --git a/public/config.js b/public/config.js index 9443bc82..7783a294 100644 --- a/public/config.js +++ b/public/config.js @@ -3,7 +3,7 @@ */ (function () { // host = ip:prot - const host = "192.168.12.12:3030"; + const host = "192.168.0.229:3186"; // 服务地址 const baseUrl = `http://${host}`