feat: 添加默认布局和第二布局,更新路由配置以支持新布局

This commit is contained in:
严浩
2024-12-25 00:33:35 +08:00
parent bfbeb326bc
commit cce5d94017
6 changed files with 51 additions and 11 deletions

View File

@@ -74,3 +74,8 @@ watch(
</template>
</main>
</template>
<route lang="yaml">
meta:
layout: second
</route>