app.json 3.1 KB

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