diff --git a/src/bundle/order/douyin/excharge.vue b/src/bundle/order/douyin/excharge.vue index 110ff9e..1b928c9 100644 --- a/src/bundle/order/douyin/excharge.vue +++ b/src/bundle/order/douyin/excharge.vue @@ -162,7 +162,7 @@ }).then((res) => { // 点击确认按钮回调事件 if (res.action === 'confirm') { - router.redirectTo(`/bundle/order/douyin/order-list`) + router.navigateBack() } }).catch(() => { // 点击取消按钮回调事件