解决登录后浏览器后台Breadcrumb组件报错
This commit is contained in:
parent
5d6f134609
commit
7b6ccd9b22
@ -45,7 +45,7 @@ export default {
|
|||||||
if (!name) {
|
if (!name) {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
return name.trim() === '首页'
|
return name.trim() === 'Index'
|
||||||
},
|
},
|
||||||
handleLink(item) {
|
handleLink(item) {
|
||||||
const { redirect, path } = item
|
const { redirect, path } = item
|
||||||
|
Loading…
Reference in New Issue
Block a user