This commit is contained in:
qsh
2024-08-28 10:09:23 +08:00
parent 5eccb83e3f
commit 076f301920
4 changed files with 92 additions and 1 deletions

View File

@@ -161,6 +161,16 @@ const remainingRouter: AppRouteRecordRaw[] = [
noTagsView: true
}
},
{
path: '/mp-login',
component: () => import('@/views/Login/MPLogin.vue'),
name: 'MPLogin',
meta: {
hidden: true,
title: '用户绑定',
noTagsView: true
}
},
{
path: '/sso',
component: () => import('@/views/Login/Login.vue'),