增加找回密码的功能

This commit is contained in:
Sakura-RanChen
2025-05-19 14:15:28 +08:00
parent 737c4a6b5d
commit f242d43f73
4 changed files with 309 additions and 0 deletions
+7
View File
@@ -39,6 +39,13 @@ const routes = [
return import('../views/register.vue')
}
},
{
path: '/retrieve-password',
name: 'RetrievePassword',
component: function () {
return import('../views/retrievePassword.vue')
}
},
// 设备管理页面路由
{
path: '/device-management',