This commit is contained in:
2025-05-15 14:05:03 +08:00
parent e904ec2093
commit e448cf6c6b
21 changed files with 964 additions and 57 deletions
+20
View File
@@ -111,6 +111,26 @@ export default [
access: 'canSofrwareControlManagement',
component: './Software/SofrwareControl/SofrwareControlManagement',
},
{
name: 'other',
path: '/other',
icon: 'Profile',
access: 'canSystemOptions',
routes: [
{
name: 'machine-id-authorization',
path: '/other/machine-id-authorization',
component: './Other/MachineIdAuthorization/index',
access: 'canSystemOptions',
},
{
name: 'data-info',
path: '/other/data-info',
component: './Other/DataInfo/index',
access: 'canSystemOptions',
}
]
},
{
path: '/',
redirect: '/welcome',