app.json 2.6 KB

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