wujingjing
2024-12-26 21bd4f0a936a77dca7a81f21b670c5b01f52e349
src/views/project/ch/home/component/waterRight/top.vue
@@ -1,7 +1,7 @@
<template>
   <div class="flex items-center">
      <img src="/static/images/logo/logoWithNoName.png" alt="logo" class="layout-logo-medium-img" />
      <p class="set-waterTitle"><strong>WI 水务智能管家</strong>智慧水务助手</p>
      <p class="set-waterTitle"><strong>WI 水务智能助手</strong>智慧水务数据挖掘者</p>
   </div>
   <div class="flex items-center pc-roleList"></div>
   <PlayBar v-model="inputValue" @send-click="sendClick" :is-home="true" />
@@ -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;
   }