tubiaojicaidan

This commit is contained in:
2309368887@qq.com 2022-07-15 14:27:30 +08:00
parent e2470b42e7
commit 940f5da05a
1 changed files with 42 additions and 40 deletions

View File

@ -32,8 +32,9 @@ const routes = [
"path": "/home", "path": "/home",
"meta": { "meta": {
"title": "首页", "title": "首页",
"icon": "el-icon-house", "icon": "el-icon-home-filled",
"type": "menu" "type": "menu",
}, },
"children": [ "children": [
{ {
@ -41,8 +42,9 @@ const routes = [
"path": "/dashboard", "path": "/dashboard",
"meta": { "meta": {
"title": "控制台", "title": "控制台",
"icon": "el-icon-menu", "icon": "el-icon-monitor",
"affix": true "affix": true,
}, },
"component": "home" "component": "home"
}, },
@ -51,7 +53,7 @@ const routes = [
"path": "/bigScreen", "path": "/bigScreen",
"meta": { "meta": {
"title": "驾驶舱", "title": "驾驶舱",
"icon": "el-icon-platform", "icon": "el-icon-position",
"fullpage": true "fullpage": true
}, },
"component": "bigScreen" "component": "bigScreen"
@ -72,7 +74,7 @@ const routes = [
"path": "/ecm", "path": "/ecm",
"meta": { "meta": {
"title": "事件", "title": "事件",
"icon": "el-icon-goods", "icon": "el-icon-goods-filled",
"type": "menu" "type": "menu"
}, },
"children": [ "children": [
@ -81,7 +83,7 @@ const routes = [
"path": "/ecm/event", "path": "/ecm/event",
"meta": { "meta": {
"title": "事件列表", "title": "事件列表",
"icon": "el-icon-menu", "icon": "el-icon-document",
}, },
"component": "ecm/event" "component": "ecm/event"
} }
@ -112,7 +114,7 @@ const routes = [
"path": "/ecm/myevent", "path": "/ecm/myevent",
"meta": { "meta": {
"title": "我的事件", "title": "我的事件",
"icon": "el-icon-menu", "icon": "el-icon-document-remove",
}, },
"component": "ecm/myevent" "component": "ecm/myevent"
}, },
@ -121,7 +123,7 @@ const routes = [
"path": "/ecm/notify_setting", "path": "/ecm/notify_setting",
"meta": { "meta": {
"title": "提醒配置", "title": "提醒配置",
"icon": "el-icon-menu", "icon": "el-icon-setting",
}, },
"component": "ecm/notify_setting" "component": "ecm/notify_setting"
}, },
@ -131,7 +133,7 @@ const routes = [
"path": "/ecm/algo", "path": "/ecm/algo",
"meta": { "meta": {
"title": "算法配置", "title": "算法配置",
"icon": "el-icon-menu", "icon": "el-icon-setting",
}, },
"component": "ecm/algo" "component": "ecm/algo"
} }
@ -142,7 +144,7 @@ const routes = [
"path": "/wf", "path": "/wf",
"meta": { "meta": {
"title": "工单", "title": "工单",
"icon": "el-icon-goods", "icon": "el-icon-circle-check-filled",
"type": "menu" "type": "menu"
}, },
"children": [ "children": [
@ -151,7 +153,7 @@ const routes = [
"path": "/wf/workflow", "path": "/wf/workflow",
"meta": { "meta": {
"title": "工作流", "title": "工作流",
"icon": "el-icon-menu", "icon": "el-icon-guide",
}, },
"component": "wf/workflow" "component": "wf/workflow"
}, },
@ -171,7 +173,7 @@ const routes = [
"path": "/wf/allwork", "path": "/wf/allwork",
"meta": { "meta": {
"title": "全部工单", "title": "全部工单",
"icon": "el-icon-menu", "icon": "el-icon-folder",
}, },
"component": "wf/allwork" "component": "wf/allwork"
@ -181,7 +183,7 @@ const routes = [
"path": "/wf/ownerwork", "path": "/wf/ownerwork",
"meta": { "meta": {
"title": "我创建的", "title": "我创建的",
"icon": "el-icon-menu", "icon": "el-icon-folder-add",
}, },
"component": "wf/ownerwork" "component": "wf/ownerwork"
@ -193,7 +195,7 @@ const routes = [
"path": "/wf/dutywork", "path": "/wf/dutywork",
"meta": { "meta": {
"title": "待办工单", "title": "待办工单",
"icon": "el-icon-menu", "icon": "el-icon-folder-opened",
}, },
"component": "wf/dutywork" "component": "wf/dutywork"
@ -203,7 +205,7 @@ const routes = [
"path": "/wf/worked", "path": "/wf/worked",
"meta": { "meta": {
"title": "我处理的", "title": "我处理的",
"icon": "el-icon-menu", "icon": "el-icon-expand",
}, },
"component": "wf/worked" "component": "wf/worked"
@ -213,7 +215,7 @@ const routes = [
"path": "/wf/ccwork", "path": "/wf/ccwork",
"meta": { "meta": {
"title": "抄送我的", "title": "抄送我的",
"icon": "el-icon-menu", "icon": "el-icon-edit-pen",
}, },
"component": "wf/ccwork" "component": "wf/ccwork"
@ -238,7 +240,7 @@ const routes = [
"path": "/opm", "path": "/opm",
"meta": { "meta": {
"title": "作业", "title": "作业",
"icon": "el-icon-goods", "icon": "el-icon-list",
"type": "menu" "type": "menu"
}, },
"children": [ "children": [
@ -247,7 +249,7 @@ const routes = [
"path": "/opm/operation", "path": "/opm/operation",
"meta": { "meta": {
"title": "作业列表", "title": "作业列表",
"icon": "el-icon-menu", "icon": "el-icon-tickets",
}, },
"component": "opm/operation" "component": "opm/operation"
}, },
@ -256,7 +258,7 @@ const routes = [
"path": "/opm/oplcate", "path": "/opm/oplcate",
"meta": { "meta": {
"title": "许可证分类", "title": "许可证分类",
"icon": "el-icon-menu", "icon": "el-icon-ticket",
}, },
"component": "opm/oplcate" "component": "opm/oplcate"
}, },
@ -372,7 +374,7 @@ const routes = [
"path": "/rpm", "path": "/rpm",
"meta": { "meta": {
"title": "相关方", "title": "相关方",
"icon": "el-icon-goods", "icon": "el-icon-avatar",
"type": "menu" "type": "menu"
}, },
"children": [ "children": [
@ -381,7 +383,7 @@ const routes = [
"path": "/rpm/rparty", "path": "/rpm/rparty",
"meta": { "meta": {
"title": "相关方列表", "title": "相关方列表",
"icon": "el-icon-menu", "icon": "el-icon-tickets",
}, },
"component": "rpm/rparty" "component": "rpm/rparty"
}, },
@ -390,7 +392,7 @@ const routes = [
"path": "/rpm/remployee", "path": "/rpm/remployee",
"meta": { "meta": {
"title": "相关方人员", "title": "相关方人员",
"icon": "el-icon-menu", "icon": "el-icon-user",
}, },
"component": "rpm/remployee" "component": "rpm/remployee"
}, },
@ -399,7 +401,7 @@ const routes = [
"path": "/rpm/rcertificate", "path": "/rpm/rcertificate",
"meta": { "meta": {
"title": "人员证书", "title": "人员证书",
"icon": "el-icon-menu", "icon": "el-icon-postcard",
}, },
"component": "rpm/rcertificate" "component": "rpm/rcertificate"
}, },
@ -408,7 +410,7 @@ const routes = [
"path": "/rpm/rfile", "path": "/rpm/rfile",
"meta": { "meta": {
"title": "资料库", "title": "资料库",
"icon": "el-icon-menu", "icon": "el-icon-shopping-bag",
}, },
"component": "rpm/rfile" "component": "rpm/rfile"
}, },
@ -417,7 +419,7 @@ const routes = [
"path": "/rpm/rpj", "path": "/rpm/rpj",
"meta": { "meta": {
"title": "入厂项目", "title": "入厂项目",
"icon": "el-icon-menu", "icon": "el-icon-calendar",
}, },
"component": "rpm/rpj" "component": "rpm/rpj"
}, },
@ -439,7 +441,7 @@ const routes = [
"path": "/vm", "path": "/vm",
"meta": { "meta": {
"title": "访客", "title": "访客",
"icon": "el-icon-goods", "icon": "el-icon-user-filled",
"type": "menu" "type": "menu"
}, },
"children": [ "children": [
@ -448,7 +450,7 @@ const routes = [
"path": "/vm/visit", "path": "/vm/visit",
"meta": { "meta": {
"title": "来访项目", "title": "来访项目",
"icon": "el-icon-menu", "icon": "el-icon-tickets",
}, },
"component": "vm/visit" "component": "vm/visit"
}, },
@ -457,7 +459,7 @@ const routes = [
"path": "/vm/visitor", "path": "/vm/visitor",
"meta": { "meta": {
"title": "来访人员", "title": "来访人员",
"icon": "el-icon-menu", "icon": "el-icon-user",
}, },
"component": "vm/visitor" "component": "vm/visitor"
},{ },{
@ -489,7 +491,7 @@ const routes = [
"path": "/am", "path": "/am",
"meta": { "meta": {
"title": "区域", "title": "区域",
"icon": "el-icon-goods", "icon": "el-icon-location-filled",
"type": "menu" "type": "menu"
}, },
"children": [ "children": [
@ -498,7 +500,7 @@ const routes = [
"path": "/am/area", "path": "/am/area",
"meta": { "meta": {
"title": "区域列表", "title": "区域列表",
"icon": "el-icon-menu", "icon": "el-icon-tickets",
}, },
"component": "am/area" "component": "am/area"
}, },
@ -507,7 +509,7 @@ const routes = [
"path": "/am/eqm", "path": "/am/eqm",
"meta": { "meta": {
"title": "门禁通道", "title": "门禁通道",
"icon": "el-icon-menu", "icon": "el-icon-phone",
}, },
"component": "am/em1" "component": "am/em1"
}, },
@ -516,7 +518,7 @@ const routes = [
"path": "/am/monitor", "path": "/am/monitor",
"meta": { "meta": {
"title": "视频通道", "title": "视频通道",
"icon": "el-icon-menu", "icon": "el-icon-video-camera",
}, },
"component": "am/monitor" "component": "am/monitor"
}, },
@ -525,7 +527,7 @@ const routes = [
"path": "/am/audio", "path": "/am/audio",
"meta": { "meta": {
"title": "喇叭通道", "title": "喇叭通道",
"icon": "el-icon-menu", "icon": "el-icon-mic",
}, },
"component": "am/audio" "component": "am/audio"
},{ },{
@ -533,7 +535,7 @@ const routes = [
"path": "/am/blt", "path": "/am/blt",
"meta": { "meta": {
"title": "定位标签", "title": "定位标签",
"icon": "el-icon-menu", "icon": "el-icon-map-location",
}, },
"component": "am/blt" "component": "am/blt"
}, },
@ -544,7 +546,7 @@ const routes = [
"path": "/hrm", "path": "/hrm",
"meta": { "meta": {
"title": "人事", "title": "人事",
"icon": "el-icon-user", "icon": "el-icon-platform",
"type": "menu" "type": "menu"
}, },
"children": [ "children": [
@ -554,7 +556,7 @@ const routes = [
"path": "/hrm/employee", "path": "/hrm/employee",
"meta": { "meta": {
"title": "企业员工", "title": "企业员工",
"icon": "el-icon-menu", "icon": "el-icon-user",
}, },
"component": "hrm/employee" "component": "hrm/employee"
} }
@ -564,7 +566,7 @@ const routes = [
"path": "/hrm/certificates", "path": "/hrm/certificates",
"meta": { "meta": {
"title": "证书列表", "title": "证书列表",
"icon": "el-icon-menu", "icon": "el-icon-tickets",
}, },
"component": "hrm/certificates" "component": "hrm/certificates"
} }
@ -587,7 +589,7 @@ const routes = [
"path": "/sys", "path": "/sys",
"meta": { "meta": {
"title": "系统", "title": "系统",
"icon": "el-icon-setting", "icon": "el-icon-tools",
"type": "menu" "type": "menu"
}, },
"children": [ "children": [
@ -658,7 +660,7 @@ const routes = [
"path": "/ops", "path": "/ops",
"meta": { "meta": {
"title": "运维", "title": "运维",
"icon": "el-icon-user", "icon": "el-icon-wallet-filled",
"type": "menu" "type": "menu"
}, },
"children": [ "children": [