feat: axios新增请求的拦截处理

This commit is contained in:
valarchie
2023-07-06 22:26:37 +08:00
parent a021e7f9d5
commit de5550e216
3 changed files with 24 additions and 14 deletions

View File

@@ -36,7 +36,7 @@ export type TokenDTO = {
};
export type CurrentLoginUserDTO = {
userInfo: any;
user: any;
roleKey: string;
permissions: Set<string>;
};