zouyu
2023-12-26 a0c0c57709d1f2f82f536a02b113f65d7b338209
src/page/index/sidebar/index.vue
@@ -18,13 +18,27 @@
  name: 'Sidebar',
  data(){
    return {
      collapse: false
    }
  },
  inject: ["Index"],
  components: { sidebarItem, logo },
  created() {
    this.Index.openMenu(this.menuId);
    // console.log(window.innerWidth);
    // if(window.innerWidth <= 768){
    //   this.collapse = true
    //   this.$store.commit('SET_COLLAPSE')
    // }
  },
  // watch:{
  //   'window.innerWidth':{
  //     handler(newVal){
  //       console.log(newVal);
  //     },
  //     deep: true
  //   }
  // },
  computed: {
    ...mapGetters(['website', 'menu', 'tag', 'keyCollapse', 'screen']),
    filterMenu: function(){