app.json 2.3 KB

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