app.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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/liuchengTeacher/liu_teach",
  8. "pages/liuchengTeacher/detail/teach_detail",
  9. "pages/liuchengO/liu_other",
  10. "pages/liuchengO/detail/teach_detail",
  11. "pages/liuchengManger/liu_manage",
  12. "pages/liuchengManger/detail/teach_detail",
  13. "pages/order_mark/order_mark",
  14. "pages/ruzhuxuzhi/ruzhuxuzhi",
  15. "pages/submit_order/submit_order",
  16. "pages/zhifuchenggong/zhifuchenggong",
  17. "pages/huoquanshibai/huoquanshibai",
  18. "pages/gongyuxiangqing/gongyuxiangqing"
  19. ],
  20. "subPackages": [],
  21. "window": {
  22. "navigationBarTextStyle": "black",
  23. "navigationBarTitleText": "uni-app",
  24. "navigationBarBackgroundColor": "#FFFFFF",
  25. "backgroundColor": "#FFFFFF"
  26. },
  27. "tabBar": {
  28. "color": "#7A7E83",
  29. "selectedColor": "#296DE3",
  30. "borderStyle": "black",
  31. "backgroundColor": "#ffffff",
  32. "list": [
  33. {
  34. "pagePath": "pages/index/index",
  35. "iconPath": "static/tabbar/apartment.svg",
  36. "selectedIconPath": "static/tabbar/apart_dian.svg",
  37. "text": "公寓"
  38. },
  39. {
  40. "pagePath": "pages/myself/myself",
  41. "iconPath": "static/tabbar/myself.svg",
  42. "selectedIconPath": "static/tabbar/myself_dian.svg",
  43. "text": "我的"
  44. }
  45. ]
  46. },
  47. "permission": {
  48. "scope.userLocation": {
  49. "desc": "需要获取您的地理位置,请确认授权,否则地图功能将无法使用"
  50. }
  51. },
  52. "usingComponents": {}
  53. }