| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- {
- "pages": [
- {
- "path": "pages/message/index",
- "style": {
- "navigationBarTitleText": "消息"
- }
- },
- {
- "path" : "pages/process/index",
- "style" :
- {
- "navigationBarTitleText" : "流程",
- "enablePullDownRefresh" : false
- }
- },
- {
- "path": "pages/work/index",
- "style": {
- "navigationBarTitleText": "工作台",
- "enablePullDownRefresh": false
- }
- },
- {
- "path" : "pages/contacts/index",
- "style" :
- {
- "navigationBarTitleText" : "通讯录",
- "enablePullDownRefresh" : false
- }
- },
- {
- "path": "pages/mine/index",
- "style": {
- "navigationBarTitleText": "我的",
- "enablePullDownRefresh": false
- }
- },
- {
- "path" : "pages/mine/edit/edit",
- "style" :
- {
- "navigationBarTitleText" : "编辑资料"
- }
- },
- {
- "path" : "pages/mine/personal_message/personal_message",
- "style" :
- {
- "navigationBarTitleText" : "个人信息"
- }
- },
- {
- "path" : "pages/mine/setting/setting",
- "style" :
- {
- "navigationBarTitleText" : "应用设置"
- }
- },
- {
- "path" : "pages/mine/setting/pwdEdit/pwdEdit",
- "style" :
- {
- "navigationBarTitleText" : "密码修改"
- }
- },
- {
- "path" : "pages/mine/waitWork/waitWork",
- "style" :
- {
- "navigationBarTitleText" : "待办事项"
- }
- }
-
- ],
- "tabBar": {
- "color": "#7A7E83",
- "selectedColor": "#007AFF",
- "borderStyle": "black",
- "backgroundColor": "#F8F8F8",
- "list": [{
- "pagePath": "pages/message/index",
- "iconPath": "static/images/tabbar/message.png",
- "selectedIconPath": "static/images/tabbar/message_.png",
- "text": "消息"
- }, {
- "pagePath": "pages/process/index",
- "iconPath": "static/images/tabbar/process.png",
- "selectedIconPath": "static/images/tabbar/process_.png",
- "text": "流程"
- },
- {
- "pagePath": "pages/work/index",
- "iconPath": "static/images/tabbar/work.png",
- "selectedIconPath": "static/images/tabbar/work_.png",
- "text": "工作台"
- }, {
- "pagePath": "pages/contacts/index",
- "iconPath": "static/images/tabbar/contacts.png",
- "selectedIconPath": "static/images/tabbar/contacts_.png",
- "text": "通讯录"
- }, {
- "pagePath": "pages/mine/index",
- "iconPath": "static/images/tabbar/mine.png",
- "selectedIconPath": "static/images/tabbar/mine_.png",
- "text": "我的"
- }
- ]
- },
- "globalStyle": {
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#468bf0",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {}
- }
|