#
luxiaotao1123
2020-11-13 8bae1dc75fbe2f45a72666a30d7899590b01da21
src/main/webapp/views/console.html
@@ -512,6 +512,9 @@
                        } 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";