app.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "pages": [
  3. "index"
  4. ],
  5. "subpackages": [
  6. {
  7. "root": "nova-werun",
  8. "name": "werun",
  9. "pages": [
  10. "pages/index/index",
  11. "pages/circle/circle-detail/index",
  12. "pages/circle/my-circle/index",
  13. "pages/circle/send-circle/index",
  14. "pages/home/signin/index",
  15. "pages/home/ranking/index",
  16. "pages/home/share/index",
  17. "pages/home/medal/index",
  18. "pages/home/sport/sport-home/index",
  19. "pages/home/sport/sport-start/index",
  20. "pages/home/statistics/index",
  21. "pages/home/integral/index"
  22. ]
  23. },
  24. {
  25. "root": "nova-diypage",
  26. "name": "DIYPAGE",
  27. "pages": [
  28. "pages/index/index"
  29. ]
  30. }
  31. ],
  32. "window": {
  33. "navigationStyle": "custom",
  34. "navigationBarTitleText": "",
  35. "navigationBarTextStyle": "black",
  36. "navigationBarBackgroundColor": "#f6f5fa",
  37. "backgroundColor": "#f6f5fa",
  38. "enablePullDownRefresh": false
  39. },
  40. "permission": {
  41. "scope.userLocation": {
  42. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  43. }
  44. },
  45. "usingComponents": {
  46. "nav": "plugin://fm-plugin/fm-nav",
  47. "get-phone-number-btn": "components/getPhone/index",
  48. "search": "/components/search/search",
  49. "payment": "/components/nova-payment/payment",
  50. "address": "/components/address/index",
  51. "upload": "/components/upload/index",
  52. "van-icon": "@vant/weapp/icon/index",
  53. "van-button": "@vant/weapp/button/index",
  54. "van-tabbar": "@vant/weapp/tabbar/index",
  55. "van-tabbar-item": "@vant/weapp/tabbar-item/index",
  56. "van-empty": "@vant/weapp/empty/index",
  57. "van-loading": "@vant/weapp/loading/index"
  58. },
  59. "sitemapLocation": "sitemap.json",
  60. "plugins": {
  61. "fm-plugin": {
  62. "version": "0.1.1",
  63. "provider": "wx56d559d35ae6e502",
  64. "export": "exportToPlugin.js",
  65. "genericsImplementation": {
  66. "fm-auth": {
  67. "get-phone-number-btn": "components/getPhone/index"
  68. }
  69. }
  70. }
  71. }
  72. }