mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 02:16:44 +08:00
文件名修改
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
<!--
|
||||
* @Author: PangXingYue
|
||||
* @Date: 2021-03-23 17:07:03
|
||||
* @LastEditTime: 2021-03-24 18:23:20
|
||||
* @LastEditors: PangXingYue
|
||||
* @Description:
|
||||
* @FilePath: \ebiz-h5\src\components\ebiz\insureAgain\ProgressBar.vue
|
||||
-->
|
||||
<template>
|
||||
<div class="prgoress-bar">
|
||||
<template v-for="(item, index) in items">
|
||||
@@ -41,7 +49,7 @@ export default {
|
||||
var url;
|
||||
switch (index) {
|
||||
case 0:
|
||||
url = 'insureInformation';
|
||||
url = 'InsureInformation';
|
||||
break;
|
||||
case 1:
|
||||
url = 'productInformation';
|
||||
@@ -53,7 +61,7 @@ export default {
|
||||
url = 'signConfirmation';
|
||||
break;
|
||||
default:
|
||||
url = 'insureInformation';
|
||||
url = 'InsureInformation';
|
||||
break;
|
||||
}
|
||||
this.$jump({
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
/*
|
||||
* @Author: PangXingYue
|
||||
* @Date: 2021-03-11 09:07:58
|
||||
* @LastEditTime: 2021-03-24 18:03:16
|
||||
* @LastEditTime: 2021-03-24 18:30:51
|
||||
* @LastEditors: PangXingYue
|
||||
* @Description:
|
||||
* @FilePath: \ebiz-h5\src\router\ebiz\insureAgain.js
|
||||
*/
|
||||
const InsureAgain = () => import('@/views/ebiz/insureAgain')
|
||||
const UncommitInsureDetail = () => import('@/views/ebiz/insureAgain/uncommitInsureDetail')
|
||||
const CommitInsureDetail = () => import('@/views/ebiz/insureAgain/commitInsureDetail')
|
||||
const InsureInformation = () => import('@/views/ebiz/insureAgain/insureInformation')
|
||||
const ProductInformation = () => import('@/views/ebiz/insureAgain/productInformation')
|
||||
const Notification = () => import('@/views/ebiz/insureAgain/notification')
|
||||
const UncommitInsureDetail = () => import('@/views/ebiz/insureAgain/UncommitInsureDetail')
|
||||
const CommitInsureDetail = () => import('@/views/ebiz/insureAgain/CommitInsureDetail')
|
||||
const InsureInformation = () => import('@/views/ebiz/insureAgain/InsureInformation')
|
||||
const ProductInformation = () => import('@/views/ebiz/insureAgain/ProductInformation')
|
||||
const Notification = () => import('@/views/ebiz/insureAgain/Notification')
|
||||
const SignatureConfirmation = () => import('@/views/ebiz/insureAgain/SignatureConfirmation')
|
||||
const InsureAgainPayment = () => import('@/views/ebiz/insureAgain/payment')
|
||||
const PaymentResult = () => import('@/views/ebiz/insureAgain/paymentResult')
|
||||
const InsureAgainPayment = () => import('@/views/ebiz/insureAgain/Payment')
|
||||
const PaymentResult = () => import('@/views/ebiz/insureAgain/PaymentResult')
|
||||
const ProductTip = () => import('@/views/ebiz/insureAgain/ProductTip')
|
||||
const InsuranceTip = () => import('@/views/ebiz/insureAgain/InsuranceTip')
|
||||
const SignatureOfElectronic = () => import('@/views/ebiz/insureAgain/SignatureOfElectronic')
|
||||
@@ -32,8 +32,8 @@ export default [
|
||||
},
|
||||
{
|
||||
// 可申请重新投保保单详情
|
||||
path: '/insureAgain/uncommitInsureDetail',
|
||||
name: 'uncommitInsureDetail',
|
||||
path: '/insureAgain/UncommitInsureDetail',
|
||||
name: 'UncommitInsureDetail',
|
||||
component: UncommitInsureDetail,
|
||||
meta: {
|
||||
title: '可申请重新投保保单详情'
|
||||
@@ -41,8 +41,8 @@ export default [
|
||||
},
|
||||
{
|
||||
// 重新投保保单详情
|
||||
path: '/insureAgain/commitInsureDetail',
|
||||
name: 'commitInsureDetail',
|
||||
path: '/insureAgain/CommitInsureDetail',
|
||||
name: 'CommitInsureDetail',
|
||||
component: CommitInsureDetail,
|
||||
meta: {
|
||||
title: '重新投保保单详情'
|
||||
@@ -50,7 +50,7 @@ export default [
|
||||
},
|
||||
{
|
||||
// 投保信息确认
|
||||
path: '/insureAgain/insureInformation',
|
||||
path: '/insureAgain/InsureInformation',
|
||||
name: 'InsureInformation',
|
||||
component: InsureInformation,
|
||||
meta: {
|
||||
@@ -59,8 +59,8 @@ export default [
|
||||
},
|
||||
{
|
||||
// 险种信息
|
||||
path: '/insureAgain/productInformation',
|
||||
name: 'productInformation',
|
||||
path: '/insureAgain/ProductInformation',
|
||||
name: 'ProductInformation',
|
||||
component: ProductInformation,
|
||||
meta: {
|
||||
title: '险种信息'
|
||||
@@ -68,8 +68,8 @@ export default [
|
||||
},
|
||||
{
|
||||
// 告知信息
|
||||
path: '/insureAgain/notification',
|
||||
name: 'notification',
|
||||
path: '/insureAgain/Notification',
|
||||
name: 'Notification',
|
||||
component: Notification,
|
||||
meta: {
|
||||
title: '告知信息'
|
||||
@@ -86,7 +86,7 @@ export default [
|
||||
},
|
||||
{
|
||||
// 支付
|
||||
path: '/insureAgain/payment',
|
||||
path: '/insureAgain/Payment',
|
||||
name: 'InsureAgainPayment',
|
||||
component: InsureAgainPayment,
|
||||
meta: {
|
||||
@@ -95,8 +95,8 @@ export default [
|
||||
},
|
||||
{
|
||||
// 支付结果
|
||||
path: '/insureAgain/paymentResult',
|
||||
name: 'InsureAgainPaymentResult',
|
||||
path: '/insureAgain/PaymentResult',
|
||||
name: 'PaymentResult',
|
||||
component: PaymentResult,
|
||||
meta: {
|
||||
title: '支付结果'
|
||||
|
||||
@@ -588,10 +588,10 @@ export default {
|
||||
this.$jump({
|
||||
flag: 'h5',
|
||||
extra: {
|
||||
url: location.origin + `/#/insureAgain/productInformation`
|
||||
url: location.origin + `/#/insureAgain/ProductInformation`
|
||||
},
|
||||
routerInfo: {
|
||||
path: `/insureAgain/productInformation`
|
||||
path: `/insureAgain/ProductInformation`
|
||||
}
|
||||
})
|
||||
} else {
|
||||
@@ -91,7 +91,7 @@ import ReadingAgreement from '@/components/ebiz/insureAgain/ReadingAgreement'
|
||||
import commitReOrder from '@/api/ebiz/insureAgain/insureAgain'
|
||||
import { Checkbox, RadioGroup, Radio, Dialog } from 'vant'
|
||||
export default {
|
||||
name: 'productInformation',
|
||||
name: 'ProductInformation',
|
||||
components: {
|
||||
ProgressBar,
|
||||
DropdownBox,
|
||||
@@ -191,10 +191,10 @@ export default {
|
||||
this.$jump({
|
||||
flag: 'h5',
|
||||
extra: {
|
||||
url: location.origin + '/#/insureAgain/uncommitInsureDetail'
|
||||
url: location.origin + '/#/insureAgain/UncommitInsureDetail'
|
||||
},
|
||||
routerInfo: {
|
||||
path: '/insureAgain/uncommitInsureDetail'
|
||||
path: '/insureAgain/UncommitInsureDetail'
|
||||
}
|
||||
})
|
||||
},
|
||||
@@ -202,10 +202,10 @@ export default {
|
||||
this.$jump({
|
||||
flag: 'h5',
|
||||
extra: {
|
||||
url: location.origin + '/#/insureAgain/commitInsureDetail'
|
||||
url: location.origin + '/#/insureAgain/CommitInsureDetail'
|
||||
},
|
||||
routerInfo: {
|
||||
path: '/insureAgain/commitInsureDetail'
|
||||
path: '/insureAgain/CommitInsureDetail'
|
||||
}
|
||||
})
|
||||
},
|
||||
@@ -213,11 +213,11 @@ export default {
|
||||
this.$jump({
|
||||
flag: 'h5',
|
||||
extra: {
|
||||
url: location.origin + `/#/insureAgain/insureInformation`,
|
||||
url: location.origin + `/#/insureAgain/InsureInformation`,
|
||||
forbidSwipeBack: '1',
|
||||
needRefresh: '1'
|
||||
},
|
||||
routerInfo: { path: `/insureAgain/insureInformation` }
|
||||
routerInfo: { path: `/insureAgain/InsureInformation` }
|
||||
})
|
||||
},
|
||||
onRefresh() {
|
||||
|
||||
Reference in New Issue
Block a user