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