src/components/core/SiderMenu.vue
@@ -77,7 +77,7 @@ data() { return { popVisible: false, menuHeight: '800px', menuHeight: '80vh', title: '生态环境线上监管', subTitle: '©上海飞羽环保科技有限公司', sysIndex: 0, @@ -139,7 +139,7 @@ this.navPage(...this.menuPath(this.menus[0])); }, mounted() { // this.menuHeight = this.calMenuHeight(); this.menuHeight = this.calMenuHeight(); } }; </script>