测试:前台页面

wangxinyuan
陈思豪 2024-08-23 01:06:14 +08:00
parent 0df27bd1f9
commit b40e22763c
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import request from '@/utils/request'
export function selectTaskList(data){
return request({
url: "/task/task/list",
method: "get",
method: "post",
data:data
})
}