app.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "pages": [
  3. "pages/common/launch",
  4. "pages/auth/login",
  5. "pages/auth/wxLogin",
  6. "pages/home/index",
  7. "pages/user/test",
  8. "pages/healthy/index",
  9. "pages/healthy/detail",
  10. "pages/healthy/readUsers",
  11. "pages/user/index",
  12. "pages/home/content",
  13. "pages/home/h5",
  14. "pages/home/cert"
  15. ],
  16. "subPackages": [
  17. {
  18. "root": "pages_user",
  19. "pages": [
  20. "user/message",
  21. "user/msgDetail",
  22. "user/integral",
  23. "user/storeProductRelation",
  24. "user/personInfo"
  25. ]
  26. },
  27. {
  28. "root": "pages_shopping",
  29. "pages": [
  30. "shopping/coupon",
  31. "shopping/myCoupon"
  32. ]
  33. },
  34. {
  35. "root": "pages_course",
  36. "pages": [
  37. "video",
  38. "feedback",
  39. "webview",
  40. "register",
  41. "activity",
  42. "appDownload",
  43. "shortLink"
  44. ]
  45. }
  46. ],
  47. "window": {
  48. "navigationBarTextStyle": "black",
  49. "navigationBarTitleText": "坤德精选a",
  50. "navigationBarBackgroundColor": "#FFFFFF",
  51. "backgroundColor": "#FFFFFF"
  52. },
  53. "tabBar": {
  54. "color": "#666666",
  55. "selectedColor": "#1BB99D",
  56. "borderStyle": "white",
  57. "backgroundColor": "#ffffff",
  58. "height": "64px",
  59. "fontSize": "12px",
  60. "iconWidth": "18px",
  61. "spacing": "4px",
  62. "list": [
  63. {
  64. "pagePath": "pages/home/index",
  65. "iconPath": "/static/images/home.png",
  66. "selectedIconPath": "/static/images/home_sel.png",
  67. "text": "首页"
  68. },
  69. {
  70. "pagePath": "pages/healthy/index",
  71. "iconPath": "/static/images/health.png",
  72. "selectedIconPath": "/static/images/health_sel.png",
  73. "text": "健康知识"
  74. },
  75. {
  76. "pagePath": "pages/user/index",
  77. "iconPath": "/static/images/my.png",
  78. "selectedIconPath": "/static/images/my_sel.png",
  79. "text": "会员中心"
  80. }
  81. ]
  82. },
  83. "permission": {
  84. "scope.userLocation": {
  85. "desc": "获取位置用于给您推送相关信息"
  86. }
  87. },
  88. "usingComponents": {}
  89. }