src/components/login.vue @@ -243,6 +243,13 @@ }); return } if (response.msg != "") { this.$message({ message: response.msg, type: 'warning' }); } this.setCookies(response); getPerms().then((res) => {