{ "pages": [ { "path": "pages/index/startup", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "app-plus": { "titleNView": false } } }, // 主页 { "path": "pages/index/index", "style": { "enablePullDownRefresh": false, "navigationBarTitleText": "信息展示", "app-plus": { "bounce": "none", "pullToRefresh": { "support": false, // "color": "#fa436a", "style": "default" } } } }, // 待办事项 { "path": "pages/works/index", "style": { "enablePullDownRefresh": true, "navigationBarTitleText": "待办工作", "app-plus": { "pullToRefresh": { "support": true, "style": "default" } } } }, // 应用中心 { "path": "pages/application/index", "style": { "navigationBarTitleText": "工作管理" } }, // 我的 { "path": "pages/profile/profile", "style": { "navigationBarTitleText": "", // #ifdef MP "navigationStyle": "custom", // #endif "app-plus": { /* "bounce": "none", */ /* "titleNView": { "type": "transparent", "buttons": [{ "fontSrc": "/static/iconfont.ttf", "text": "\ue658", "fontSize": "28", "color": "#303133", "width": "42px", "background": "rgba(0,0,0,0)" }] }, */ "titleNView": false } } }, //个人资料 { "path": "pages/user/userinfo/userinfo", "style": { "navigationBarTitleText": "个人资料" } } , { "path": "pages/gongwen/dblist", "style": { "navigationBarTitleText": "待办公文", "enablePullDownRefresh": true } }, { "path": "pages/gongwen/yblist", "style": { "navigationBarTitleText": "已办工作", "enablePullDownRefresh": true } }, { "path": "pages/gongwen/mysend", "style": { "navigationBarTitleText": "已发公文", "enablePullDownRefresh": true } }, { "path": "pages/gongwen/content", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } },{ "path": "pages/gongwen/meetingNotice", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/notify/recive", "style": { "navigationBarTitleText": "已收通知", "enablePullDownRefresh": false } }, { "path": "pages/notify/send", "style": { "navigationBarTitleText": "已发通知", "enablePullDownRefresh": false } }, { "path": "pages/notify/content", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/message/recive", "style": { "navigationBarTitleText": "已收信息", "enablePullDownRefresh": false } }, { "path": "pages/message/send", "style": { "navigationBarTitleText": "已发信息", "enablePullDownRefresh": false } }, { "path": "pages/message/shenhe", "style": { "navigationBarTitleText": "信息审核", "enablePullDownRefresh": false } }, { "path": "pages/message/content", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } } ], "subPackages": [ // 设置 { "root": "pages/set", "pages": [ // 设置 { "path": "set", "style": { "navigationBarTitleText": "设置" } } ] }, // 公共 { "root": "pages/public", "pages": [ // 登录 { "path": "login", "style": { "navigationBarTitleText": "登录", "navigationStyle": "custom", "app-plus": { "titleNView": false, "animationType": "slide-in-bottom" } } }, // 修改密码 { "path": "password", "style": { "navigationBarTitleText": "忘记密码", "navigationStyle": "custom", "app-plus": { "titleNView": false, "animationType": "slide-in-bottom" } } } ] } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "通用办公", "navigationBarBackgroundColor": "#fff", "backgroundColor": "#f8f8f8" }, "tabBar": { "color": "#C0C4CC", "selectedColor": "#0081ff", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [{ "pagePath": "pages/index/index", "iconPath": "static/tab-home.png", "selectedIconPath": "static/tab-home-blue.png", "text": "信息" }, { "pagePath": "pages/works/index", "iconPath": "static/tab-notify.png", "selectedIconPath": "static/tab-notify-blue.png", "text": "待办" }, { "pagePath": "pages/application/index", "iconPath": "static/tab-cate.png", "selectedIconPath": "static/tab-cate-blue.png", "text": "工作" }, { "pagePath": "pages/profile/profile", "iconPath": "static/tab-my.png", "selectedIconPath": "static/tab-my-blue.png", "text": "我的" } ] } }