From 5b60c22a9d370eda832cea01121f83b010c6179e Mon Sep 17 00:00:00 2001 From: Shikong <919411476@qq.com> Date: Fri, 19 May 2023 12:09:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E8=BD=A6=E5=8A=A8=E7=94=BB=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E8=B0=83=E8=8A=82=E9=80=9F=E7=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../matrix-middle-service-web/src/views/record/AMapLocation.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/matrix-middle-service-web/src/views/record/AMapLocation.vue b/frontend/matrix-middle-service-web/src/views/record/AMapLocation.vue index e3a9f37..9fc6342 100644 --- a/frontend/matrix-middle-service-web/src/views/record/AMapLocation.vue +++ b/frontend/matrix-middle-service-web/src/views/record/AMapLocation.vue @@ -187,6 +187,7 @@ function stop(){ stopAnimation(map,data,view) } function play(item){ + stop() console.log(item,view.lines,data.polylines) options.showLines = [item.value] changeShowLines()