Commit 7b6ccd9b authored by wangzhaoqiang's avatar wangzhaoqiang

解决登录后浏览器后台Breadcrumb组件报错

parent 5d6f1346
......@@ -45,7 +45,7 @@ export default {
if (!name) {
return false
}
return name.trim() === '首页'
return name.trim() === 'Index'
},
handleLink(item) {
const { redirect, path } = item
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment