mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-22 23:31:52 +08:00
修复 Breadcrumb dump key 的问题
This commit is contained in:
parent
1a2c03bc7e
commit
f8fffcea1b
@ -45,7 +45,8 @@ export default {
|
||||
if (!name) {
|
||||
return false
|
||||
}
|
||||
return name.trim() === 'Index'
|
||||
// return name.trim() === 'Index'
|
||||
return name.trim() === '首页' // 修复 Index 重复的问题
|
||||
},
|
||||
handleLink(item) {
|
||||
const { redirect, path } = item
|
||||
|
Loading…
Reference in New Issue
Block a user