diff --git a/src/router/modules/counter.js b/src/router/modules/counter.js
index 9ca4f86..0d7b217 100644
--- a/src/router/modules/counter.js
+++ b/src/router/modules/counter.js
@@ -235,6 +235,11 @@ export default {
component: () => import('@/pages/manage/list/corporateLoans/management'),
meta: { title: '公司贷款贷后管理' },
},
+ {
+ path: `corporateLoans-apply`,
+ component: () => import('@/pages/manage/list/corporateLoans/apply'),
+ meta: { title: '公司贷款新建贷款申请' },
+ },
]
}