(cherry picked from commit d12de684554a6173f8f1a03bcd972b4ba06f5883)
@@ -2,7 +2,7 @@
<div class="custom-hotspot-list">
<button
class="close"
- @click="$router.go(-1)"
+ @click="$router.push({name: 'Home', query: $route.query})"
>
<img
class=""
@@ -113,7 +113,7 @@
data-original-title="热点列表"
rel="tooltip"
title=""
- @click="$router.push({name: 'HotspotList'})"
+ @click="$router.push({name: 'HotspotList', query: $route.query })"
draggable="false"