| | |
| | | <template> |
| | | <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> |
| | | <p class="set-waterTitle"><strong>WI水务智能平台</strong>智慧水务数据挖掘者</p> |
| | | </div> |
| | | <!-- <div class="flex items-center pc-roleList"></div> --> |
| | | <PlayBar style="width: 760px" v-model="inputValue" @send-click="sendClick" :is-home="true" /> |
| | |
| | | import { GetLLMList, setHistoryGroupTitle } from '/@/api/ai/chat'; |
| | | import PlayBar from '/@/components/chat/components/playBar/PlayBar.vue'; |
| | | import router from '/@/router'; |
| | | import { activeChatRoom, activeLLMId, activeSectionAId } from '/@/stores/chatRoom'; |
| | | import { activeChatRoom, activeLLMId } from '/@/stores/chatRoom'; |
| | | import { handleNormalAuth } from '/@/utils/request'; |
| | | |
| | | const emits = defineEmits(['sendClick']); |