liudong
2024-08-16 189c2393466806e34639750ee168a946692c596f
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();