round完成

This commit is contained in:
2023-06-28 21:02:31 +08:00
parent 1063053510
commit 67cb0df5b9
12 changed files with 198 additions and 35 deletions

View File

@@ -90,5 +90,16 @@ export default {
method: "put",
data
})
}
},
/**
* 请求所有user信息
* @returns
*/
getUserDict(params = {}) {
return request({
url: "system/user/dict",
method: "get",
params
})
},
}