|
|
- {
- "pages": [{
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": true
- }
- },{
- "path": "pages/index/ihome"
- },{
- "path": "pages/index/icone"
- },
- {
- "path": "pages/pusher/housea"
- },{
- "path": "pages/pusher/houseb"
- },{
- "path": "pages/pusher/article"
- },
- {
- "path": "pages/login/login"
- },
- {
- "path" : "pages/search/search",
- "style" :
- {
- "navigationBarTitleText" : "搜索",
- "enablePullDownRefresh" : false
- }
- },
- {
- "path" : "pages/notice/notice",
- "style" :
- {
- "navigationBarTitleText" : "公告",
- "enablePullDownRefresh" : false
- }
- },
- {
- "path" : "pages/homeDetails/homeDetails",
- "style" :
- {
- "navigationBarTitleText" : "详情",
- "enablePullDownRefresh" : false
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "兼兼街",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "app-plus": {
- "titleNView": false
- }
- // "navigationStyle": "custom" //全局自定义导航栏
- }
- ,
- "easycom": {
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
- },
- "tabBar": {
- "borderStyle": "white",
- "backgroundColor": "#FFFFFF",
- "color": "#808080",
- "selectedColor": "#1B55E2",
- "list": [
- {
- "iconPath": "static/tarbar/indexu.png",
- "selectedIconPath": "static/tarbar/index.png",
- "text": "",
- "pagePath": "pages/index/index"
- },{
- "iconPath": "static/tarbar/fabuu.png",
- "selectedIconPath": "static/tarbar/fabu.png",
- "text": "",
- "pagePath": "pages/index/icone"
- },{
- "iconPath": "static/tarbar/myu.png",
- "selectedIconPath": "static/tarbar/my.png",
- "text": "",
- "pagePath": "pages/index/ihome"
- }]
- }
- // "navigationStyle":"custom",
- // "disableScroll": true,
- }
|