#
tqs
2022-11-23 ef04c26104567b2701ae88d8b0069f4c48750fd4
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";