app.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/my/my",
  5. "pages/chat-list/chat-list",
  6. "pages/exhibition-detail/exhibition-detail",
  7. "pages/exhibition-register/exhibition-register",
  8. "pages/exhibition-enterprise/exhibition-enterprise",
  9. "pages/goods-tabs/goods-tabs",
  10. "pages/search/search",
  11. "pages/user-info/user-info",
  12. "pages/collect-goods/collect-goods",
  13. "pages/collect-enterprise/collect-enterprise",
  14. "pages/business-card/business-card",
  15. "pages/shared/shared",
  16. "pages/goods-detail/goods-detail",
  17. "pages/login/login",
  18. "pages/find/find",
  19. "pages/web/web",
  20. "pages/business-card/detail/business-card-detail",
  21. "pages/logout/logout",
  22. "pages/business-card/scan/scan",
  23. "pages/business-card/scan-result/scan-result"
  24. ],
  25. "usingComponents": {
  26. "icon": "components/c-icon/c-icon",
  27. "header-nav": "components/header-nav/header-nav",
  28. "tab-bar": "components/tab-bar/tab-bar"
  29. },
  30. "window": {
  31. "navigationBarTitleText": "好玩展",
  32. "navigationBarBackgroundColor": "#fff",
  33. "navigationBarTextStyle": "black"
  34. },
  35. "subpackages": [
  36. {
  37. "root": "dataReport",
  38. "pages": [
  39. "pages/data-report/data-report"
  40. ],
  41. "independent": false
  42. }
  43. ],
  44. "tabBar": {
  45. "custom": true,
  46. "color": "#79868F",
  47. "selectedColor": "#1FE4DC",
  48. "list": [
  49. {
  50. "pagePath": "pages/index/index",
  51. "text": "首页"
  52. },
  53. {
  54. "pagePath": "pages/chat-list/chat-list",
  55. "text": "消息"
  56. },
  57. {
  58. "pagePath": "pages/my/my",
  59. "text": "我的"
  60. }
  61. ]
  62. },
  63. "permission": {
  64. "scope.userLocation": {
  65. "desc": "为了更好的服务,请授权位置信息"
  66. }
  67. },
  68. "sitemapLocation": "sitemap.json"
  69. }