app.json 3.2 KB

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