refactor: 管理员租户切换不再返回首页 直接刷新当前页(除特殊页面外会回到首页)

This commit is contained in:
dap
2025-04-01 19:59:28 +08:00
parent b67be83a19
commit 362bc84cfb
4 changed files with 44 additions and 12 deletions

View File

@@ -113,6 +113,12 @@ interface RouteMeta {
* 菜单所携带的参数
*/
query?: Recordable;
/**
* 管理员切换租户 该页面是否需要重定向到首页
* 用于区分带路由参数的页面 比如/oss/:id 这种路由是需要回到首页的
* 默认false
*/
requireHomeRedirect?: boolean;
/**
* 标题名称
*/