app.json 1.9 KB

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