mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 16:02:52 +08:00
fix: 修复路由 name 多次重复的错误
This commit is contained in:
@@ -111,7 +111,7 @@ export default [
|
||||
},
|
||||
{
|
||||
path: '/cardList/SignatureConfirmation',
|
||||
name: 'SignatureConfirmation',
|
||||
name: 'cardListSignatureConfirmation',
|
||||
component: SignatureConfirmation,
|
||||
meta: {
|
||||
title: '阅读确认',
|
||||
|
||||
@@ -120,7 +120,7 @@ export default [
|
||||
},
|
||||
{
|
||||
path: '/claims/signatureConfirmation',
|
||||
name: 'signatureConfirmation',
|
||||
name: 'claimsSignatureConfirmation',
|
||||
component: signatureConfirmation,
|
||||
meta: {
|
||||
title: '签字确认',
|
||||
|
||||
@@ -50,7 +50,7 @@ export default [
|
||||
},
|
||||
{
|
||||
path: '/eqiVisit/historyDetail/:id',
|
||||
name: 'VisitHistory',
|
||||
name: 'VisitHistoryWithID',
|
||||
component: HistoryDetail,
|
||||
props: true,
|
||||
meta: {
|
||||
|
||||
@@ -83,7 +83,7 @@ export default [
|
||||
{
|
||||
// 签名确认
|
||||
path: '/insureAgain/SignatureConfirmation',
|
||||
name: 'SignatureConfirmation',
|
||||
name: 'insureAgainSignatureConfirmation',
|
||||
component: SignatureConfirmation,
|
||||
meta: {
|
||||
title: '签名确认'
|
||||
|
||||
@@ -6,7 +6,7 @@ const homeProduct = () => import('@/views/ebiz/product/HomeProduct')
|
||||
export const improveProduct = [
|
||||
{
|
||||
path: '/flow-improve/product/productList',
|
||||
name: 'productList',
|
||||
name: 'fiProductList',
|
||||
component: () =>import('@/views/ebiz/productFlowImprove/ProductList.vue'),
|
||||
meta: {
|
||||
title: '产品列表',
|
||||
|
||||
@@ -5,9 +5,7 @@ const insuredInfo = () => import('@/views/ebiz/sale/InsuredInfo.vue')
|
||||
const result = () => import('@/views/ebiz/sale/Result')
|
||||
const beneficiary = () => import('@/views/ebiz/sale/Beneficiary')
|
||||
const attachmentManagement = () => import('@/views/ebiz/sale/AttachmentManagement')
|
||||
|
||||
const addBeneficiaryInfo = () => import('@/views/ebiz/sale/AddBeneficiaryInfo')
|
||||
|
||||
const signatureConfirmation = () => import('@/views/ebiz/sale/SignatureConfirmation')
|
||||
const notifyingMessage = () => import('@/views/ebiz/sale/NotifyingMessage')
|
||||
const universalRiskNotifyingMessage = () => import('@/views/ebiz/sale/universalRiskNotifyingMessage')
|
||||
@@ -41,7 +39,7 @@ const readDocuments = () => import('@/views/ebiz/sale/readDocuments')
|
||||
const signDocuments = () => import('@/views/ebiz/sale/signDocuments')
|
||||
|
||||
let riskName = localStorage.riskName
|
||||
console.log('sale/riskName==', riskName)
|
||||
/**@type {import("vue-router").RouteRecord[]} */
|
||||
export default [
|
||||
{
|
||||
path: '/sale/list',
|
||||
@@ -114,7 +112,7 @@ export default [
|
||||
},
|
||||
{
|
||||
path: '/sale/signatureConfirmation',
|
||||
name: 'signatureConfirmation',
|
||||
name: 'saleSignatureConfirmation',
|
||||
component: signatureConfirmation,
|
||||
meta: {
|
||||
title: '签名确认'
|
||||
|
||||
Reference in New Issue
Block a user