ykt-wxapp/routes/index.js

21 lines
428 B
JavaScript
Raw Normal View History

2026-01-19 18:52:18 +08:00
export default [
{
2026-01-20 16:30:03 +08:00
path: 'pages/message/message',
2026-01-19 18:52:18 +08:00
meta: { title: '首页', login: true },
style: { navigationStyle: 'custom' }
2026-01-20 16:30:03 +08:00
},
{
path: 'pages/work/work',
meta: { title: '工作台', login: true }
},
{
path: 'pages/work/profile',
meta: { title: '完善个人信息', login: true }
},
{
path: 'pages/work/department-select',
meta: { title: '选择科室', login: true }
2026-01-19 18:52:18 +08:00
}
]