feat: 1. 修改完善全局路由检测。 2. 完善统一的token认证管理,token失效自动跳转到登录页。

This commit is contained in:
2025-11-18 20:32:43 +08:00
parent e7b1c2e294
commit adfb84a31d
17 changed files with 270 additions and 294 deletions
+2 -1
View File
@@ -13,7 +13,8 @@ export const meta: MetaFunction = () => {
};
export const handle = {
breadcrumb: "评查点列表"
breadcrumb: "评查点列表",
to: "/rules/list" // 指定面包屑点击后跳转的路径
};
/**