Commit f8fffcea authored by YunaiV's avatar YunaiV
Browse files

修复 Breadcrumb dump key 的问题

No related merge requests found
Showing with 2 additions and 1 deletion
+2 -1
......@@ -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
......
Supports Markdown
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