mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-14 21:36:49 +08:00
feat(app): 登录成功后显示提示信息并优化滚动条- 在登录成功后将提示信息存储在 sessionStorage 中- 在 Home 页面显示登录后的提示信息- 隐藏首页滚动条- 移除多余的控制台日志输出-优化用户登录状态的存储和处理
This commit is contained in:
@@ -169,9 +169,7 @@ export default {
|
||||
this.$emit('update:visible', false)
|
||||
}
|
||||
},
|
||||
created() {
|
||||
console.log(this.sendCode, 231)
|
||||
},
|
||||
created() {},
|
||||
mounted() {},
|
||||
computed: {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user