wechat login is ready

This commit is contained in:
RockYang
2024-07-04 15:34:32 +08:00
parent b399fc557a
commit bddd611cc1
15 changed files with 416 additions and 238 deletions

View File

@@ -101,6 +101,12 @@ const routes = [
meta: {title: '用户登录'},
component: () => import('@/views/Login.vue'),
},
{
name: 'login-callback',
path: '/login/callback',
meta: {title: '用户登录'},
component: () => import('@/views/LoginCallback.vue'),
},
{
name: 'register',
path: '/register',