diff --git a/project/xumu/AppSign/AppSign.vue b/project/xumu/AppSign/AppSign.vue index 5468c974..d83123c9 100644 --- a/project/xumu/AppSign/AppSign.vue +++ b/project/xumu/AppSign/AppSign.vue @@ -95,6 +95,8 @@ export default { if (data?.access_token) { this.setToken([data.token_type, data.access_token].join(" ")) this.handleGotoHome() + } else { + this.$message.error(data?.msg || "登录失败!") } }, handleGotoHome() {