1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "pages":[
- "pages/index/index",
- "pages/userinfo/userinfo"
- ],
- "window":{
- "backgroundTextStyle":"light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "WeChat",
- "navigationBarTextStyle":"black"
- },
- "tabBar":{
- "backgroundColor": "#111111",
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "",
- "iconPath": "images/btn_home_n@2x.png",
- "selectedIconPath": "images/btn_home_s@2x.png"
- },
- {
- "pagePath": "pages/index/index",
- "text": "",
- "iconPath": "images/btn_gonggao_n@2x.png",
- "selectedIconPath": "images/btn_gonggao_s@2x.png"
- },
- {
- "pagePath": "pages/index/index",
- "text": "",
- "iconPath": "images/btn_wenzhang_n@2x.png",
- "selectedIconPath": "images/btn_wenzhang_s@2x.png"
- },
- {
- "pagePath": "pages/userinfo/userinfo",
- "text": "",
- "iconPath": "images/btn_me_n@2x.png",
- "selectedIconPath": "images/btn_me_s@2x.png"
- }
- ]
- }
- }
|