chore: 更新 title

This commit is contained in:
JaguarJack
2023-02-15 18:29:20 +08:00
parent d3eb7ab086
commit 3459d5e8e9
3 changed files with 7 additions and 1 deletions

View File

@@ -41,6 +41,7 @@ const defaultRoutes: RouteRecordRaw[] = [
{
path: '/login',
name: 'login',
meta: { title: '登录' },
component: () => import('/admin/views/login/index.vue'),
},
// 未定义路有重定向到 404