| | |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/groupChat/groupChat", |
| | | "name": "groupChat", |
| | | "style": { |
| | | "navigationBarTitleText": "聊天室" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "components/submit/submit", |
| | | "style" : {} |
| | | }, |
| | | { |
| | | "path": "pages/groupChat/chating", |
| | | "name": "chating", |
| | | "style": { |
| | | "navigationBarTitleText": "聊天室2", |
| | | "navigationStyle":"custom", |
| | | "app-plus":{ |
| | | "titleNView":false |
| | | } |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/infoRegistration/infoRegistration", |
| | | "name": "infoRegistration", |
| | | "style": { |
| | |
| | | "selectedIconPath": "static/tabbar/businessH.png" |
| | | }, { |
| | | |
| | | "pagePath": "pages/investigation/investigation", |
| | | "pagePath": "pages/groupChat/groupChat", |
| | | "text": "我要说", |
| | | "iconPath": "static/tabbar/investigation.png", |
| | | "selectedIconPath": "static/tabbar/investigationH.png" |
| | |
| | | |
| | | ] |
| | | }, |
| | | "globalStyle": { |
| | | "navigationBarTextStyle": "black", |
| | | "navigationBarTitleText": "uni-app", |
| | | "navigationBarBackgroundColor": "#F8F8F8", |
| | | "backgroundColor": "#F8F8F8" |
| | | } |
| | | "globalStyle": { // 不能在globalStyle中设置隐藏头部导航栏,否则聊天页面的头部栏会不显示,在pages中设置titleNView为false就可以隐藏头部导航栏了 |
| | | "navigationBarTextStyle": "black", |
| | | "navigationBarTitleText": "hello", |
| | | "navigationBarBackgroundColor": "#fff", |
| | | "backgroundColor": "#f7f7f7", |
| | | "backgroundTextStyle":"light", |
| | | "pageOrientation":"portrait", //横屏配置,屏幕旋转设置 |
| | | "app-plus": { |
| | | "bounce": "none" |
| | | } |
| | | } |
| | | } |