@@ -246,7 +246,7 @@ export default {
this.toastLoading().clear();
if (res.code == 200) {
this.$toast(res.msg);
- this.onClickLeft();
+ window.location.replace(window.location.origin + '/mobile/clew');
} else {
}