优化管理后台

This commit is contained in:
2023-03-24 18:03:04 +08:00
parent 37402b0ea4
commit 820eae2394
12 changed files with 922 additions and 30 deletions

View File

@@ -18,5 +18,12 @@ const api = {
params:data
})
},
searchUserList: data => { // 搜索用户列表
return service({
url: '/user/search',
method: 'get',
params:data
})
},
}
export default api