导航栏切换

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