Commit 54b29a42 by chenqiang

路由

parent 199cd19b
......@@ -58,6 +58,15 @@ export default [
component: () => import("@/views/queryAj.vue")
},
{
path: "/grahEcharts",
name: "grahEcharts",
meta: {
title: "关系可视化",
auth: 5
},
component: () => import("@/views/relationGraph/grahEcharts.vue")
},
{
path: "/queryCheckAj",
name: "queryCheckAj",
meta: {
......@@ -90,8 +99,8 @@ export default [
meta: {
title: "案件标注详情页",
auth: 5
},
component: () => import("@/views/ajbzDetail.vue")
},
......@@ -101,8 +110,8 @@ export default [
meta: {
title: "多维查询",
auth: 5
},
component: () => import("@/views/dwcx/index.vue")
},
......@@ -168,7 +177,7 @@ export default [
auth: 5
},
component: () => import("@/views/cbyp/qgxxxx.vue")
},
},
{
path: "/tobjcba",
name: "tobjcba",
......@@ -216,5 +225,5 @@ export default [
},
component: () => import("@/views/zdrygl/myaddZdryInsert.vue")
},
]
\ No newline at end of file
]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment