app.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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. "pages/my/my-profile/index",
  23. "pages/home/step/index",
  24. "pages/my/feedback/index",
  25. "pages/activity/index",
  26. "pages/activity/detail-activity/index"
  27. ]
  28. },
  29. {
  30. "root": "nova-diypage",
  31. "name": "DIYPAGE",
  32. "pages": [
  33. "pages/index/index"
  34. ]
  35. }
  36. ],
  37. "window": {
  38. "navigationStyle": "custom",
  39. "navigationBarTitleText": "",
  40. "navigationBarTextStyle": "black",
  41. "navigationBarBackgroundColor": "#f6f5fa",
  42. "backgroundColor": "#f6f5fa",
  43. "enablePullDownRefresh": false
  44. },
  45. "permission": {
  46. "scope.userLocation": {
  47. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  48. }
  49. },
  50. "usingComponents": {
  51. "nav": "plugin://fm-plugin/fm-nav",
  52. "get-phone-number-btn": "components/getPhone/index",
  53. "search": "/components/search/search",
  54. "payment": "/components/nova-payment/payment",
  55. "address": "/components/address/index",
  56. "upload": "/components/upload/index",
  57. "van-icon": "@vant/weapp/icon/index",
  58. "van-button": "@vant/weapp/button/index",
  59. "van-tabbar": "@vant/weapp/tabbar/index",
  60. "van-tabbar-item": "@vant/weapp/tabbar-item/index",
  61. "van-empty": "@vant/weapp/empty/index",
  62. "van-loading": "@vant/weapp/loading/index"
  63. },
  64. "sitemapLocation": "sitemap.json",
  65. "plugins": {
  66. "fm-plugin": {
  67. "version": "0.1.1",
  68. "provider": "wx56d559d35ae6e502",
  69. "export": "exportToPlugin.js",
  70. "genericsImplementation": {
  71. "fm-auth": {
  72. "get-phone-number-btn": "components/getPhone/index"
  73. }
  74. }
  75. }
  76. }
  77. }