mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-22 09:16:44 +08:00
调试回车导致弹窗闪动
This commit is contained in:
@@ -57,6 +57,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
handleSend() {
|
||||
console.log('handleSend');
|
||||
if (!this.inputContent.trim() || this.disabled) return
|
||||
// 添加用户消息到列表
|
||||
const userMessage = {
|
||||
|
||||
Reference in New Issue
Block a user