refactor: 个人中心页面重构和布局代码优化
This commit is contained in:
3
types/router.d.ts
vendored
3
types/router.d.ts
vendored
@@ -6,6 +6,7 @@ declare module "vue-router" {
|
||||
*/
|
||||
interface RouteMeta {
|
||||
title?: string;
|
||||
type?: string;
|
||||
icon?: string;
|
||||
hidden?: boolean;
|
||||
alwaysShow?: boolean;
|
||||
@@ -14,6 +15,8 @@ declare module "vue-router" {
|
||||
breadcrumb?: boolean;
|
||||
activeMenu?: string;
|
||||
params?: Record<string, unknown>;
|
||||
externalUrl?: string;
|
||||
openMode?: number;
|
||||
roles?: string[];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user