mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-17 12:25:07 +08:00
✨ feat:TagsView 支持多个 path 相同但 fullPath 不相同情况。
This commit is contained in:
3
types/router.d.ts
vendored
3
types/router.d.ts
vendored
@ -15,6 +15,8 @@ import { defineComponent } from 'vue'
|
||||
|
||||
title: 'title' 设置该路由在侧边栏和面包屑中展示的名字
|
||||
|
||||
titleSuffix: '2' 当 path 和 title 重复时的后缀或备注
|
||||
|
||||
icon: 'svg-name' 设置该路由的图标
|
||||
|
||||
noCache: true 如果设置为true,则不会被 <keep-alive> 缓存(默认 false)
|
||||
@ -37,6 +39,7 @@ declare module 'vue-router' {
|
||||
hidden?: boolean
|
||||
alwaysShow?: boolean
|
||||
title?: string
|
||||
titleSuffix?: string
|
||||
icon?: string
|
||||
noCache?: boolean
|
||||
breadcrumb?: boolean
|
||||
|
Reference in New Issue
Block a user