You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
227 lines
5.4 KiB
227 lines
5.4 KiB
2 years ago
|
[
|
||
|
{
|
||
|
"name": "route.system.corporation",
|
||
|
"path": "system/corporation",
|
||
|
"parent": "/",
|
||
|
"priority": 0,
|
||
|
"module": "io.sc.platform.system.frontend",
|
||
|
"component": "component.system.Corporation",
|
||
|
"componentPath":"@/views/Corporation.vue",
|
||
|
"redirect": null,
|
||
|
"meta": {
|
||
|
"permissions": [
|
||
|
"/system/corporation/**/*"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"name": "route.system.user",
|
||
|
"path": "system/user",
|
||
|
"parent": "/",
|
||
|
"priority": 0,
|
||
|
"module": "io.sc.platform.system.frontend",
|
||
|
"component": "component.system.User",
|
||
|
"componentPath":"@/views/User.vue",
|
||
|
"redirect": null,
|
||
|
"meta": {
|
||
|
"permissions": [
|
||
|
"/system/user/**/*"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"name": "route.system.role",
|
||
|
"path": "system/role",
|
||
|
"parent": "/",
|
||
|
"priority": 0,
|
||
|
"module": "io.sc.platform.system.frontend",
|
||
|
"component": "component.system.Role",
|
||
|
"componentPath":"@/views/Role.vue",
|
||
|
"redirect": null,
|
||
|
"meta": {
|
||
|
"permissions": [
|
||
|
"/system/role/**/*"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"name": "route.system.org",
|
||
|
"path": "system/org",
|
||
|
"parent": "/",
|
||
|
"priority": 0,
|
||
|
"module": "io.sc.platform.system.frontend",
|
||
|
"component": "component.system.Org",
|
||
|
"componentPath":"@/views/Org.vue",
|
||
|
"redirect": null,
|
||
|
"meta": {
|
||
|
"permissions": [
|
||
|
"/system/org/**/*"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"name": "route.system.department",
|
||
|
"path": "system/department",
|
||
|
"parent": "/",
|
||
|
"priority": 0,
|
||
|
"module": "io.sc.platform.system.frontend",
|
||
|
"component": "component.system.Department",
|
||
|
"componentPath":"@/views/Department.vue",
|
||
|
"redirect": null,
|
||
|
"meta": {
|
||
|
"permissions": [
|
||
|
"/system/department/**/*"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"name": "route.system.menu",
|
||
|
"path": "system/menu",
|
||
|
"parent": "/",
|
||
|
"priority": 0,
|
||
|
"module": "io.sc.platform.system.frontend",
|
||
|
"component": "component.system.Menu",
|
||
|
"componentPath":"@/views/Menu.vue",
|
||
|
"redirect": null,
|
||
|
"meta": {
|
||
|
"permissions": [
|
||
|
"/system/menu/**/*"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"name": "route.system.announcementManager",
|
||
|
"path": "system/announcementManager",
|
||
|
"parent": "/",
|
||
|
"priority": 0,
|
||
|
"module": "io.sc.platform.system.frontend",
|
||
|
"component": "component.system.AnnouncementManager",
|
||
|
"componentPath":"@/views/AnnouncementManager.vue",
|
||
|
"redirect": null,
|
||
|
"meta": {
|
||
|
"permissions": [
|
||
|
"/system/announcementManager/**/*"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"name": "route.system.notificationManager",
|
||
|
"path": "system/notificationManager",
|
||
|
"parent": "/",
|
||
|
"priority": 0,
|
||
|
"module": "io.sc.platform.system.frontend",
|
||
|
"component": "component.system.NotificationManager",
|
||
|
"componentPath":"@/views/NotificationManager.vue",
|
||
|
"redirect": null,
|
||
|
"meta": {
|
||
|
"permissions": [
|
||
|
"/system/notificationManager/**/*"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"name": "route.system.parameter",
|
||
|
"path": "system/parameter",
|
||
|
"parent": "/",
|
||
|
"priority": 0,
|
||
|
"module": "io.sc.platform.system.frontend",
|
||
|
"component": "component.system.Parameter",
|
||
|
"componentPath":"@/views/Parameter.vue",
|
||
|
"redirect": null,
|
||
|
"meta": {
|
||
|
"permissions": [
|
||
|
"/system/parameter/**/*"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"name": "route.system.dictionary",
|
||
|
"path": "system/dictionary",
|
||
|
"parent": "/",
|
||
|
"priority": 0,
|
||
|
"module": "io.sc.platform.system.frontend",
|
||
|
"component": "component.system.Dictionary",
|
||
|
"componentPath":"@/views/Dictionary.vue",
|
||
|
"redirect": null,
|
||
|
"meta": {
|
||
|
"permissions": [
|
||
|
"/system/dictionary/**/*"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"name": "route.system.i18n",
|
||
|
"path": "system/i18n",
|
||
|
"parent": "/",
|
||
|
"priority": 0,
|
||
|
"module": "io.sc.platform.system.frontend",
|
||
|
"component": "component.system.I18n",
|
||
|
"componentPath":"@/views/I18n.vue",
|
||
|
"redirect": null,
|
||
|
"meta": {
|
||
|
"permissions": [
|
||
|
"/system/i18n/**/*"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"name": "route.system.monitor.auditlog",
|
||
|
"path": "system/monitor/auditlog",
|
||
|
"parent": "/",
|
||
|
"priority": 0,
|
||
|
"module": "io.sc.platform.system.frontend",
|
||
|
"component": "component.system.monitor.AuditLog",
|
||
|
"componentPath":"@/views/monitor/AuditLog.vue",
|
||
|
"redirect": null,
|
||
|
"meta": {
|
||
|
"permissions": [
|
||
|
"/system/monitor/auditlog/**/*"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"name": "route.system.monitor.log",
|
||
|
"path": "system/monitor/log",
|
||
|
"parent": "/",
|
||
|
"priority": 0,
|
||
|
"module": "io.sc.platform.system.frontend",
|
||
|
"component": "component.system.monitor.Log",
|
||
|
"componentPath":"@/views/monitor/Log.vue",
|
||
|
"redirect": null,
|
||
|
"meta": {
|
||
|
"permissions": [
|
||
|
"/system/monitor/log/**/*"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"name": "route.system.monitor.resources",
|
||
|
"path": "system/monitor/resources",
|
||
|
"parent": "/",
|
||
|
"priority": 0,
|
||
|
"module": "io.sc.platform.system.frontend",
|
||
|
"component": "component.system.monitor.Resources",
|
||
|
"componentPath":"@/views/monitor/Resources.vue",
|
||
|
"redirect": null,
|
||
|
"meta": {
|
||
|
"permissions": [
|
||
|
"/system/monitor/resources/**/*"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"name": "route.system.license",
|
||
|
"path": "system/license",
|
||
|
"parent": "/",
|
||
|
"priority": 0,
|
||
|
"module": "io.sc.platform.system.frontend",
|
||
|
"component": "component.system.License",
|
||
|
"componentPath":"@/views/License.vue",
|
||
|
"redirect": null,
|
||
|
"meta": {
|
||
|
"permissions": [
|
||
|
"/system/license/**/*"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
]
|