From a9b73565264320c05f51a67ebd7faf5abbf16dfc Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Mon, 20 Oct 2025 18:20:18 +0800
Subject: [PATCH] 1

---
 src/App.vue |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index a3c3a39..f02d456 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -39,7 +39,6 @@
 
 // 登录按钮逻辑,标记为异步函数
 const loginButton = async () => {
-	// await registerOrLoginUser();
   if (typeof window.ethereum !== 'undefined') {
     if (!(userStore.userInfo && userStore.userInfo.token)) {
       try {

--
Gitblit v1.9.3