路径修改
Showing
4 changed files
with
3 additions
and
3 deletions
... | @@ -97,7 +97,7 @@ export const asyncRoutes = [ | ... | @@ -97,7 +97,7 @@ export const asyncRoutes = [ |
97 | path: 'jtfc', | 97 | path: 'jtfc', |
98 | id: '10', | 98 | id: '10', |
99 | parentId: '9', | 99 | parentId: '9', |
100 | component: () => import('@/views/sqcx/jtfc.vue'), | 100 | component: () => import('@/views/sqcx/jtfc/jtfc.vue'), |
101 | name: 'jtfc', | 101 | name: 'jtfc', |
102 | meta: { title: '家庭房产' } | 102 | meta: { title: '家庭房产' } |
103 | }, | 103 | }, |
... | @@ -105,7 +105,7 @@ export const asyncRoutes = [ | ... | @@ -105,7 +105,7 @@ export const asyncRoutes = [ |
105 | path: 'dydjb', | 105 | path: 'dydjb', |
106 | id: '12', | 106 | id: '12', |
107 | parentId: '9', | 107 | parentId: '9', |
108 | component: () => import('@/views/sqcx/dydjb.vue'), | 108 | component: () => import('@/views/sqcx/dydjb/dydjb.vue'), |
109 | name: 'dydjb', | 109 | name: 'dydjb', |
110 | meta: { title: '打印登记薄' } | 110 | meta: { title: '打印登记薄' } |
111 | }, | 111 | }, |
... | @@ -113,7 +113,7 @@ export const asyncRoutes = [ | ... | @@ -113,7 +113,7 @@ export const asyncRoutes = [ |
113 | path: 'cxjl', | 113 | path: 'cxjl', |
114 | id: '11', | 114 | id: '11', |
115 | parentId: '9', | 115 | parentId: '9', |
116 | component: () => import('@/views/sqcx/cxjl.vue'), | 116 | component: () => import('@/views/sqcx/cxjl/cxjl.vue'), |
117 | name: 'cxjl', | 117 | name: 'cxjl', |
118 | meta: { title: '查询记录' } | 118 | meta: { title: '查询记录' } |
119 | } | 119 | } | ... | ... |
-
Please register or sign in to post a comment