src/components/core/SiderMenu.vue
@@ -70,7 +70,7 @@ props: { collapse: { type: Boolean, default: false default: true } }, emits: ['navPage'], @@ -97,7 +97,7 @@ return this.sysNames[this.sysIndex].name; }, menus() { return [MENU_FYSP, MENU_FYTZ, MENU_FYPW][this.sysIndex]; return [MENU_FYSP(), MENU_FYTZ, MENU_FYPW][this.sysIndex]; } }, methods: {