登录页面路由更换

This commit is contained in:
2025-07-16 17:03:23 +08:00
parent e94478ac2d
commit 9af49fcf9d

View File

@ -45,7 +45,7 @@ export const constantRoutes = [
},
{
path: '/login',
component: () => import('@/views/login2'),
component: () => import('@/views/login'),
hidden: true
},
{