用户信息接口对接Mock数据

This commit is contained in:
付民康
2025-03-17 19:25:02 +08:00
parent babcfda6bf
commit ecdb6e92b9
7 changed files with 17 additions and 13 deletions

View File

@@ -16,7 +16,7 @@ const setPassportPrefix = (url: string, method: string) => {
if (prefix) {
if (url?.includes('/api/v1/user/')) {
// 用户信息相关
return `${prefix}${url}`;
return `${url}`;
}
if (url?.includes('/api/v1/oauth/')) {
// 用户权限