代理配置相关代码调整.

This commit is contained in:
aoshiguchen
2022-09-01 22:15:55 +08:00
parent 484f4183e8
commit 4d24f09d28
7 changed files with 224 additions and 36 deletions
+7
View File
@@ -8,6 +8,13 @@ export function fetchList(query) {
})
}
export function userList() {
return request({
url: '/user/list',
method: 'get'
})
}
export function fetchUser() {
return request({
url: '/user/detail',