htc 2 주 전
부모
커밋
2d41fa21fa
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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();
 	}