From 1a2f9a164e6cb2bee657cfb3eddd5f50adf2c9df Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期一, 28 十月 2024 15:40:49 +0800 Subject: [PATCH] 新建对话开始 --- src/views/project/ch/home/component/waterRight/top.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/project/ch/home/component/waterRight/top.vue b/src/views/project/ch/home/component/waterRight/top.vue index 37fc957..44a2524 100644 --- a/src/views/project/ch/home/component/waterRight/top.vue +++ b/src/views/project/ch/home/component/waterRight/top.vue @@ -31,7 +31,7 @@ import logo from './logo.png' const emits = defineEmits(['sendClick']); -const inputValue = ref('浣犳槸璋侊紵'); +const inputValue = ref('鏂板缓瀵硅瘽寮�濮�'); const sendClick = async (cb) => { if (!inputValue.value.trim()) return; -- Gitblit v1.9.3