app.json 628 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "pages": [
  3. "pages/list/list",
  4. "pages/index/index",
  5. "pages/test/test",
  6. "pages/succeed/succeed",
  7. "pages/authen/identity",
  8. "pages/authen/login",
  9. "pages/confirm/confirm",
  10. "pages/skip/skip"
  11. ],
  12. "subPackages": [],
  13. "window": {
  14. "navigationBarTextStyle": "black",
  15. "navigationBarTitleText": "uni-app",
  16. "navigationBarBackgroundColor": "#F8F8F8",
  17. "backgroundColor": "#F8F8F8"
  18. },
  19. "uniStatistics": {
  20. "enable": true
  21. },
  22. "permission": {
  23. "scope.userLocation": {
  24. "desc": "获取附近的油站"
  25. }
  26. },
  27. "usingComponents": {},
  28. "sitemapLocation": "sitemap.json"
  29. }