@@ -439,7 +439,7 @@ export default {
}).then((res) => {
if (res.code == 200) {
this.$toast('保存成功');
- this.$router.go(-1);
+ this.$router.replace({ path: '/My' });
} else {
this.$dialog.alert({
title: '系统提示',