htc hai 1 semana
pai
achega
2d41fa21fa
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();
 	}