wujingjing
2024-10-28 5d7b63225ca327aee2650fd6d36c3a7fc8f11cf1
src/views/project/ch/home/component/waterRight/top.vue
@@ -3,20 +3,7 @@
      <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 v-for="(item, index) in llmList" :key="item.logicId" class="flex items-center pl-6" @click="handleClick(item)">
         <div class="modelItem cursor-pointer flex items-center" :class="{ modelItemActive: item.logicId === activeLLMId }">
            <img :src="item.icon" alt="icon" class="set-icon box-border" />
            <span>{{ item.logicTitle }}</span>
         </div>
      </div>
      <div class="flex items-center cursor-pointer pl-5">
         <div class="modelItem cursor-pointer flex items-center">
            <img src="/static/images/wave/More.png" alt="icon" class="set-icon-more box-border" />
            <span>更多</span>
         </div>
      </div> -->
   </div>
   <div class="flex items-center pc-roleList"></div>
   <PlayBar v-model="inputValue" @send-click="sendClick" :is-home="true" />
</template>
@@ -29,7 +16,6 @@
import { activeChatRoom, activeLLMId, activeSectionAId } from '/@/stores/chatRoom';
import { handleNormalAuth } from '/@/utils/request';
import logo from './logo.png'
const emits = defineEmits(['sendClick']);
const inputValue = ref('新建对话开始');