app.json 817 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "pages": [
  3. "pages/index/auth",
  4. "pages/index/index",
  5. "pages/login/login",
  6. "pages/login/info",
  7. "pages/mine/need",
  8. "pages/mine/share",
  9. "pages/webview/web-view",
  10. "pages/mine/coll",
  11. "pages/comm/search",
  12. "pages/mine/feedback",
  13. "pages/mine/addFeed",
  14. "pages/mine/about"
  15. ],
  16. "subPackages": [
  17. {
  18. "root": "circlePages",
  19. "pages": [
  20. "circle",
  21. "addShare"
  22. ]
  23. },
  24. {
  25. "root": "minePages",
  26. "pages": [
  27. "set"
  28. ]
  29. }
  30. ],
  31. "window": {
  32. "navigationStyle": "custom",
  33. "navigationBarTextStyle": "black",
  34. "navigationBarTitleText": "速立保",
  35. "navigationBarBackgroundColor": "#F8F8F8",
  36. "backgroundColor": "#F8F8F8"
  37. },
  38. "requiredPrivateInfos": [
  39. "chooseAddress"
  40. ],
  41. "usingComponents": {}
  42. }