From 78921416615f450f4cc29ec4f740fbf1b47d8b00 Mon Sep 17 00:00:00 2001
From: zhangwei <1504152376@qq.com>
Date: 星期二, 19 八月 2025 17:18:28 +0800
Subject: [PATCH] 注册登录更改

---
 types/router.d.ts |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/types/router.d.ts b/types/router.d.ts
index 0355852..f0d0a7e 100644
--- a/types/router.d.ts
+++ b/types/router.d.ts
@@ -23,6 +23,8 @@
     /** 鏄惁鏄剧ず鐖剁骇鑿滃崟 `鍙�塦 */
     showParent?: boolean;
     /** 椤甸潰绾у埆鏉冮檺璁剧疆 `鍙�塦 */
+    exRoles?: Array<string>;
+    // 椤甸潰绾у埆鏉冮檺璁剧疆
     roles?: Array<string>;
     /** 鎸夐挳绾у埆鏉冮檺璁剧疆 `鍙�塦 */
     auths?: Array<string>;

--
Gitblit v1.9.1