Kaynağa Gözat

菜单修改

gks 1 yıl önce
ebeveyn
işleme
be9f66444f
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2 1
      src/components/TopNav/index.vue

+ 2 - 1
src/components/TopNav/index.vue

@@ -122,7 +122,6 @@ export default {
     },
     // 菜单选择事件
     handleSelect(key, keyPath) {
-      console.log(key);
       this.currentIndex = key;
       const route = this.routers.find(item => item.path === key);
       if (this.ishttp(key)) {
@@ -137,6 +136,8 @@ export default {
         this.activeRoutes(key);
         this.$store.dispatch('app/toggleSideBarHide', false);
       }
+
+      this.$emit("closeMenuHandler");
     },
     // 当前激活的路由
     activeRoutes(key) {