app.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "pages": [
  3. "pages/merchant/index",
  4. "pages/index/index",
  5. "pages/personal/authentication",
  6. "pages/order/detail",
  7. "pages/merchant/releaseInfoUrgent",
  8. "pages/merchant/releaseInfo",
  9. "pages/personal/authentication_merchant",
  10. "pages/personal/resumeCheckMerchant",
  11. "pages/personal/index",
  12. "pages/personal/resumeCheck",
  13. "pages/personal/wallet",
  14. "pages/merchant/memberList",
  15. "pages/order/index",
  16. "pages/personal/perInfo",
  17. "pages/activity/index",
  18. "pages/message/notice",
  19. "pages/personal/service/index",
  20. "pages/personal/service/opinion",
  21. "pages/message/index",
  22. "pages/message/chat",
  23. "pages/login/index",
  24. "pages/activity/detail",
  25. "pages/personal/appraisal",
  26. "pages/login/web",
  27. "pages/index/city",
  28. "pages/personal/activity",
  29. "pages/personal/makeMoney",
  30. "pages/personal/makeMoneyDetail",
  31. "pages/personal/service/policy"
  32. ],
  33. "subPackages": [],
  34. "window": {
  35. "navigationBarTextStyle": "black",
  36. "navigationBarTitleText": "快来优商户端",
  37. "navigationBarBackgroundColor": "#f8f8f8"
  38. },
  39. "tabBar": {
  40. "color": "#989898",
  41. "selectedColor": "#00c7b2",
  42. "borderStyle": "black",
  43. "position": "bottom",
  44. "list": [
  45. {
  46. "pagePath": "pages/merchant/index",
  47. "iconPath": "static/images_merchant/index.png",
  48. "selectedIconPath": "static/images_merchant/index_focus.png",
  49. "text": "招聘"
  50. },
  51. {
  52. "pagePath": "pages/message/index",
  53. "iconPath": "static/images_merchant/message.png",
  54. "selectedIconPath": "static/images_merchant/message_focus.png",
  55. "text": "消息"
  56. },
  57. {
  58. "pagePath": "pages/activity/index",
  59. "iconPath": "static/images_merchant/service.png",
  60. "selectedIconPath": "static/images_merchant/service_focus.png",
  61. "text": "服务"
  62. },
  63. {
  64. "pagePath": "pages/personal/index",
  65. "iconPath": "static/images_merchant/personal.png",
  66. "selectedIconPath": "static/images_merchant/personal_focus.png",
  67. "text": "我的"
  68. }
  69. ]
  70. },
  71. "permission": {
  72. "scope.userLocation": {
  73. "desc": "需要获取您的位置"
  74. }
  75. },
  76. "requiredPrivateInfos": [
  77. "getFuzzyLocation",
  78. "getLocation",
  79. "onLocationChange",
  80. "startLocationUpdateBackground",
  81. "chooseAddress"
  82. ],
  83. "usingComponents": {}
  84. }