app.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/order/index",
  5. "pages/order/orderDet",
  6. "pages/order/orderMap",
  7. "pages/my/index",
  8. "pages/my/chat",
  9. "pages/my/liaotian",
  10. "pages/my/im",
  11. "pages/my/earnings",
  12. "pages/my/comments",
  13. "pages/my/userinfo",
  14. "pages/my/pwd",
  15. "pages/my/forgetPwd",
  16. "pages/my/phoneSettled",
  17. "pages/my/loginphone"
  18. ],
  19. "subPackages": [
  20. {
  21. "root": "my",
  22. "pages": [
  23. "publish/index",
  24. "publish/guigeitem",
  25. "store/index",
  26. "store/addgood",
  27. "store/pingjia",
  28. "publish/goods",
  29. "store/goodDetail",
  30. "store/guige",
  31. "store/fenlei",
  32. "store/editor",
  33. "other/money",
  34. "other/detail",
  35. "other/set",
  36. "other/xieyi",
  37. "other/mimi",
  38. "other/help",
  39. "other/helpDet",
  40. "other/tousu",
  41. "other/moneylist",
  42. "other/customer",
  43. "other/about",
  44. "feedback/index",
  45. "other/wallet",
  46. "other/cashList",
  47. "other/moneydetail",
  48. "other/cashDetail",
  49. "store/huodong",
  50. "store/join_huodong",
  51. "store/select_shang",
  52. "store/yixuan_shang",
  53. "store/hdInfo",
  54. "yhq/yhq",
  55. "yhq/add",
  56. "yhq/edit",
  57. "print/print"
  58. ]
  59. }
  60. ],
  61. "window": {
  62. "navigationBarTextStyle": "black",
  63. "navigationBarTitleText": "同城外卖",
  64. "navigationBarBackgroundColor": "#FFFFFF",
  65. "backgroundColor": "#FFFFFF"
  66. },
  67. "tabBar": {
  68. "color": "#666666",
  69. "selectedColor": "#FF8D1A",
  70. "borderStyle": "black",
  71. "backgroundColor": "#ffffff",
  72. "list": [
  73. {
  74. "pagePath": "pages/index/index",
  75. "iconPath": "static/images/tabbar/index.png",
  76. "selectedIconPath": "static/images/tabbar/index_.png",
  77. "text": "首页"
  78. },
  79. {
  80. "pagePath": "pages/order/index",
  81. "iconPath": "static/images/tabbar/order.png",
  82. "selectedIconPath": "static/images/tabbar/order_.png",
  83. "text": "订单"
  84. },
  85. {
  86. "pagePath": "pages/my/index",
  87. "iconPath": "static/images/tabbar/my.png",
  88. "selectedIconPath": "static/images/tabbar/my_.png",
  89. "text": "我的"
  90. }
  91. ]
  92. },
  93. "permission": {
  94. "scope.userLocation": {
  95. "desc": "获取你的位置"
  96. }
  97. },
  98. "__usePrivacyCheck__": false,
  99. "requiredPrivateInfos": [
  100. "getLocation",
  101. "chooseLocation"
  102. ],
  103. "usingComponents": {}
  104. }