htc 1 settimana fa
parent
commit
2d41fa21fa
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      pages/my.vue

+ 1 - 1
pages/my.vue

@@ -109,7 +109,7 @@
 	const numInfo = ref(null)
 	
 	const showLogin = () => {
-		if(userInfo.value) return
+		if(userInfo.value) return handleTurnPage('/pagesMy/information')
 		userStore.openLoginModal();
 	}