Closed dockfries closed 1 year ago
另: TagsView/index.vue
的'active-item': activeKey === element.path
应该修改为element.fullPath
,不然页面如果携带了query
参数就无法匹配高亮了
另:
TagsView/index.vue
的'active-item': activeKey === element.path
应该修改为element.fullPath
,不然页面如果携带了query
参数就无法匹配高亮了
确实存在
另:
TagsView/index.vue
的'active-item': activeKey === element.path
应该修改为element.fullPath
,不然页面如果携带了query
参数就无法匹配高亮了
确实存在
1.9.0
已 fix
Header/index.vue
TagsView/index.vue
思路1: 登出时清空
useTabsViewStore
里的tabList
,而不是进行storage
的removeItem
思路2: 删除页面关闭刷新保存数据,而是在useTabsViewStore
的tabList
内部发生变化时进行存储