1e508561 by jiaozeping@pashanhoo.com

路径修改

1 parent 71269ca5
......@@ -133,7 +133,7 @@ export const asyncRoutes = [
path: 'jdcx',
id: '14',
parentId: '13',
component: () => import('@/views/zhcx/jdcx.vue'),
component: () => import('@/views/zhcx/jdcx/jdcx.vue'),
name: 'jdcx',
meta: { title: '进度查询' }
},
......@@ -141,7 +141,7 @@ export const asyncRoutes = [
path: 'djbcx',
id: '15',
parentId: '13',
component: () => import('@/views/zhcx/djbcx.vue'),
component: () => import('@/views/zhcx/djbcx/djbcx.vue'),
name: 'djbcx',
meta: { title: '登记簿查询' }
},
......@@ -149,7 +149,7 @@ export const asyncRoutes = [
path: 'lpcx',
id: '16',
parentId: '13',
component: () => import('@/views/zhcx/lpcx.vue'),
component: () => import('@/views/zhcx/lpcx/lpcx.vue'),
name: 'lpcx',
meta: { title: '楼盘查询' }
}
......@@ -169,7 +169,7 @@ export const asyncRoutes = [
path: 'zsrk',
id: '18',
parentId: '17',
component: () => import('@/views/zsgl/zsrk.vue'),
component: () => import('@/views/zsgl/zsrk/zsrk.vue'),
name: 'zsrk',
meta: { title: '证书入库' }
},
......@@ -177,7 +177,7 @@ export const asyncRoutes = [
path: 'zsff',
id: '19',
parentId: '17',
component: () => import('@/views/zsgl/zsff.vue'),
component: () => import('@/views/zsgl/zsff/zsff.vue'),
name: 'zsff',
meta: { title: '证书分发' }
},
......@@ -185,7 +185,7 @@ export const asyncRoutes = [
path: 'zssyjl',
id: '20',
parentId: '17',
component: () => import('@/views/zsgl/zssyjl.vue'),
component: () => import('@/views/zsgl/zssyjl/zssyjl.vue'),
name: 'zssyjl',
meta: { title: '证书使用记录' }
}
......