qq oauth2 login complete

This commit is contained in:
landaiqing
2024-08-21 19:40:50 +08:00
parent 7683fffb34
commit 95f722fa93
14 changed files with 165 additions and 76 deletions

View File

@@ -0,0 +1,11 @@
export default [
{
path: '/main',
name: 'main',
component: () => import('@/views/Main/MainPage.vue'),
meta: {
requiresAuth: true,
title: '主页'
}
}
];

View File

@@ -1,11 +0,0 @@
export default [
{
path: '/test2',
name: 'test2',
component: () => import('@/views/TestI18n.vue'),
meta: {
requiresAuth: true,
title: '测试'
}
}
];