app.json 914 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/adjust/index",
  5. "pages/search/index",
  6. "pages/auth/index",
  7. "pages/projectlist/index",
  8. "pages/detail/index",
  9. "pages/usercenter/index",
  10. "pages/feedback/index",
  11. "pages/spacelist/index",
  12. "pages/adjustlog/index",
  13. "pages/spacelog/index",
  14. "pages/ipdauth/index"
  15. ],
  16. "window": {
  17. "backgroundTextStyle": "light",
  18. "navigationBarBackgroundColor": "#ffffff",
  19. "navigationBarTitleText": "",
  20. "navigationBarTextStyle":"black"
  21. },
  22. "usingComponents": {
  23. "header": "./components/header/header",
  24. "loading": "/components/loading/loading",
  25. "van-icon": "./vant-weapp/dist/icon/index",
  26. "van-sticky": "./vant-weapp/dist/sticky/index"
  27. },
  28. "style": "v2",
  29. "sitemapLocation": "sitemap.json",
  30. "permission": {
  31. "scope.userLocation": {
  32. "desc": "您的位置信息将用于更好的提供服务"
  33. }
  34. }
  35. }