mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-14 21:02:49 +00:00
fix:修改中文日志页面请求地址
This commit is contained in:
parent
04cb03e0b2
commit
e55fd2cede
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user