修改标题和做菜单

This commit is contained in:
spllzh
2025-08-09 20:57:16 +08:00
parent 4c18a3f47b
commit b62c9209e0
4 changed files with 10 additions and 10 deletions

View File

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