#
TQS
2022-11-22 4ad983fa32545f5a39a83ff191c3b15db5d72c12
src/main/webapp/views/console.html
@@ -1175,9 +1175,6 @@
                        } else {
                            siteEl.html(sites[i].siteId);
                        }
                        if (i+1===8) {
                            carAnimate(i+1, Number(sites[i].nearbySta));
                        }
                    }
                } else if (res.code === 403){
                    parent.location.href = baseUrl+"/login";