修复两处错误
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user