ykt-wxapp/routes/index.js

37 lines
716 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-23 14:36:28 +08:00
meta: { title: '消息' },
2026-01-19 18:52:18 +08:00
style: { navigationStyle: 'custom' }
2026-01-20 16:30:03 +08:00
},
{
path: 'pages/work/work',
2026-01-23 14:36:28 +08:00
meta: { title: '工作台' }
},
{
path: 'pages/case/case',
meta: { title: '病例' }
2026-01-20 16:30:03 +08:00
},
{
path: 'pages/work/profile',
2026-01-23 14:36:28 +08:00
meta: { title: '完善个人信息' }
2026-01-20 16:30:03 +08:00
},
{
path: 'pages/work/department-select',
2026-01-23 14:36:28 +08:00
meta: { title: '选择科室' }
},
{
path: 'pages/work/verify/assistant',
meta: { title: '上传证照', login: true }
},
{
path: 'pages/work/verify/doctor',
meta: { title: '上传证照', login: true }
},
{
path: 'pages/login/login',
meta: { title: '授权登录' }
},
2026-01-19 18:52:18 +08:00
]