mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-24 18:22:53 +08:00
fix(portal): 禁用消息组件中的打字机效果
- 注释掉了启动打字机效果的函数调用 - 直接设置显示文本以避免延迟
This commit is contained in:
@@ -127,7 +127,7 @@ export default {
|
||||
}
|
||||
|
||||
if (this.messageData.isBot && !this.messageData.typing) {
|
||||
this.startTyping(newVal); // 启动打字机效果
|
||||
// this.startTyping(newVal); // 启动打字机效果/**/
|
||||
|
||||
this.displayText = newVal || ''
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user