update: 大屏接口
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
threeRApi({})
|
||||
.then((res: any) => {
|
||||
if (res.code == 200) {
|
||||
scrollList.value = res.result[0];
|
||||
scrollList.value = res.result;
|
||||
}
|
||||
})
|
||||
.catch((err: any) => {
|
||||
|
||||
Reference in New Issue
Block a user