mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-13 00:10:54 +08:00
feat: menu routing support opens in a new window (#4715)
This commit is contained in:
@@ -384,6 +384,10 @@ interface RouteMeta {
|
||||
* The menu is visible, but access will be redirected to 403
|
||||
*/
|
||||
menuVisibleWithForbidden?: boolean;
|
||||
/**
|
||||
* Open in a new window
|
||||
*/
|
||||
openInNewWindow?: boolean;
|
||||
/**
|
||||
* Used for route->menu sorting
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user