OfficeSystem/pages.json
2025-11-24 15:55:40 +08:00

213 lines
3.9 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/verify/list/index",
"style": {
"navigationBarTitleText": "审批管理"
}
},
{
"path": "pages/verify/detail/index",
"style": {
"navigationBarTitleText": "审核详情"
}
},
{
"path": "pages/login/index",
"style": {
"navigationBarTitleText": "登录",
"navigationStyle": "custom"
}
},
{
"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/manage/index",
"style": {
"navigationBarTitleText": "任务管理"
}
},
{
"path": "pages/task/search/index",
"style": {
"navigationBarTitleText": "任务搜索"
}
},
{
"path": "pages/task/add/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"
}
},
{
"path": "pages/customer/edit/index",
"style": {
"navigationBarTitleText": "编辑客户",
"navigationStyle": "custom"
}
},
{
"path": "pages/customer/search/index",
"style": {
"navigationBarTitleText": "客户搜索"
}
},
{
"path": "pages/customer/follow/add/index",
"style": {
"navigationBarTitleText": "新建跟进记录",
"navigationStyle": "custom"
}
},
{
"path": "pages/customer/follow/detail/index",
"style": {
"navigationBarTitleText": "跟进详情",
"navigationStyle": "custom"
}
},
{
"path": "pages/customer/follow/edit/index",
"style": {
"navigationBarTitleText": "修改跟进记录",
"navigationStyle": "custom"
}
},
{
"path": "pages/project/form/index",
"style": {
"navigationBarTitleText": "项目操作"
}
},
{
"path": "pages/project/list/index",
"style": {
"navigationBarTitleText": "项目管理"
}
},
{
"path": "pages/project/search/index",
"style": {
"navigationBarTitleText": "项目搜索"
}
},
{
"path": "pages/notice/list/index",
"style": {
"navigationBarTitleText": "公告列表"
}
},
{
"path": "pages/notice/create/index",
"style": {
"navigationBarTitleText": "新增公告"
}
},
{
"path": "pages/notice/edit/index",
"style": {
"navigationBarTitleText": "修改公告"
}
},
{
"path": "pages/notice/detail/index",
"style": {
"navigationBarTitleText": "公告详情"
}
},
{
"path": "pages/my/profile/index",
"style": {
"navigationBarTitleText": "个人资料",
"navigationStyle": "custom"
}
}
],
"uniIdRouter": {}
}