OfficeSystem/pages.json
2025-11-07 11:40:13 +08:00

90 lines
1.6 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/event/add/index",
"style": {
"navigationBarTitleText": "新建日程",
"navigationStyle": "custom"
}
},
{
"path": "pages/event/reminder-setup/index",
"style": {
"navigationBarTitleText": "日程提醒",
"navigationStyle": "custom"
}
},
{
"path": "pages/event/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/task/submit/index",
"style": {
"navigationBarTitleText": "提交详情"
}
},
{
"path": "pages/task/apply-delay/index",
"style": {
"navigationBarTitleText": "申请详情",
"navigationStyle": "custom"
}
},
{
"path": "pages/customer/detail/index",
"style": {
"navigationBarTitleText": "客户详情",
"navigationStyle": "custom"
}
},
{
"path": "pages/customer/add/index",
"style": {
"navigationBarTitleText": "客户信息",
"navigationStyle": "custom"
}
}
],
"uniIdRouter": {}
}