fix: 修复appUserInfo接口前缀问题
This commit is contained in:
@@ -9,6 +9,7 @@ import request from '@/utilsRc/request'
|
||||
export function appUserInfo() {
|
||||
return request({
|
||||
url: '/app/user/appUserInfo',
|
||||
method: 'get'
|
||||
method: 'get',
|
||||
baseUrlType: 'user' // 使用用户接口专用baseUrl
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user