src/views/sessionManager/components/historySession.vue
@@ -54,7 +54,7 @@ <img :style="{ width: '16px' }" alt="dessert" :src="session.avatar || imgSrc" :src="session.icon ? httpUrl + session.icon : imgSrc" /> {{ session.name }} </div> @@ -112,6 +112,7 @@ const searchValue = ref(""); const selectValue = ref(""); const sectionList = ref({}); const httpUrl = localStorage.getItem('httpUrl'); const imgSrc = ref(logo); const DialogList = async () => { const { code, data } = await getDialogListApi();