From e55fd2ceded4fb9fd6665def7ddeb594b3260538 Mon Sep 17 00:00:00 2001 From: spylecym <1262965753@qq.com> Date: Wed, 19 Jul 2023 10:46:53 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E6=94=B9=E4=B8=AD?= =?UTF-8?q?=E6=96=87=E6=97=A5=E5=BF=97=E9=A1=B5=E9=9D=A2=E8=AF=B7=E6=B1=82?= =?UTF-8?q?=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/site/zh/log.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/site/zh/log.html b/public/site/zh/log.html index abe8ee1fa..8c1b22a7e 100644 --- a/public/site/zh/log.html +++ b/public/site/zh/log.html @@ -338,7 +338,7 @@ const domHandle = (html)=>{ } const logs = getItem('logs') if(!logs) { - const url = "http://192.168.100.122:2222/api/system/get/updatelog" + const url = "https://www.dootask.com/api/system/get/updatelog" axios.get(url).then(res=>{ const changelog=res.data.data.updateLog const md = new markdownit();