发现更多

This commit is contained in:
zhangmanman
2021-09-26 16:13:04 +08:00
parent 2da6c70904
commit d455049e5f
14 changed files with 305 additions and 481 deletions

View File

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