fix:修改中文日志页面请求地址

This commit is contained in:
spylecym 2023-07-19 10:46:53 +08:00
parent 04cb03e0b2
commit e55fd2cede

View File

@ -338,7 +338,7 @@ const domHandle = (html)=>{
} }
const logs = getItem('logs') const logs = getItem('logs')
if(!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=>{ axios.get(url).then(res=>{
const changelog=res.data.data.updateLog const changelog=res.data.data.updateLog
const md = new markdownit(); const md = new markdownit();