✨ 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: '登录页'
|
||||
}
|
||||
}
|
||||
]
|
||||
];
|
||||
|
10
src/router/modules/test.ts
Normal file
10
src/router/modules/test.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export default [
|
||||
{
|
||||
path: '/test',
|
||||
name: 'test',
|
||||
component: () => import('@/views/TestTheme.vue'),
|
||||
meta: {
|
||||
title: '测试'
|
||||
}
|
||||
}
|
||||
];
|
Reference in New Issue
Block a user