调整调查问卷登录逻辑

This commit is contained in:
aixianling
2021-12-16 15:43:35 +08:00
parent 13ccdc4fff
commit 3f0a4956db

View File

@@ -158,7 +158,6 @@ export default {
this.result = {
tips: "提交成功!感谢参与",
}
this.logout()
}
}).catch(err => {
this.$u.toast(err || "提交失败")