mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-22 23:31:52 +08:00
v3.7.0 更新到【默认首页使用keep-alive缓存】后报错
This commit is contained in:
parent
9edf88b37a
commit
2ce2287146
@ -45,7 +45,7 @@ export default {
|
||||
if (!name) {
|
||||
return false
|
||||
}
|
||||
return name.trim() === '首页'
|
||||
return name.trim() === 'Index'
|
||||
},
|
||||
handleLink(item) {
|
||||
const { redirect, path } = item
|
||||
|
Loading…
Reference in New Issue
Block a user