feat: 接入真实登录鉴权流程

This commit is contained in:
湛兮
2026-05-26 14:45:15 +08:00
parent a6c9f5dee3
commit 5003628017
21 changed files with 572 additions and 305 deletions
+2
View File
@@ -38,6 +38,8 @@ export type routeMetaType = {
icon?: string | FunctionalComponent;
showLink?: boolean;
savedPosition?: boolean;
permission?: string | Array<string>;
menuKey?: string;
auths?: Array<string>;
};