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();