文件名修改

This commit is contained in:
pangxingyue
2021-03-24 18:31:55 +08:00
parent 925346929c
commit 1621ff4260
10 changed files with 39 additions and 31 deletions

View File

@@ -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({