|
|
@@ -33,7 +33,7 @@ function getBreadcrumb() {
|
|
|
|
|
|
// Check if it's the dashboard
|
|
|
if (!isDashboard(matched[0])) {
|
|
|
- matched = [{path: "/index", meta: {title: "トップページ"}}].concat(matched)
|
|
|
+ matched = [{path: "/index", meta: {title: "FC管理システム"}}].concat(matched)
|
|
|
}
|
|
|
|
|
|
levelList.value = matched.filter(item => item.meta && item.meta.title && item.meta.breadcrumb !== false)
|