mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-22 05:56:45 +08:00
导航栏切换
This commit is contained in:
@@ -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';
|
||||||
|
|||||||
Reference in New Issue
Block a user