|
@@ -20,7 +20,7 @@ const routes = [
|
|
|
},
|
|
|
// 金融机构
|
|
|
{
|
|
|
- path: '/institution/index',
|
|
|
+ path: '/institution/index/:status',
|
|
|
component: () => import('../views/institution/index.vue'),
|
|
|
},
|
|
|
// 金融机构添加
|
|
@@ -45,7 +45,7 @@ const routes = [
|
|
|
},
|
|
|
// 企业信息管理-列表
|
|
|
{
|
|
|
- path: '/companyup/index',
|
|
|
+ path: '/companyup/index/:status',
|
|
|
component: () => import('../views/companyup/index.vue'),
|
|
|
},
|
|
|
// 企业信息管理-详情
|
|
@@ -55,7 +55,7 @@ const routes = [
|
|
|
},
|
|
|
// 企业认证管理
|
|
|
{
|
|
|
- path: '/companyidentify/index',
|
|
|
+ path: '/companyidentify/index/:status',
|
|
|
component: () => import('../views/companyidentify/index.vue'),
|
|
|
},
|
|
|
// 企业认证管理-审核
|