app.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/login/login",
  5. "pages/publish/publish",
  6. "pages/publish/chosetype",
  7. "pages/publish/publishtype/publishtype",
  8. "pages/publish/publishsuccess/publishsuccess",
  9. "pages/producttype/producttype",
  10. "pages/searchresults/searchresults",
  11. "pages/product/product",
  12. "pages/usercenter/usercenter",
  13. "pages/usercenter/myfocus/myfocus",
  14. "pages/usercenter/authentication/authentication",
  15. "pages/usercenter/feedback/feedback"
  16. ],
  17. "subPackages": [],
  18. "window": {
  19. "navigationBarTextStyle": "black",
  20. "navigationBarTitleText": "贵州林产品",
  21. "navigationBarBackgroundColor": "#F8F8F8",
  22. "backgroundColor": "#F8F8F8"
  23. },
  24. "tabBar": {
  25. "color": "#7A7E83",
  26. "selectedColor": "#3cc51f",
  27. "borderStyle": "black",
  28. "backgroundColor": "#ffffff",
  29. "list": [
  30. {
  31. "pagePath": "pages/index/index",
  32. "iconPath": "static/img/icon_home.png",
  33. "selectedIconPath": "static/img/icon_home-active.png",
  34. "text": "首页"
  35. },
  36. {
  37. "pagePath": "pages/publish/chosetype",
  38. "iconPath": "static/img/icon_publish.png",
  39. "selectedIconPath": "static/img/icon_publish_active.png",
  40. "text": "我要发布"
  41. },
  42. {
  43. "pagePath": "pages/usercenter/usercenter",
  44. "iconPath": "static/img/icon_user.png",
  45. "selectedIconPath": "static/img/icon_user-active.png",
  46. "text": "我的"
  47. }
  48. ]
  49. },
  50. "usingComponents": {}
  51. }