✨ add dark mode
This commit is contained in:
@@ -2,9 +2,9 @@ export default [
|
||||
{
|
||||
path: '/',
|
||||
name: 'login',
|
||||
component: () => import('@/views/login/LoginPage.vue'),
|
||||
component: () => import('@/views/Login/LoginPage.vue'),
|
||||
meta: {
|
||||
title: '登录页'
|
||||
}
|
||||
}
|
||||
]
|
||||
];
|
||||
|
Reference in New Issue
Block a user