app.json 599 B

12345678910111213141516171819202122232425262728
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/login/empower",
  5. "pages/index/signOut",
  6. "pages/index/map",
  7. "pages/index/home",
  8. "pages/user/scanCode",
  9. "pages/pay/pay",
  10. "pages/login/login",
  11. "pages/login/iphoneLogin",
  12. "pages/home/home",
  13. "pages/user/user"
  14. ],
  15. "subPackages": [],
  16. "window": {
  17. "navigationBarTextStyle": "black",
  18. "navigationBarTitleText": "",
  19. "navigationBarBackgroundColor": "#F8F8F8",
  20. "backgroundColor": "#F8F8F8"
  21. },
  22. "permission": {
  23. "scope.userLocation": {
  24. "desc": "获取地址"
  25. }
  26. },
  27. "usingComponents": {}
  28. }