视频墙倒转方向

merge-requests/4/head
LAPTOP-S9HJSOEB\昊天 3 years ago
parent 229542f666
commit 292e715010

@ -134,7 +134,7 @@ export default {
data: {}
}).then(res => {
if(res.code == 200) {
this.realTimeListData = res.data.reverse();
this.realTimeListData = res.data;
if (sessionStorage.getItem('tabKey') == null) {
console.log("tabKey"+this.realTimeListData[0].id)
sessionStorage.setItem('tabKey', this.realTimeListData[0].streetId)

Loading…
Cancel
Save