调整路由1

This commit is contained in:
曹前明 2022-06-16 17:36:16 +08:00
parent c034317790
commit b9d06b9832
2 changed files with 7 additions and 17 deletions

View File

@ -97,7 +97,7 @@ const routes = [
}, },
"children": [ "children": [
{ {
"name": "opm", "name": "operation",
"path": "/opm/operation", "path": "/opm/operation",
"meta": { "meta": {
"title": "作业列表", "title": "作业列表",
@ -117,7 +117,7 @@ const routes = [
}, },
"children": [ "children": [
{ {
"name": "rpm", "name": "rparty",
"path": "/rpm/rparty", "path": "/rpm/rparty",
"meta": { "meta": {
"title": "相关方列表", "title": "相关方列表",
@ -137,7 +137,7 @@ const routes = [
}, },
"children": [ "children": [
{ {
"name": "vm", "name": "visit",
"path": "/vm/visit", "path": "/vm/visit",
"meta": { "meta": {
"title": "来访项目", "title": "来访项目",
@ -157,7 +157,7 @@ const routes = [
}, },
"children": [ "children": [
{ {
"name": "am", "name": "area",
"path": "/am/area", "path": "/am/area",
"meta": { "meta": {
"title": "区域列表", "title": "区域列表",
@ -177,13 +177,13 @@ const routes = [
}, },
"children": [ "children": [
{ {
"name": "am", "name": "em1",
"path": "/am/em", "path": "/em/em1",
"meta": { "meta": {
"title": "门禁通道", "title": "门禁通道",
"icon": "el-icon-menu", "icon": "el-icon-menu",
}, },
"component": "am/em" "component": "em/em1"
}, },
] ]
}, },
@ -256,16 +256,6 @@ const routes = [
}, },
"component": "sys/dict" "component": "sys/dict"
}, },
{
"path": "/setting/menu",
"name": "settingMenu",
"meta": {
"title": "菜单管理",
"icon": "el-icon-fold",
"type": "menu"
},
"component": "setting/menu"
},
{ {
"path": "/sys/task", "path": "/sys/task",
"name": "task", "name": "task",

0
src/views/em/em1.vue Normal file
View File