✨ qq oauth2 login complete
This commit is contained in:
11
src/router/modules/main_router.ts
Normal file
11
src/router/modules/main_router.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
export default [
|
||||
{
|
||||
path: '/main',
|
||||
name: 'main',
|
||||
component: () => import('@/views/Main/MainPage.vue'),
|
||||
meta: {
|
||||
requiresAuth: true,
|
||||
title: '主页'
|
||||
}
|
||||
}
|
||||
];
|
Reference in New Issue
Block a user