app.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "pages": [
  3. "pages/login/login",
  4. "pages/home/home",
  5. "pages/my/my",
  6. "pages/my/set",
  7. "pages/my/cell",
  8. "pages/my/password",
  9. "pages/production/production",
  10. "pages/production/history",
  11. "pages/statistics/statistics",
  12. "pages/statistics/particulars",
  13. "pages/dealer/dealer",
  14. "pages/dealer/dealerDetails",
  15. "pages/inventory/inventory",
  16. "pages/bazaar/bazaar",
  17. "pages/bazaar/VaseYard/VaseYard",
  18. "pages/bazaar/SecurityCode",
  19. "pages/bazaar/bodyOfBottle/bodyOfBottle",
  20. "pages/bazaar/VaseYard/reportedRecord",
  21. "pages/bazaar/VaseYard/particulars",
  22. "pages/bazaar/VaseYard/reported",
  23. "pages/fleeingGoods/fleeingGoods",
  24. "pages/newProduct/newProduct",
  25. "pages/dealer/parric",
  26. "pages/inquire/inquire"
  27. ],
  28. "subPackages": [],
  29. "window": {
  30. "navigationBarTextStyle": "white",
  31. "navigationBarTitleText": "红蜻蜓追溯",
  32. "navigationBarBackgroundColor": "#e40315",
  33. "backgroundColor": "#e40315"
  34. },
  35. "requiredPrivateInfos": [
  36. "getLocation"
  37. ],
  38. "lazyCodeLoading": "requiredComponents",
  39. "permission": {
  40. "scope.userLocation": {
  41. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  42. }
  43. },
  44. "usingComponents": {}
  45. }