@@ -108,7 +108,9 @@ export default {
});
},
onClickLeft() {
- this.$router.go(-1);
+ this.$router.replace({
+ path: '/My',
+ });
};