ykt-wxapp/routes/index.js
2026-01-20 10:49:33 +08:00

9 lines
142 B
JavaScript

export default [
{
path: 'pages/home/home',
meta: { title: '首页', login: true },
style: { navigationStyle: 'custom' }
}
]