chore:优化系统配置加载与切换问题

This commit is contained in:
秋帆
2024-05-19 23:25:40 +08:00
parent 00da9acdd0
commit 605ac4d086
5 changed files with 108 additions and 141 deletions

View File

@@ -7,7 +7,7 @@
</slot>
</a-space>
</a-row>
<a-tabs type="card-gutter" size="large" :active-key="activeKey" @change="change">
<a-tabs v-model:active-key="activeKey" type="card-gutter" size="large" @change="change">
<a-tab-pane key="1" title="登录日志" />
<a-tab-pane key="2" title="操作日志" />
</a-tabs>