若依ruoyi侧边导航栏取消折叠功能

 navbar.vue注释:

layout.vue注释:

   classObj() {
      return {
        // hideSidebar: !this.sidebar.opened,
        // openSidebar: this.sidebar.opened,
        withoutAnimation: this.sidebar.withoutAnimation,
        mobile: this.device === 'mobile'
      }
    },

sidebar.vue注释:

       isCollapse() {
          return false;
         }

你可能感兴趣的:(javascript)