d00c0275 by 任超
2 parents c545e37f 1e508561
......@@ -97,7 +97,7 @@ export const asyncRoutes = [
path: 'jtfc',
id: '10',
parentId: '9',
component: () => import('@/views/sqcx/jtfc.vue'),
component: () => import('@/views/sqcx/jtfc/jtfc.vue'),
name: 'jtfc',
meta: { title: '家庭房产' }
},
......@@ -105,7 +105,7 @@ export const asyncRoutes = [
path: 'dydjb',
id: '12',
parentId: '9',
component: () => import('@/views/sqcx/dydjb.vue'),
component: () => import('@/views/sqcx/dydjb/dydjb.vue'),
name: 'dydjb',
meta: { title: '打印登记薄' }
},
......@@ -113,7 +113,7 @@ export const asyncRoutes = [
path: 'cxjl',
id: '11',
parentId: '9',
component: () => import('@/views/sqcx/cxjl.vue'),
component: () => import('@/views/sqcx/cxjl/cxjl.vue'),
name: 'cxjl',
meta: { title: '查询记录' }
}
......@@ -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: '证书使用记录' }
}
......@@ -208,38 +208,6 @@ export const asyncRoutes = [
component: () => import('@/views/system/dictionaries.vue'),
name: 'dictionaries',
meta: { title: '字典管理' }
},
{
path: 'menu',
id: '24',
parentId: '21',
component: () => import('@/views/system/menu.vue'),
name: 'menu',
meta: { title: '菜单管理' }
},
{
path: 'userOpinion',
id: '23',
parentId: '21',
component: () => import('@/views/system/userOpinion.vue'),
name: 'userOpinion',
meta: { title: '用户意见管理' }
},
{
path: 'businessRule',
id: '23',
parentId: '21',
component: () => import('@/views/system/businessRule.vue'),
name: 'businessRule',
meta: { title: '业务规则配置' }
},
{
path: 'registrationMaterial',
id: '23',
parentId: '21',
component: () => import('@/views/system/registrationMaterial.vue'),
name: 'registrationMaterial',
meta: { title: '登记材料配置' }
}
]
}
......