新增 luxsin-controller,更新 wiki
This commit is contained in:
@@ -63,6 +63,12 @@ const routes = [
|
||||
name: 'SystemUsers',
|
||||
component: () => import('@/views/system/users/index.vue'),
|
||||
meta: { title: '账号管理', icon: 'user', requiresSuperAdmin: true }
|
||||
},
|
||||
{
|
||||
path: '/toolbox/luxsin-controller',
|
||||
name: 'LuxsinController',
|
||||
component: () => import('@/views/toolbox/luxsin-controller/index.vue'),
|
||||
meta: { title: 'luxsin-controller', icon: 'tools' }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user