yangyin
2024-10-29 aefc8f607405a5e4ce67ac62810b68fac9d93f89
src/views/project/ch/home/component/waterRight/top.vue
@@ -17,14 +17,11 @@
import { handleNormalAuth } from '/@/utils/request';
const emits = defineEmits(['sendClick']);
const inputValue = ref('你是谁?');
const inputValue = ref('新建对话开始');
const sendClick = async (cb) => {
   if (!inputValue.value.trim()) return;
   if (!activeSectionAId.value) {
      ElMessage.warning('请选择应用场景');
      return;
   }
   if (!handleNormalAuth()) {
      return;
   }