OfficeSystem/pages.json
2025-11-05 09:32:02 +08:00

42 lines
704 B
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"
}
}
],
"uniIdRouter": {}
}