htc 1 tydzień temu
rodzic
commit
2d41fa21fa
1 zmienionych plików z 1 dodań i 1 usunięć
  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();
 	}