feat 支持内部页面通过外部打开

This commit is contained in:
xxm
2022-11-23 21:26:00 +08:00
parent 1ae75d1a46
commit 06b1edb140
16 changed files with 576 additions and 51 deletions

View File

@@ -23,13 +23,13 @@ declare module 'vue-router' {
frameSrc?: string
// current page transition 当前页面转换
transitionName?: string
// Whether the route has been dynamically added
// 路由是否已动态添加 Whether the route has been dynamically added
hideBreadcrumb?: boolean
// Hide submenu
// 隐藏子菜单 Hide submenu
hideChildrenInMenu?: boolean
// Carrying parameters
// 携带参数 Carrying parameters
carryParam?: boolean
// Used internally to mark single-level menus
// 内部用于标记单层菜单 Used internally to mark single-level menus
single?: boolean
// Currently active menu
currentActiveMenu?: string