添加sso
This commit is contained in:
@@ -13,6 +13,18 @@ const router = createRouter({
|
||||
component: () => import('../views/LoginView.vue'),
|
||||
meta: { public: true },
|
||||
},
|
||||
{
|
||||
path: '/sso/callback',
|
||||
name: 'sso-callback',
|
||||
component: () => import('../views/SsoCallbackView.vue'),
|
||||
meta: { public: true },
|
||||
},
|
||||
{
|
||||
path: '/sso/bind',
|
||||
name: 'sso-bind',
|
||||
component: () => import('../views/SsoBindView.vue'),
|
||||
meta: { public: true },
|
||||
},
|
||||
{
|
||||
path: '/timetable',
|
||||
name: 'public-timetable',
|
||||
|
||||
Reference in New Issue
Block a user