db31b78f by jiaozeping@pashanhoo.com

删除无用文件

1 parent 998d5e39
...@@ -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 }
......