不再使用的代码清理
This commit is contained in:
@@ -189,6 +189,21 @@ const routes: RouteRecordRaw[] = [
|
||||
hidden: true
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/forgot-password',
|
||||
name: 'ForgotPassword',
|
||||
component: () => import('@/views/ForgotPassword/index.vue'),
|
||||
meta: {
|
||||
title: '重置密码',
|
||||
requiresAuth: false,
|
||||
hidden: true
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/reset-password',
|
||||
redirect: '/forgot-password',
|
||||
meta: { hidden: true }
|
||||
},
|
||||
// 调试页面(仅开发环境)
|
||||
{
|
||||
path: '/debug',
|
||||
|
||||
Reference in New Issue
Block a user