he wei
5 天以前 3c3576d5792bfabcef84979757ee344712e71cd3
src/components/siteList/index.vue
@@ -3,6 +3,7 @@
import YcTree from "./ycTree.vue";
import getQueryString from "@/utils/getQueryString";
import pinyinMatch from 'pinyin-match';
import eventBus from "@/utils/eventBus";
import {
  getStationTree,
@@ -58,6 +59,7 @@
function toggleChange() {
  // emit("toggleChange");
  eventBus.emit('toggleSiteList');
  hideFlag.value = !hideFlag.value;
}
@@ -280,6 +282,7 @@
  width: 320px;
  position: relative;
  transition: all 0.5s ease;
  z-index: 1;
  .btn {
    display: flex;
    position: absolute;