mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-01 18:17:46 +00:00
feat: customized user home page
新增自定义的用户首页(可以每个用户都不相同)
This commit is contained in:
3
types/store.d.ts
vendored
3
types/store.d.ts
vendored
@@ -1,5 +1,6 @@
|
||||
import { ErrorTypeEnum } from '/@/enums/exceptionEnum';
|
||||
import { MenuModeEnum, MenuTypeEnum } from '/@/enums/menuEnum';
|
||||
import { RoleInfo } from '/@/api/sys/model/userModel';
|
||||
|
||||
// Lock screen information
|
||||
export interface LockInfo {
|
||||
@@ -35,6 +36,8 @@ export interface UserInfo {
|
||||
realName: string;
|
||||
avatar: string;
|
||||
desc?: string;
|
||||
homePath?: string;
|
||||
roles: RoleInfo[];
|
||||
}
|
||||
|
||||
export interface BeforeMiniState {
|
||||
|
Reference in New Issue
Block a user