diff --git a/src/apps/AppAskForm/components/formDetail.vue b/src/apps/AppAskForm/components/formDetail.vue index 2b5ee101..2a8a2f6b 100644 --- a/src/apps/AppAskForm/components/formDetail.vue +++ b/src/apps/AppAskForm/components/formDetail.vue @@ -158,7 +158,6 @@ export default { this.result = { tips: "提交成功!感谢参与", } - this.logout() } }).catch(err => { this.$u.toast(err || "提交失败")