路径修改
Showing
7 changed files
with
6 additions
and
6 deletions
| ... | @@ -133,7 +133,7 @@ export const asyncRoutes = [ | ... | @@ -133,7 +133,7 @@ export const asyncRoutes = [ |
| 133 | path: 'jdcx', | 133 | path: 'jdcx', |
| 134 | id: '14', | 134 | id: '14', |
| 135 | parentId: '13', | 135 | parentId: '13', |
| 136 | component: () => import('@/views/zhcx/jdcx.vue'), | 136 | component: () => import('@/views/zhcx/jdcx/jdcx.vue'), |
| 137 | name: 'jdcx', | 137 | name: 'jdcx', |
| 138 | meta: { title: '进度查询' } | 138 | meta: { title: '进度查询' } |
| 139 | }, | 139 | }, |
| ... | @@ -141,7 +141,7 @@ export const asyncRoutes = [ | ... | @@ -141,7 +141,7 @@ export const asyncRoutes = [ |
| 141 | path: 'djbcx', | 141 | path: 'djbcx', |
| 142 | id: '15', | 142 | id: '15', |
| 143 | parentId: '13', | 143 | parentId: '13', |
| 144 | component: () => import('@/views/zhcx/djbcx.vue'), | 144 | component: () => import('@/views/zhcx/djbcx/djbcx.vue'), |
| 145 | name: 'djbcx', | 145 | name: 'djbcx', |
| 146 | meta: { title: '登记簿查询' } | 146 | meta: { title: '登记簿查询' } |
| 147 | }, | 147 | }, |
| ... | @@ -149,7 +149,7 @@ export const asyncRoutes = [ | ... | @@ -149,7 +149,7 @@ export const asyncRoutes = [ |
| 149 | path: 'lpcx', | 149 | path: 'lpcx', |
| 150 | id: '16', | 150 | id: '16', |
| 151 | parentId: '13', | 151 | parentId: '13', |
| 152 | component: () => import('@/views/zhcx/lpcx.vue'), | 152 | component: () => import('@/views/zhcx/lpcx/lpcx.vue'), |
| 153 | name: 'lpcx', | 153 | name: 'lpcx', |
| 154 | meta: { title: '楼盘查询' } | 154 | meta: { title: '楼盘查询' } |
| 155 | } | 155 | } |
| ... | @@ -169,7 +169,7 @@ export const asyncRoutes = [ | ... | @@ -169,7 +169,7 @@ export const asyncRoutes = [ |
| 169 | path: 'zsrk', | 169 | path: 'zsrk', |
| 170 | id: '18', | 170 | id: '18', |
| 171 | parentId: '17', | 171 | parentId: '17', |
| 172 | component: () => import('@/views/zsgl/zsrk.vue'), | 172 | component: () => import('@/views/zsgl/zsrk/zsrk.vue'), |
| 173 | name: 'zsrk', | 173 | name: 'zsrk', |
| 174 | meta: { title: '证书入库' } | 174 | meta: { title: '证书入库' } |
| 175 | }, | 175 | }, |
| ... | @@ -177,7 +177,7 @@ export const asyncRoutes = [ | ... | @@ -177,7 +177,7 @@ export const asyncRoutes = [ |
| 177 | path: 'zsff', | 177 | path: 'zsff', |
| 178 | id: '19', | 178 | id: '19', |
| 179 | parentId: '17', | 179 | parentId: '17', |
| 180 | component: () => import('@/views/zsgl/zsff.vue'), | 180 | component: () => import('@/views/zsgl/zsff/zsff.vue'), |
| 181 | name: 'zsff', | 181 | name: 'zsff', |
| 182 | meta: { title: '证书分发' } | 182 | meta: { title: '证书分发' } |
| 183 | }, | 183 | }, |
| ... | @@ -185,7 +185,7 @@ export const asyncRoutes = [ | ... | @@ -185,7 +185,7 @@ export const asyncRoutes = [ |
| 185 | path: 'zssyjl', | 185 | path: 'zssyjl', |
| 186 | id: '20', | 186 | id: '20', |
| 187 | parentId: '17', | 187 | parentId: '17', |
| 188 | component: () => import('@/views/zsgl/zssyjl.vue'), | 188 | component: () => import('@/views/zsgl/zssyjl/zssyjl.vue'), |
| 189 | name: 'zssyjl', | 189 | name: 'zssyjl', |
| 190 | meta: { title: '证书使用记录' } | 190 | meta: { title: '证书使用记录' } |
| 191 | } | 191 | } | ... | ... |
-
Please register or sign in to post a comment