导航栏切换

This commit is contained in:
pangxingyue
2021-03-25 19:04:46 +08:00
parent 08e88a9bf9
commit 179bd809b8

View File

@@ -1,7 +1,7 @@
<!--
* @Author: PangXingYue
* @Date: 2021-03-23 17:07:03
* @LastEditTime: 2021-03-24 18:23:20
* @LastEditTime: 2021-03-25 19:03:38
* @LastEditors: PangXingYue
* @Description:
* @FilePath: \ebiz-h5\src\components\ebiz\insureAgain\ProgressBar.vue
@@ -52,13 +52,13 @@ export default {
url = 'InsureInformation';
break;
case 1:
url = 'productInformation';
url = 'ProductInformation';
break;
case 2:
url = 'notification';
url = 'Notification';
break;
case 3:
url = 'signConfirmation';
url = 'SignatureConfirmation';
break;
default:
url = 'InsureInformation';