二维码校验

This commit is contained in:
2026-08-20 10:46:25 +08:00
parent 14d6f46de0
commit a1b0a8dc2d
4 changed files with 95 additions and 3 deletions

View File

@@ -122,7 +122,8 @@ export const allAuthority = () => {
{menu_id: '1', title: '装箱口木箱回库', path: '/pages/SecondPhase/BoxReturn'},
{menu_id: '1', title: '人工点维护', path: '/pages/SecondPhase/ManMaintain'},
{menu_id: '1', title: '载具解绑', path: '/pages/SecondPhase/VehicleUnbind'},
{menu_id: '1', title: '三码合一', path: '/pages/SecondPhase/ThreeCodeToOne'}
{menu_id: '1', title: '三码合一', path: '/pages/SecondPhase/ThreeCodeToOne'},
{menu_id: '1', title: '二维码校验', path: '/pages/SecondPhase/QrcodeVerify'}
]},
{menu_id: '6', path: 'RF04', title: '点位管理', sonTree: [
{menu_id: '1', title: '点位管理', path: '/pages/SecondPhase/point/PointManage'},