From b08a251eebd28ee32986bb7776b665185fe5537d Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期二, 13 九月 2022 14:58:08 +0800 Subject: [PATCH] # --- src/main/webapp/views/console.html | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/views/console.html b/src/main/webapp/views/console.html index 34a8653..cdaff40 100644 --- a/src/main/webapp/views/console.html +++ b/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"; -- Gitblit v1.9.1