1
李凌
2025-10-23 7907f9a7d414404effff61df799945c23573b25a
src/App.vue
@@ -39,7 +39,6 @@
// 登录按钮逻辑,标记为异步函数
const loginButton = async () => {
   // await registerOrLoginUser();
  if (typeof window.ethereum !== 'undefined') {
    if (!(userStore.userInfo && userStore.userInfo.token)) {
      try {