From ea8c29b59f946d37964612aba8e6d48b3adbec4d Mon Sep 17 00:00:00 2001 From: yangyin <1850366751@qq.com> Date: 星期六, 29 六月 2024 16:22:28 +0800 Subject: [PATCH] feat: 添加登录注册页面 --- src/views/project/ch/home/component/waterRight/top.vue | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/views/project/ch/home/component/waterRight/top.vue b/src/views/project/ch/home/component/waterRight/top.vue index bf73d7e..be9499e 100644 --- a/src/views/project/ch/home/component/waterRight/top.vue +++ b/src/views/project/ch/home/component/waterRight/top.vue @@ -31,11 +31,10 @@ const inputValue = ref(''); const sendClick = () => { - if(!inputValue.value) return; + if (!inputValue.value) return; activeChatRoom.value.title = inputValue.value; router.push({ name: 'AskAnswer', - }); }; let state = reactive({ -- Gitblit v1.9.3