pages.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "pages": [{
  3. "path": "pages/home/home",
  4. "style": {
  5. "navigationBarTitleText": "车道信息",
  6. "navigationBarBackgroundColor": "#4680F9",
  7. "navigationBarTextStyle": "white"
  8. }
  9. },
  10. {
  11. "path": "pages/other/addOrder",
  12. "style": {
  13. "navigationBarTitleText": "新增任务",
  14. "navigationBarBackgroundColor": "#4680F9",
  15. "navigationBarTextStyle": "white"
  16. }
  17. },
  18. {
  19. "path": "pages/ucenter/settings",
  20. "style": {
  21. "navigationBarTitleText": "设置",
  22. "navigationBarBackgroundColor": "#4680F9",
  23. "navigationBarTextStyle": "white"
  24. }
  25. },
  26. {
  27. "path": "pages/info/userInfo",
  28. "style": {
  29. "navigationBarTitleText": "用户信息",
  30. "navigationBarBackgroundColor": "#4680F9",
  31. "navigationBarTextStyle": "white"
  32. }
  33. },
  34. {
  35. "path": "pages/login/login",
  36. "style": {
  37. "navigationBarTitleText": "%login%",
  38. "app-plus": {
  39. "animationType": "none",
  40. "popGesture": "none"
  41. }
  42. }
  43. },
  44. {
  45. "path": "pages/info/info",
  46. "style": {
  47. "navigationBarTitleText": "%mine%"
  48. }
  49. }
  50. ],
  51. "permission": {
  52. "scope.userLocation": {
  53. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  54. }
  55. },
  56. "globalStyle": {
  57. "navigationBarTextStyle": "black",
  58. "navigationBarTitleText": "uni-starter",
  59. "navigationBarBackgroundColor": "#FFFFFF",
  60. "backgroundColor": "#F8F8F8",
  61. "enablePullDownRefresh": false,
  62. // "maxWidth":375,
  63. "rpxCalcMaxDeviceWidth": 375,
  64. "rpxCalcBaseDeviceWidth": 375
  65. // "rpxCalcIncludeWidth":0
  66. },
  67. "tabBar": {
  68. "color": "#999",
  69. "selectedColor": "#4680F9",
  70. "borderStyle": "black",
  71. "backgroundColor": "#FFFFFF",
  72. "list": [{
  73. "pagePath": "pages/home/home"
  74. },
  75. {
  76. "pagePath": "pages/info/info"
  77. }
  78. ]
  79. }
  80. }