This commit is contained in:
唐明明
2021-09-26 17:19:57 +08:00
24 changed files with 1542 additions and 928 deletions

View File

@@ -19,7 +19,7 @@ const category = () => {
// 水晶任务
const task = () => {
return request({
url: 'crystal/task'
url: 'tasks'
})
}