OfficeSystem/pages.json
2025-11-05 15:23:52 +08:00

69 lines
1.2 KiB
JSON

{
"easycom": {
"autoscan": true,
"custom": {
"^uv-(.*)": "@climblee/uv-ui/components/uv-$1/uv-$1.vue"
}
},
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "办公管理"
}
},
{
"path": "pages/add-event/index",
"style": {
"navigationBarTitleText": "新建日程",
"navigationStyle": "custom"
}
},
{
"path": "pages/reminder-setup/index",
"style": {
"navigationBarTitleText": "日程提醒",
"navigationStyle": "custom"
}
},
{
"path": "pages/reminder-time-select/index",
"style": {
"navigationBarTitleText": "日程提醒",
"navigationStyle": "custom"
}
},
{
"path": "pages/event-detail/index",
"style": {
"navigationBarTitleText": "日程详情",
"navigationStyle": "custom"
}
},
{
"path": "pages/task-detail/index",
"style": {
"navigationBarTitleText": "任务详情"
}
},
{
"path": "pages/task-list/index",
"style": {
"navigationBarTitleText": "任务列表"
}
},
{
"path": "pages/submit-task/index",
"style": {
"navigationBarTitleText": "提交详情",
"navigationStyle": "custom"
}
}
],
"uniIdRouter": {}
}