修复两处错误

This commit is contained in:
2025-05-28 08:40:36 +08:00
parent 361d69648e
commit 7b9b72e815
86 changed files with 8 additions and 9 deletions

View File

@ -29,7 +29,7 @@ const toHome = () => router.push({ path: '/' })
<AntDesignOutlined />
<span style="margin-left: 12px">{{ title }}</span>
</div>
<AMenu :items="systemStore.fmtMenus()" mode="inline" theme="dark" @select="selectMenu" />
<AMenu :items="systemStore.fmtMenus" mode="inline" theme="dark" @select="selectMenu" />
</div>
</template>