Merge branch 'wsw' into 'master'

# Conflicts:
#   conflict src/views/Jyh/Home/index.vue
This commit is contained in:
yfzmpj
2025-03-21 10:31:51 +08:00

View File

@@ -294,6 +294,7 @@ onBeforeUnmount(() => {
const getNoticeList = async () => { const getNoticeList = async () => {
const res: any = await getHomeNoticeList(); const res: any = await getHomeNoticeList();
debugger
if (!res.error) { if (!res.error) {
infoList.value = res.data.data || []; infoList.value = res.data.data || [];
} }