微信小程序app.js配置文件

  1. {  
  2.   "pages":[  
  3.     "pages/index/index",  
  4.     "pages/tucao/tucao",  
  5.     "pages/center/center"  
  6.   ],  
  7.   "window":{  
  8.     "backgroundTextStyle":"",  
  9.     "navigationBarBackgroundColor": "red",  
  10.     "navigationBarTitleText": "一个标题而已",  
  11.     "navigationBarTextStyle":"white"  
  12.   },  
  13.   "tabBar": {  
  14.     "list": [{  
  15.       "pagePath": "pages/index/index",  
  16.       "text": "首页",  
  17.       "iconPath": "/images/public/menu-cd.png",  
  18.       "selectedIconPath": "/images/public/menu.png"  
  19.     },{  
  20.       "pagePath": "pages/tucao/tucao",  
  21.       "text": "吐槽",  
  22.       "iconPath": "/images/public/hot-cd.png",  
  23.       "selectedIconPath": "/images/public/hot.png"  
  24.     },{  
  25.       "pagePath": "pages/center/center",  
  26.       "text": "我的",  
  27.       "iconPath": "/images/public/center-cd.png",  
  28.       "selectedIconPath": "/images/public/center.png"  
  29.     }],  
  30.     "borderStyle": "white"  
  31.   }  
  32. }  
posted on 2017-06-08 10:46  杨廷贯  阅读(579)  评论(0编辑  收藏  举报