{ "pages": [ { "path": "pages/splash/splash", "style": { "navigationBarTitleText": "启动页", "navigationStyle": "custom" } }, { "path": "pages/login/index", "style": { "navigationBarTitleText": "登录", "navigationStyle": "custom" } }, { "path": "pages/index/index", "style": { "navigationBarTitleText": "工作台", "navigationStyle": "custom" } }, { "path": "pages/message/message", "style": { "navigationBarTitleText": "消息", "navigationStyle": "custom" } }, { "path": "pages/message/chat", "style": { "navigationBarTitleText": "聊天", "navigationStyle": "custom" } }, { "path": "pages/message/chatdetail", "style": { "navigationBarTitleText": "聊天详情", "navigationStyle": "custom" } }, { "path": "pages/message/userdetail", "style": { "navigationBarTitleText": "用户详情", "navigationStyle": "custom" } }, { "path": "pages/hr/attendance/index", "style": { "navigationBarTitleText": "考勤", "navigationStyle": "custom" } }, { "path": "pages/hr/attendance/statistics", "style": { "navigationBarTitleText": "考勤统计", "navigationStyle": "custom" } }, { "path": "pages/function/function", "style": { "navigationBarTitleText": "功能", "navigationStyle": "custom" } }, { "path": "pages/profile/profile", "style": { "navigationBarTitleText": "我的", "navigationStyle": "custom" } }, { "path": "pages/profile/editprofile", "style": { "navigationBarTitleText": "编辑个人资料", "navigationStyle": "custom" } }, { "path": "pages/tasks/index", "style": { "navigationBarTitleText": "任务管理", "navigationStyle": "custom" } } ], "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "企业办公", "navigationBarBackgroundColor": "#2B7CE9", "backgroundColor": "#F5F6FA" }, "tabBar": { "color": "#7A7E83", "selectedColor": "#2B7CE9", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/index/index", "iconPath": "static/tabbar/workbench.png", "selectedIconPath": "static/tabbar/workbench-active.png", "text": "工作台" }, { "pagePath": "pages/message/message", "iconPath": "static/tabbar/message.png", "selectedIconPath": "static/tabbar/message-active.png", "text": "消息" }, { "pagePath": "pages/function/function", "iconPath": "static/tabbar/function.png", "selectedIconPath": "static/tabbar/function-active.png", "text": "功能" }, { "pagePath": "pages/profile/profile", "iconPath": "static/tabbar/profile.png", "selectedIconPath": "static/tabbar/profile-active.png", "text": "我的" } ] }, "uniIdRouter": {} }