|
@@ -48,8 +48,8 @@ export default {
|
|
|
window.atob(operateActivityId),
|
|
|
);
|
|
|
this.$router.replace({
|
|
|
- path: '/claimCloudPhone/0',
|
|
|
- query: this.$route.query,
|
|
|
+ path: '/claimCloudPhone/type',
|
|
|
+ query: {...this.$route.query, type: 0},
|
|
|
});
|
|
|
return;
|
|
|
}
|
|
@@ -98,7 +98,7 @@ export default {
|
|
|
break;
|
|
|
default:
|
|
|
this.$router.replace(
|
|
|
- '/claimCloudPhone/' + res.data.bargainingStatus,
|
|
|
+ '/claimCloudPhone/type?type=' + res.data.bargainingStatus,
|
|
|
);
|
|
|
break;
|
|
|
}
|