优化面包屑首页跳转失败

This commit is contained in:
gyq 2024-10-17 09:04:51 +08:00
parent 9513f7a3ec
commit 9cf170e289
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ export default {
const first = matched[0]
if (!this.isDashboard(first)) {
matched = [{ path: '/dashboard', meta: { title: '首页' }}].concat(matched)
matched = [{ path: '/data_statistics', meta: { title: '首页' }}].concat(matched)
}
this.levelList = matched.filter(item => item.meta && item.meta.title && item.meta.breadcrumb !== false)