网站信息,登录,用户

This commit is contained in:
Jason
2022-09-08 19:09:53 +08:00
parent 669b91a99e
commit 0f47284235
13 changed files with 399 additions and 175 deletions

View File

@@ -9,3 +9,8 @@ export function getUserList(params: any) {
export function getUserDetail(params: any) {
return request.get({ url: '/user/detail', params })
}
// 用户编辑
export function userEdit(params: any) {
return request.post({ url: '/user/edit', params })
}