ykt-wxapp/routes/index.js

9 lines
142 B
JavaScript
Raw Normal View History

2026-01-19 18:52:18 +08:00
export default [
{
path: 'pages/home/home',
meta: { title: '首页', login: true },
style: { navigationStyle: 'custom' }
}
]