路由配置优化及页面元信息添加
This commit is contained in:
@ -81,7 +81,10 @@
|
||||
import { getDictValue } from '@/util/index.ts'
|
||||
|
||||
definePage({
|
||||
name:'home'
|
||||
name:'home',
|
||||
meta: {
|
||||
title: '首页',
|
||||
}
|
||||
})
|
||||
|
||||
// 新增导航弹窗
|
||||
|
||||
Reference in New Issue
Block a user