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