Merge branch 'master' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web
Showing
14 changed files
with
9 additions
and
41 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 | } |
... | @@ -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 | } |
... | @@ -208,38 +208,6 @@ export const asyncRoutes = [ | ... | @@ -208,38 +208,6 @@ export const asyncRoutes = [ |
208 | component: () => import('@/views/system/dictionaries.vue'), | 208 | component: () => import('@/views/system/dictionaries.vue'), |
209 | name: 'dictionaries', | 209 | name: 'dictionaries', |
210 | meta: { title: '字典管理' } | 210 | meta: { title: '字典管理' } |
211 | }, | ||
212 | { | ||
213 | path: 'menu', | ||
214 | id: '24', | ||
215 | parentId: '21', | ||
216 | component: () => import('@/views/system/menu.vue'), | ||
217 | name: 'menu', | ||
218 | meta: { title: '菜单管理' } | ||
219 | }, | ||
220 | { | ||
221 | path: 'userOpinion', | ||
222 | id: '23', | ||
223 | parentId: '21', | ||
224 | component: () => import('@/views/system/userOpinion.vue'), | ||
225 | name: 'userOpinion', | ||
226 | meta: { title: '用户意见管理' } | ||
227 | }, | ||
228 | { | ||
229 | path: 'businessRule', | ||
230 | id: '23', | ||
231 | parentId: '21', | ||
232 | component: () => import('@/views/system/businessRule.vue'), | ||
233 | name: 'businessRule', | ||
234 | meta: { title: '业务规则配置' } | ||
235 | }, | ||
236 | { | ||
237 | path: 'registrationMaterial', | ||
238 | id: '23', | ||
239 | parentId: '21', | ||
240 | component: () => import('@/views/system/registrationMaterial.vue'), | ||
241 | name: 'registrationMaterial', | ||
242 | meta: { title: '登记材料配置' } | ||
243 | } | 211 | } |
244 | ] | 212 | ] |
245 | } | 213 | } | ... | ... |
src/views/zhcx/lpcx.vue
deleted
100644 → 0
File mode changed
src/views/zsgl/zsff.vue
deleted
100644 → 0
File mode changed
src/views/zsgl/zsrk.vue
deleted
100644 → 0
File mode changed
src/views/zsgl/zssyjl.vue
deleted
100644 → 0
File mode changed
-
Please register or sign in to post a comment