Skip to content

Commit 2d4b262

Browse files
kevinleeexlinlinjava
authored andcommitted
[FIX] 修复新建完地址立即选择地址会退回编辑界面,以致[参数不正确]错误 (#320)
1 parent 7fa6176 commit 2d4b262

File tree

1 file changed

+1
-1
lines changed
  • litemall-vue/src/views/user/module-address-edit

1 file changed

+1
-1
lines changed

litemall-vue/src/views/user/module-address-edit/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export default {
4545
onSave(content) {
4646
addressSave(content).then(res => {
4747
this.$toast('成功');
48-
this.$router.push({ path: '/user/address' });
48+
this.$router.go(-1);
4949
});
5050
},
5151
onDelete(content) {

0 commit comments

Comments
 (0)