1
mayisheng
2022-08-15 81f54040c2cb65537c6c6e1db8358a39a57dea0d
src/components/mobileCloseRouter/index.vue
@@ -1,5 +1,8 @@
<template>
  <!-- v-show="isOpenDrawALine" -->
  <!-- 退出导航,右边按钮
mobileCloseRouter
 -->
  <div class="routers">
    <div
      :class="['mobileCloseRouter', isOpenDrawALine ? 'mobileCloseActive' : '']"
@@ -54,6 +57,7 @@
  methods: {
    mobileRouterClose() {
      this.$store.commit("removePolyline");
      this.$store.commit("removerPolyLineIcon");
    },
    mobileRouterCloseOpen(Str, index) {
      if (this.choiceRouterS == index) {