不再使用的代码清理

This commit is contained in:
2025-10-26 15:34:05 +08:00
parent 20c8d781c4
commit fdac026720
101 changed files with 278 additions and 38135 deletions
+15
View File
@@ -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',