|
@@ -221,7 +221,7 @@ export const constantRoutes = [
|
|
|
meta: { title: '授信信息详情',noCache: true }
|
|
|
},
|
|
|
{
|
|
|
- path: 'supplierCreditLine/:zfpcrId',
|
|
|
+ path: 'supplierCreditLine/:zfpcrId/:zfpcrCompanyId',
|
|
|
component: (resolve) => require(['@/views/service/creditLine/supplierCreditLine'], resolve),
|
|
|
name: 'supplierCreditLine',
|
|
|
meta: { title: '融资方列表详情',noCache: true }
|