|
@@ -14,7 +14,7 @@ const router = new Router({
|
|
|
name: 'Home',
|
|
|
component: () => import('@/components/home/index'),
|
|
|
meta: {
|
|
|
- title: '首页'
|
|
|
+ title: '投诉管理系统'
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -57,7 +57,7 @@ const router = new Router({
|
|
|
]
|
|
|
})
|
|
|
|
|
|
-const defaultTitle = '投诉管理系统'
|
|
|
+const defaultTitle = '权限和日志管理'
|
|
|
router.beforeEach((to, from, next) => {
|
|
|
document.title = to.meta.title ? to.meta.title : defaultTitle
|
|
|
next()
|