yangyin
2024-06-29 ea8c29b59f946d37964612aba8e6d48b3adbec4d
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({