feat: 新增设备切卡模式
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 3m57s

This commit is contained in:
sexygoat
2026-04-18 16:40:41 +08:00
parent fd583e81e0
commit c5ee690ccd
16 changed files with 557 additions and 55 deletions

View File

@@ -609,6 +609,17 @@ export const asyncRoutes: AppRouteRecord[] = [
isHide: true,
keepAlive: false
}
},
// 操作密码设置
{
path: 'operation-password',
name: 'OperationPasswordSettings',
component: RoutesAlias.OperationPasswordSettings,
meta: {
title: 'menus.settings.passwordSettings',
keepAlive: true,
roles: ['R_SUPER']
}
}
]
},