app.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/myself/myself",
  5. "pages/order_room/order_room",
  6. "pages/my_orderlist/my_orderlist",
  7. "pages/order_mark/order_mark",
  8. "pages/ruzhuxuzhi/ruzhuxuzhi",
  9. "pages/zhifuchenggong/zhifuchenggong",
  10. "pages/huoquanshibai/huoquanshibai",
  11. "pages/gongyuxiangqing/gongyuxiangqing"
  12. ],
  13. "subPackages": [],
  14. "window": {
  15. "navigationBarTextStyle": "black",
  16. "navigationBarTitleText": "uni-app",
  17. "navigationBarBackgroundColor": "#FFFFFF",
  18. "backgroundColor": "#FFFFFF"
  19. },
  20. "tabBar": {
  21. "color": "#7A7E83",
  22. "selectedColor": "#296DE3",
  23. "borderStyle": "black",
  24. "backgroundColor": "#ffffff",
  25. "list": [
  26. {
  27. "pagePath": "pages/index/index",
  28. "iconPath": "static/tabbar/apartment.svg",
  29. "selectedIconPath": "static/tabbar/apart_dian.svg",
  30. "text": "公寓"
  31. },
  32. {
  33. "pagePath": "pages/myself/myself",
  34. "iconPath": "static/tabbar/myself.svg",
  35. "selectedIconPath": "static/tabbar/myself_dian.svg",
  36. "text": "我的"
  37. }
  38. ]
  39. },
  40. "permission": {
  41. "scope.userLocation": {
  42. "desc": "需要获取您的地理位置,请确认授权,否则地图功能将无法使用"
  43. }
  44. },
  45. "usingComponents": {}
  46. }