v 1.0.8
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user