mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-26 23:10:18 +08:00
refactor(projects): 动态路由权限完善
This commit is contained in:
2
src/typings/business.d.ts
vendored
2
src/typings/business.d.ts
vendored
@@ -15,8 +15,6 @@ declare namespace Auth {
|
||||
userId: string;
|
||||
/** 用户名 */
|
||||
userName: string;
|
||||
/** 用户手机号 */
|
||||
userPhone: string;
|
||||
/** 用户角色类型 */
|
||||
userRole: RoleType;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user