From 3b269e35afdd7029de14a7e1f5e7d779c122c53e Mon Sep 17 00:00:00 2001 From: "SmallChi(Koike)" <564952747@qq.com> Date: Sat, 28 Dec 2024 20:18:09 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=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/JTTools/wwwroot/index.html | 2 +- src/JTTools/wwwroot/js/site.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/JTTools/wwwroot/index.html b/src/JTTools/wwwroot/index.html index 5762878..a461462 100644 --- a/src/JTTools/wwwroot/index.html +++ b/src/JTTools/wwwroot/index.html @@ -779,7 +779,7 @@ - + \ No newline at end of file diff --git a/src/JTTools/wwwroot/js/site.js b/src/JTTools/wwwroot/js/site.js index 093194a..33645ba 100644 --- a/src/JTTools/wwwroot/js/site.js +++ b/src/JTTools/wwwroot/js/site.js @@ -1,4 +1,5 @@ -axios.defaults.baseURL = "http://120.76.99.64:18889/jtt"; +//axios.defaults.baseURL = "http://120.76.99.64:18889/jtt"; +axios.defaults.baseURL = "https://jttools.smallchi.cn/jtt"; function hexToString(hexStr) { // 移除可能存在的空格和换行符