OfficeSystem/pages.json

69 lines
1.2 KiB
JSON
Raw Normal View History

2025-10-30 16:42:12 +08:00
{
"easycom": {
"autoscan": true,
"custom": {
"^uv-(.*)": "@climblee/uv-ui/components/uv-$1/uv-$1.vue"
}
},
2025-11-03 10:52:56 +08:00
"pages": [
2025-10-30 16:42:12 +08:00
{
"path": "pages/index/index",
"style": {
2025-10-31 10:16:00 +08:00
"navigationBarTitleText": "办公管理"
2025-11-04 17:10:40 +08:00
2025-10-30 16:42:12 +08:00
}
2025-11-03 09:47:11 +08:00
},
{
"path": "pages/add-event/index",
"style": {
"navigationBarTitleText": "新建日程",
"navigationStyle": "custom"
}
2025-11-05 09:32:02 +08:00
},
{
"path": "pages/reminder-setup/index",
"style": {
"navigationBarTitleText": "日程提醒",
"navigationStyle": "custom"
}
},
{
"path": "pages/reminder-time-select/index",
"style": {
"navigationBarTitleText": "日程提醒",
"navigationStyle": "custom"
}
2025-11-05 10:07:59 +08:00
},
{
"path": "pages/event-detail/index",
"style": {
"navigationBarTitleText": "日程详情",
"navigationStyle": "custom"
}
2025-11-05 14:18:51 +08:00
},
{
"path": "pages/task-detail/index",
"style": {
"navigationBarTitleText": "任务详情"
}
2025-11-05 15:06:23 +08:00
},
{
"path": "pages/task-list/index",
"style": {
"navigationBarTitleText": "任务列表"
}
2025-11-05 15:23:52 +08:00
},
{
"path": "pages/submit-task/index",
"style": {
"navigationBarTitleText": "提交详情",
"navigationStyle": "custom"
}
2025-10-30 16:42:12 +08:00
}
],
2025-10-31 09:35:40 +08:00
2025-10-30 16:42:12 +08:00
"uniIdRouter": {}
}