update: 大屏接口

This commit is contained in:
xf
2025-07-09 15:20:59 +08:00
parent 91abcfd78d
commit b0a16c6f0b
+1 -1
View File
@@ -68,7 +68,7 @@
threeRApi({})
.then((res: any) => {
if (res.code == 200) {
scrollList.value = res.result[0];
scrollList.value = res.result;
}
})
.catch((err: any) => {