调整路由1
This commit is contained in:
parent
c034317790
commit
b9d06b9832
|
|
@ -97,7 +97,7 @@ const routes = [
|
|||
},
|
||||
"children": [
|
||||
{
|
||||
"name": "opm",
|
||||
"name": "operation",
|
||||
"path": "/opm/operation",
|
||||
"meta": {
|
||||
"title": "作业列表",
|
||||
|
|
@ -117,7 +117,7 @@ const routes = [
|
|||
},
|
||||
"children": [
|
||||
{
|
||||
"name": "rpm",
|
||||
"name": "rparty",
|
||||
"path": "/rpm/rparty",
|
||||
"meta": {
|
||||
"title": "相关方列表",
|
||||
|
|
@ -137,7 +137,7 @@ const routes = [
|
|||
},
|
||||
"children": [
|
||||
{
|
||||
"name": "vm",
|
||||
"name": "visit",
|
||||
"path": "/vm/visit",
|
||||
"meta": {
|
||||
"title": "来访项目",
|
||||
|
|
@ -157,7 +157,7 @@ const routes = [
|
|||
},
|
||||
"children": [
|
||||
{
|
||||
"name": "am",
|
||||
"name": "area",
|
||||
"path": "/am/area",
|
||||
"meta": {
|
||||
"title": "区域列表",
|
||||
|
|
@ -177,13 +177,13 @@ const routes = [
|
|||
},
|
||||
"children": [
|
||||
{
|
||||
"name": "am",
|
||||
"path": "/am/em",
|
||||
"name": "em1",
|
||||
"path": "/em/em1",
|
||||
"meta": {
|
||||
"title": "门禁通道",
|
||||
"icon": "el-icon-menu",
|
||||
},
|
||||
"component": "am/em"
|
||||
"component": "em/em1"
|
||||
},
|
||||
]
|
||||
},
|
||||
|
|
@ -256,16 +256,6 @@ const routes = [
|
|||
},
|
||||
"component": "sys/dict"
|
||||
},
|
||||
{
|
||||
"path": "/setting/menu",
|
||||
"name": "settingMenu",
|
||||
"meta": {
|
||||
"title": "菜单管理",
|
||||
"icon": "el-icon-fold",
|
||||
"type": "menu"
|
||||
},
|
||||
"component": "setting/menu"
|
||||
},
|
||||
{
|
||||
"path": "/sys/task",
|
||||
"name": "task",
|
||||
|
|
|
|||
Loading…
Reference in New Issue