app.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/login/login",
  5. "pages/publish/publish",
  6. "pages/publish/chosetype/chosetype",
  7. "pages/publish/publishtype/publishtype",
  8. "pages/publish/publishsuccess/publishsuccess",
  9. "pages/producttype/producttype",
  10. "pages/productcategory/productcategory",
  11. "pages/searchresults/searchresults",
  12. "pages/subject/subject",
  13. "pages/product/product",
  14. "pages/usercenter/usercenter",
  15. "pages/usercenter/myfocus/myfocus",
  16. "pages/usercenter/focusme/focusme",
  17. "pages/usercenter/mypublish/mypublish",
  18. "pages/usercenter/authentication/authentication",
  19. "pages/usercenter/myorder/myorder",
  20. "pages/usercenter/myorder/orderdetails/orderdetails",
  21. "pages/usercenter/bindphone/bindphone",
  22. "pages/usercenter/feedback/feedback",
  23. "pages/usercenter/addrs/addrs",
  24. "pages/confirmorder/confirmorder",
  25. "pages/inbuild/inbuild",
  26. "pages/supplier/supplier",
  27. "pages/supplier/supplierdetail/supplierdetail"
  28. ],
  29. "subPackages": [],
  30. "window": {
  31. "navigationBarTextStyle": "black",
  32. "navigationBarTitleText": "贵州林产品",
  33. "navigationBarBackgroundColor": "#F8F8F8",
  34. "backgroundColor": "#F8F8F8"
  35. },
  36. "tabBar": {
  37. "color": "#7A7E83",
  38. "selectedColor": "#3cc51f",
  39. "borderStyle": "black",
  40. "backgroundColor": "#ffffff",
  41. "list": [
  42. {
  43. "pagePath": "pages/index/index",
  44. "iconPath": "static/img/icon_home.png",
  45. "selectedIconPath": "static/img/icon_home-active.png",
  46. "text": "首页"
  47. },
  48. {
  49. "pagePath": "pages/publish/chosetype/chosetype",
  50. "iconPath": "static/img/icon_publish.png",
  51. "selectedIconPath": "static/img/icon_publish_active.png",
  52. "text": "我要发布"
  53. },
  54. {
  55. "pagePath": "pages/usercenter/usercenter",
  56. "iconPath": "static/img/icon_user.png",
  57. "selectedIconPath": "static/img/icon_user-active.png",
  58. "text": "我的"
  59. }
  60. ]
  61. },
  62. "usingComponents": {},
  63. "sitemapLocation": "sitemap51.json"
  64. }