|
|
@@ -161,6 +161,19 @@ export const constantRoutes = [
|
|
|
},
|
|
|
]
|
|
|
},
|
|
|
+ {
|
|
|
+ path: '/creditLine',
|
|
|
+ component: Layout,
|
|
|
+ hidden: true,
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: 'addCreditLine/',
|
|
|
+ component: (resolve) => require(['@/views/service/creditLine/addCreditLine'], resolve),
|
|
|
+ name: 'addCreditLine',
|
|
|
+ meta: { title: '新增授信信息',noCache: true }
|
|
|
+ },
|
|
|
+ ]
|
|
|
+ },
|
|
|
]
|
|
|
|
|
|
export default new Router({
|