mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 19:32:53 +08:00
fix: 修复路由 name 多次重复的错误
This commit is contained in:
@@ -229,7 +229,7 @@ export default [
|
||||
},
|
||||
{
|
||||
path: '/agentEenter/ShowPDF',
|
||||
name: 'ShowPDF',
|
||||
name: 'agentEenterShowPDF',
|
||||
component: ShowPDF,
|
||||
meta: {
|
||||
title: '个险销售人员代理合同',
|
||||
|
||||
@@ -57,7 +57,7 @@ export default [
|
||||
},
|
||||
{
|
||||
path: '/cardList/payResult',
|
||||
name: 'payResult',
|
||||
name: 'cardListPayResult',
|
||||
component: payResult,
|
||||
meta: {
|
||||
title: '支付结果',
|
||||
@@ -84,7 +84,7 @@ export default [
|
||||
},
|
||||
{
|
||||
path: '/cardList/ShowPDF',
|
||||
name: 'ShowPDF',
|
||||
name: 'cardListShowPDF',
|
||||
component: ShowPDF,
|
||||
meta: {
|
||||
title: '',
|
||||
@@ -120,7 +120,7 @@ export default [
|
||||
},
|
||||
{
|
||||
path: '/cardList/Result',
|
||||
name: 'Result',
|
||||
name: 'cardListResult',
|
||||
component: Result,
|
||||
meta: {
|
||||
title: '核保结果',
|
||||
|
||||
@@ -93,7 +93,7 @@ export default [
|
||||
},
|
||||
{
|
||||
path: '/claims/insuredInfo',
|
||||
name: 'insuredInfo',
|
||||
name: 'claimsInsuredInfo',
|
||||
component: insuredInfo,
|
||||
meta: {
|
||||
title: '被保人信息',
|
||||
|
||||
@@ -20,7 +20,7 @@ const spreadParams = function(route) {
|
||||
export default [
|
||||
{
|
||||
path: '/goodStart/performanceReport',
|
||||
name: 'Prefecture',
|
||||
name: 'performanceReport',
|
||||
component: PerformanceReport,
|
||||
meta: {
|
||||
title: '旺季业绩查询'
|
||||
|
||||
@@ -110,7 +110,7 @@ export default [
|
||||
{
|
||||
// 支付失败
|
||||
path: '/insureAgain/payResultFail',
|
||||
name: 'payResultFail',
|
||||
name: 'insureAgainPayResultFail',
|
||||
component: payResultFail,
|
||||
meta: {
|
||||
title: '支付失败'
|
||||
@@ -174,7 +174,7 @@ export default [
|
||||
},
|
||||
{
|
||||
path: '/insureAgain/Result',
|
||||
name: 'Result',
|
||||
name: 'insureAgainResult',
|
||||
component: Result,
|
||||
meta: {
|
||||
title: '核保结果'
|
||||
|
||||
@@ -244,7 +244,7 @@ export default [
|
||||
},
|
||||
{
|
||||
path: '/preserve/wt/imageUpload',
|
||||
name: 'CtImageUpload',
|
||||
name: 'WtImageUpload',
|
||||
component: WtImageUpload,
|
||||
meta: {
|
||||
title: '影像资料上传',
|
||||
|
||||
@@ -21,7 +21,7 @@ export default [
|
||||
},
|
||||
{
|
||||
path: '/questions/result/:result',
|
||||
name: 'result',
|
||||
name: 'questionsResult',
|
||||
component: g('Result'),
|
||||
meta: {
|
||||
title: '提交结果',
|
||||
|
||||
@@ -18,7 +18,7 @@ export default [
|
||||
},
|
||||
{
|
||||
path: '/renewalManage/customerList',
|
||||
name: 'customerList',
|
||||
name: 'renewalCustomerList',
|
||||
component: customerList,
|
||||
meta: {
|
||||
title: '客户清单',
|
||||
@@ -27,7 +27,7 @@ export default [
|
||||
},
|
||||
{
|
||||
path: '/renewalManage/policyList',
|
||||
name: 'policyList',
|
||||
name: 'renewalPolicyList',
|
||||
component: policyList,
|
||||
meta: {
|
||||
title: '保单列表',
|
||||
|
||||
@@ -78,7 +78,7 @@ export default [
|
||||
},
|
||||
{
|
||||
path: '/sale/result',
|
||||
name: 'result',
|
||||
name: 'saleResult',
|
||||
component: result,
|
||||
meta: {
|
||||
title: '核保结果',
|
||||
|
||||
Reference in New Issue
Block a user