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