| | |
| | | </span> |
| | | </div> |
| | | |
| | | <div class="notice"> |
| | | <div class="notice" v-if="chatDisplayMode==='default'"> |
| | | <el-badge :value="`${state.announcementList.length}`"> |
| | | <el-button link size="small" icon="ele-Message" class="set-notice" @click="handleAnnouncementClick">系统公告</el-button> |
| | | </el-badge> |
| | |
| | | import { computed, onMounted, reactive } from 'vue'; |
| | | import { systemNotifyList } from '/@/api/ai/chat'; |
| | | import router from '/@/router'; |
| | | import { chatDisplayMode } from '/@/stores/chatRoom'; |
| | | let state = reactive({ |
| | | isShowAnnouncement: false, |
| | | isAnnouncementDialog: false, |