优化个人中心页登录的逻辑

This commit is contained in:
赵毅 2025-12-31 15:27:42 +08:00
parent 3b7e75980d
commit 0ffe6a54d7

View File

@ -487,7 +487,7 @@ export default {
onShow() { onShow() {
this.getUserInfo(); this.getUserInfo();
this.headerLoginClick(); // this.headerLoginClick();
}, },
} }
</script> </script>