feat(登录): 添加忘记密码页面及路由配置

- 新增忘记密码页面组件及样式
- 在路由配置中添加忘记密码页面路由
- 修改登录页面,将忘记密码链接改为按钮并添加跳转逻辑
This commit is contained in:
linxd
2025-07-18 11:06:19 +08:00
parent 90b8628eb8
commit b8a49956cf
4 changed files with 26 additions and 2 deletions

View File

@ -16,6 +16,10 @@ export default [
}
]
},
{
path: '/forgot',
component: '@/pages/forgot/forgot',
},
{
path: '/',
name: "首页",