fix: 修复前端登录错误
This commit is contained in:
@@ -22,8 +22,6 @@ const handleLogin = async () => {
|
||||
loading.value = false;
|
||||
if (success) {
|
||||
router.push("/");
|
||||
} else {
|
||||
message.error("登录失败,请检查您的授权密钥");
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user