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