pages.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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/login/register",
  28. "style": {
  29. "navigationBarTitleText": "注册",
  30. "app-plus": {
  31. "animationType": "none",
  32. "popGesture": "none"
  33. }
  34. }
  35. },
  36. {
  37. "path": "pages/info/userInfo",
  38. "style": {
  39. "navigationBarTitleText": "用户信息",
  40. "navigationBarBackgroundColor": "#4680F9",
  41. "navigationBarTextStyle": "white"
  42. }
  43. },
  44. {
  45. "path": "pages/login/login",
  46. "style": {
  47. "navigationBarTitleText": "%login%",
  48. "app-plus": {
  49. "animationType": "none",
  50. "popGesture": "none"
  51. }
  52. }
  53. },
  54. {
  55. "path": "pages/info/info",
  56. "style": {
  57. "navigationBarTitleText": "%mine%"
  58. }
  59. }
  60. ],
  61. "permission": {
  62. "scope.userLocation": {
  63. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  64. }
  65. },
  66. "globalStyle": {
  67. "navigationBarTextStyle": "black",
  68. "navigationBarTitleText": "uni-starter",
  69. "navigationBarBackgroundColor": "#FFFFFF",
  70. "backgroundColor": "#F8F8F8",
  71. "enablePullDownRefresh": false,
  72. // "maxWidth":375,
  73. "rpxCalcMaxDeviceWidth": 375,
  74. "rpxCalcBaseDeviceWidth": 375
  75. // "rpxCalcIncludeWidth":0
  76. },
  77. "tabBar": {
  78. "color": "#999",
  79. "selectedColor": "#4680F9",
  80. "borderStyle": "black",
  81. "backgroundColor": "#FFFFFF",
  82. "list": [{
  83. "pagePath": "pages/home/home"
  84. },
  85. {
  86. "pagePath": "pages/info/info"
  87. }
  88. ]
  89. }
  90. }