From 2d4b262b96c9d68876dfdfcd73534c52718f2196 Mon Sep 17 00:00:00 2001 From: "Kevin T. Lee" Date: Mon, 6 Jan 2020 23:57:19 +0800 Subject: [PATCH] =?UTF-8?q?[FIX]=20=E4=BF=AE=E5=A4=8D=E6=96=B0=E5=BB=BA?= =?UTF-8?q?=E5=AE=8C=E5=9C=B0=E5=9D=80=E7=AB=8B=E5=8D=B3=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E5=9C=B0=E5=9D=80=E4=BC=9A=E9=80=80=E5=9B=9E=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=EF=BC=8C=E4=BB=A5=E8=87=B4[=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E4=B8=8D=E6=AD=A3=E7=A1=AE]=E9=94=99=E8=AF=AF=20(#320?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- litemall-vue/src/views/user/module-address-edit/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litemall-vue/src/views/user/module-address-edit/index.vue b/litemall-vue/src/views/user/module-address-edit/index.vue index 1099eb67..e4d52869 100755 --- a/litemall-vue/src/views/user/module-address-edit/index.vue +++ b/litemall-vue/src/views/user/module-address-edit/index.vue @@ -45,7 +45,7 @@ export default { onSave(content) { addressSave(content).then(res => { this.$toast('成功'); - this.$router.push({ path: '/user/address' }); + this.$router.go(-1); }); }, onDelete(content) {