gerson
2025-01-24 9a552e21711626af15ff36b298bcbe4422021f02
src/views/project/ch/home/component/waterRight/top.vue
@@ -1,10 +1,10 @@
<template>
   <div class="flex items-center">
   <div class="flex items-center mb-8">
      <img src="/static/images/logo/logoWithNoName.png" alt="logo" class="layout-logo-medium-img" />
      <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" />
   <!-- <div class="flex items-center pc-roleList"></div> -->
   <PlayBar style="width: 760px" v-model="inputValue" @send-click="sendClick" :is-home="true" />
</template>
<script setup lang="ts">
@@ -17,7 +17,7 @@
import { handleNormalAuth } from '/@/utils/request';
const emits = defineEmits(['sendClick']);
const inputValue = ref('新建对话开始');
const inputValue = ref('');
const sendClick = async (cb) => {
   if (!inputValue.value.trim()) return;