|
@@ -16,18 +16,64 @@
|
|
|
"style" : {
|
|
|
"navigationStyle":"custom",
|
|
|
"navigationBarTitleText": "",
|
|
|
- "enablePullDownRefresh": true,
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
"app-plus": {
|
|
|
"titleNView": false
|
|
|
}
|
|
|
}
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path" : "pages/chat/chat",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "消息",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "app-plus": {
|
|
|
+ "autoBackButton": false,
|
|
|
+ "titleNView": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path" : "pages/personalCenter/personalCenter",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "我的",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "app-plus": {
|
|
|
+ "titleNView": false,
|
|
|
+ "autoBackButton": false
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
],
|
|
|
"globalStyle": {
|
|
|
"navigationBarTextStyle": "black",
|
|
|
"navigationBarTitleText": "uni-app",
|
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
|
- "backgroundColor": "#fff"
|
|
|
+ "backgroundColor": "#F7F7F7"
|
|
|
+ },
|
|
|
+ "tabBar": {
|
|
|
+ "list": [
|
|
|
+ {
|
|
|
+ "pagePath": "pages/index/index",
|
|
|
+ "text": "主页",
|
|
|
+ "iconPath": "static/tabbar-icon/home.png",
|
|
|
+ "selectedIconPath": "static/tabbar-icon/home-fill.png"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/chat/chat",
|
|
|
+ "text": "消息",
|
|
|
+ "iconPath": "static/tabbar-icon/comment.png",
|
|
|
+ "selectedIconPath": "static/tabbar-icon/comment-filling.png"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/personalCenter/personalCenter",
|
|
|
+ "text": "我的",
|
|
|
+ "iconPath": "static/tabbar-icon/user-line.png",
|
|
|
+ "selectedIconPath": "static/tabbar-icon/user-s.png"
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"uniIdRouter": {}
|
|
|
}
|