路由配置优化及页面元信息添加

This commit is contained in:
2025-08-25 10:36:39 +08:00
parent 36950ab424
commit 8f099913ad
11 changed files with 80 additions and 26 deletions

View File

@ -6,6 +6,12 @@
</template>
<script setup lang="ts">
definePage({
name:'article',
meta: {
title: '文章',
}
})
// 文章页逻辑
</script>