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

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

@ -81,7 +81,10 @@
import { getDictValue } from '@/util/index.ts'
definePage({
name:'home'
name:'home',
meta: {
title: '首页',
}
})
// 新增导航弹窗