From 4c30a5d4e4d35b3d78355f0c2d8edf90b31a1b23 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期三, 23 九月 2020 14:55:29 +0800 Subject: [PATCH] # --- src/main/webapp/views/console.html | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/views/console.html b/src/main/webapp/views/console.html index 1cd0fb9..e4f79aa 100644 --- a/src/main/webapp/views/console.html +++ b/src/main/webapp/views/console.html @@ -512,6 +512,9 @@ } else { siteEl.html(sites[i].siteId); } + if (i===8) { + carAnimate(i, Number(sites[i].nearbySta)); + } } } else if (res.code === 403){ parent.location.href = baseUrl+"/login"; -- Gitblit v1.9.1