fix: 修复路由 name 多次重复的错误

This commit is contained in:
hz
2025-10-21 10:43:37 +08:00
parent 32eb61523b
commit 871a951e8f
9 changed files with 13 additions and 13 deletions

View File

@@ -229,7 +229,7 @@ export default [
},
{
path: '/agentEenter/ShowPDF',
name: 'ShowPDF',
name: 'agentEenterShowPDF',
component: ShowPDF,
meta: {
title: '个险销售人员代理合同',

View File

@@ -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: '核保结果',

View File

@@ -93,7 +93,7 @@ export default [
},
{
path: '/claims/insuredInfo',
name: 'insuredInfo',
name: 'claimsInsuredInfo',
component: insuredInfo,
meta: {
title: '被保人信息',

View File

@@ -20,7 +20,7 @@ const spreadParams = function(route) {
export default [
{
path: '/goodStart/performanceReport',
name: 'Prefecture',
name: 'performanceReport',
component: PerformanceReport,
meta: {
title: '旺季业绩查询'

View File

@@ -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: '核保结果'

View File

@@ -244,7 +244,7 @@ export default [
},
{
path: '/preserve/wt/imageUpload',
name: 'CtImageUpload',
name: 'WtImageUpload',
component: WtImageUpload,
meta: {
title: '影像资料上传',

View File

@@ -21,7 +21,7 @@ export default [
},
{
path: '/questions/result/:result',
name: 'result',
name: 'questionsResult',
component: g('Result'),
meta: {
title: '提交结果',

View File

@@ -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: '保单列表',

View File

@@ -78,7 +78,7 @@ export default [
},
{
path: '/sale/result',
name: 'result',
name: 'saleResult',
component: result,
meta: {
title: '核保结果',