app.json 1.6 KB

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