Files
oa_app/pages.json
2026-09-23 19:21:49 +08:00

64 lines
5.2 KiB
JSON

{
"easycom": {
"autoscan": true,
"custom": {
"^wd-(.*)": "wot-design-uni/components/wd-$1/wd-$1.vue"
}
},
"pages": [
{ "path": "pages/login/login", "style": { "navigationStyle": "custom", "navigationBarTitleText": "登录" } },
{ "path": "pages/password/password", "style": { "navigationStyle": "custom", "navigationBarTitleText": "修改密码" } },
{ "path": "pages/tabs/messages", "style": { "navigationStyle": "custom", "navigationBarTitleText": "消息" } },
{ "path": "pages/tabs/contacts", "style": { "navigationStyle": "custom", "navigationBarTitleText": "通讯录" } },
{ "path": "pages/tabs/clock", "style": { "navigationStyle": "custom", "navigationBarTitleText": "打卡" } },
{ "path": "pages/tabs/workbench", "style": { "navigationStyle": "custom", "navigationBarTitleText": "工作台" } },
{ "path": "pages/tabs/me", "style": { "navigationStyle": "custom", "navigationBarTitleText": "我" } },
{ "path": "pages/chat/chat", "style": { "navigationStyle": "custom", "navigationBarTitleText": "聊天", "disableScroll": true, "app-plus": { "softinputMode": "adjustNothing", "softinputNavBar": "none", "bounce": "none" } } },
{ "path": "pages/chat/work", "style": { "navigationStyle": "custom", "navigationBarTitleText": "工作通知" } },
{ "path": "pages/chat/group", "style": { "navigationStyle": "custom", "navigationBarTitleText": "群管理" } },
{ "path": "pages/chat/create", "style": { "navigationStyle": "custom", "navigationBarTitleText": "发起群聊" } },
{ "path": "pages/chat/forward", "style": { "navigationStyle": "custom", "navigationBarTitleText": "转发" } },
{ "path": "pages/chat/setting", "style": { "navigationStyle": "custom", "navigationBarTitleText": "聊天信息" } },
{ "path": "pages/chat/history", "style": { "navigationStyle": "custom", "navigationBarTitleText": "查找聊天记录" } },
{ "path": "pages/chat/call", "style": { "navigationStyle": "custom", "navigationBarTitleText": "通话" } },
{ "path": "pages/contact/detail", "style": { "navigationStyle": "custom", "navigationBarTitleText": "同事资料" } },
{ "path": "pages/apply/list", "style": { "navigationStyle": "custom", "navigationBarTitleText": "发起申请" } },
{ "path": "pages/apply/form", "style": { "navigationStyle": "custom", "navigationBarTitleText": "申请" } },
{ "path": "pages/todo/list", "style": { "navigationStyle": "custom", "navigationBarTitleText": "待办审批" } },
{ "path": "pages/todo/detail", "style": { "navigationStyle": "custom", "navigationBarTitleText": "审批详情" } },
{ "path": "pages/coop/list", "style": { "navigationStyle": "custom", "navigationBarTitleText": "工作协同" } },
{ "path": "pages/coop/create", "style": { "navigationStyle": "custom", "navigationBarTitleText": "新建协同" } },
{ "path": "pages/coop/detail", "style": { "navigationStyle": "custom", "navigationBarTitleText": "协同详情" } },
{ "path": "pages/bills/list", "style": { "navigationStyle": "custom", "navigationBarTitleText": "单据" } },
{ "path": "pages/reports/list", "style": { "navigationStyle": "custom", "navigationBarTitleText": "工作汇报" } },
{ "path": "pages/me/archive", "style": { "navigationStyle": "custom", "navigationBarTitleText": "我的资料" } },
{ "path": "pages/me/payslip", "style": { "navigationStyle": "custom", "navigationBarTitleText": "工资条" } },
{ "path": "pages/me/performance", "style": { "navigationStyle": "custom", "navigationBarTitleText": "我的绩效" } },
{ "path": "pages/notice/list", "style": { "navigationStyle": "custom", "navigationBarTitleText": "公告" } },
{ "path": "pages/erp/hub", "style": { "navigationStyle": "custom", "navigationBarTitleText": "业务" } },
{ "path": "pages/search/search", "style": { "navigationStyle": "custom", "navigationBarTitleText": "搜索", "app-plus": { "animationType": "slide-in-right", "animationDuration": 280 } } },
{ "path": "pages/preview/file", "style": { "navigationStyle": "custom", "navigationBarTitleText": "附件预览" } }
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "风影随行通讯",
"navigationBarBackgroundColor": "#F5F7FA",
"backgroundColor": "#F5F7FA",
"backgroundColorTop": "#F5F7FA",
"backgroundColorBottom": "#E8F1FF"
},
"tabBar": {
"color": "#8A9199",
"selectedColor": "#1677FF",
"backgroundColor": "#E8F1FF",
"borderStyle": "white",
"list": [
{ "pagePath": "pages/tabs/messages", "text": "消息", "iconPath": "static/tab/msg2.png", "selectedIconPath": "static/tab/msg2-on.png" },
{ "pagePath": "pages/tabs/contacts", "text": "通讯录", "iconPath": "static/tab/contacts.png", "selectedIconPath": "static/tab/contacts-on.png" },
{ "pagePath": "pages/tabs/clock", "text": "打卡", "iconPath": "static/tab/clock.png", "selectedIconPath": "static/tab/clock-on.png" },
{ "pagePath": "pages/tabs/workbench", "text": "工作台", "iconPath": "static/tab/work.png", "selectedIconPath": "static/tab/work-on.png" },
{ "pagePath": "pages/tabs/me", "text": "我", "iconPath": "static/tab/me.png", "selectedIconPath": "static/tab/me-on.png" }
]
}
}