fix: 修复前端登录错误

This commit is contained in:
tbphp
2025-07-15 22:01:26 +08:00
parent 06525f3857
commit d3f0861de4
4 changed files with 30 additions and 30 deletions

View File

@@ -22,8 +22,6 @@ const handleLogin = async () => {
loading.value = false;
if (success) {
router.push("/");
} else {
message.error("登录失败,请检查您的授权密钥");
}
};
</script>