feat(app): 登录成功后显示提示信息并优化滚动条- 在登录成功后将提示信息存储在 sessionStorage 中- 在 Home 页面显示登录后的提示信息- 隐藏首页滚动条- 移除多余的控制台日志输出-优化用户登录状态的存储和处理

This commit is contained in:
陈昱达
2025-08-13 18:00:48 +08:00
parent 717382611d
commit 520dbd2b14
4 changed files with 16 additions and 5 deletions

View File

@@ -169,9 +169,7 @@ export default {
this.$emit('update:visible', false)
}
},
created() {
console.log(this.sendCode, 231)
},
created() {},
mounted() {},
computed: {}
}