Merge branch 'wsw' into 'master'
# Conflicts: # conflict src/views/Jyh/Home/index.vue
This commit is contained in:
@@ -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 || [];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user