app.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "pages": [
  3. "pages/home/home",
  4. "pages/login/login",
  5. "pages/mine/mine",
  6. "pages/leavingAMessage/leavingAMessage",
  7. "pages/business/business",
  8. "pages/guide/guide",
  9. "pages/collection/collection",
  10. "pages/news/news",
  11. "pages/businessDetail/businessDetail",
  12. "pages/shoppingCar/shoppingCar"
  13. ],
  14. "permission": {
  15. "scope.userLocation": {
  16. "desc": "你的位置信息将用于为了确认您所选的出发地、目的地地理位置"
  17. }
  18. },
  19. "requiredPrivateInfos": [
  20. "chooseLocation"
  21. ],
  22. "window": {
  23. "backgroundTextStyle": "light",
  24. "navigationBarBackgroundColor": "#CCCCCC",
  25. "navigationBarTitleText": "学习",
  26. "navigationBarTextStyle": "black"
  27. },
  28. "sitemapLocation": "sitemap.json",
  29. "useExtendedLib": {
  30. "weui": true
  31. },
  32. "tabBar": {
  33. "color": "#999999",
  34. "selectedColor": "#333333",
  35. "backgroundColor": "#FFFFFF",
  36. "list": [
  37. {
  38. "pagePath": "pages/home/home",
  39. "text": "首页",
  40. "iconPath": "image/tabBar/home_0@2x.png",
  41. "selectedIconPath": "image/tabBar/home_1@2x.png"
  42. },
  43. {
  44. "pagePath": "pages/mine/mine",
  45. "text": "我的",
  46. "iconPath": "image/tabBar/mine_0@2x.png",
  47. "selectedIconPath": "image/tabBar/mine_1@2x.png"
  48. }
  49. ]
  50. }
  51. }