mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-21 20:36:43 +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({
|
||||
|
||||
Reference in New Issue
Block a user