feiyu02
2025-07-21 5be9679fb4288936b576cf3d1f1548af1c4151b8
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>