mirror of
https://github.com/pure-admin/pure-admin-thin.git
synced 2025-12-16 23:30:39 +08:00
feat: axios新增请求的拦截处理
This commit is contained in:
@@ -36,7 +36,7 @@ export type TokenDTO = {
|
||||
};
|
||||
|
||||
export type CurrentLoginUserDTO = {
|
||||
userInfo: any;
|
||||
user: any;
|
||||
roleKey: string;
|
||||
permissions: Set<string>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user