app.json 2.2 KB

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