Commit ae5b3171 by 叶富雄

添加路由

parent e25960f9
...@@ -255,6 +255,14 @@ export default [ ...@@ -255,6 +255,14 @@ export default [
component: () => import("@/views/sf/dwxnpgbg.vue") component: () => import("@/views/sf/dwxnpgbg.vue")
}, },
{ {
path: "/queryMxlbReport",
name: "queryMxlbReport",
meta: {
title: '模型列表'
},
component: () => import("@/views/mxgl/cxmxlb/report.vue")
},
{
path: "/grxnpgbg", path: "/grxnpgbg",
name: "grxnpgbg", name: "grxnpgbg",
meta: { meta: {
...@@ -262,4 +270,4 @@ export default [ ...@@ -262,4 +270,4 @@ export default [
}, },
component: () => import("@/views/sf/grxnpgbg.vue") component: () => import("@/views/sf/grxnpgbg.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