pages.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTitleText": "人人接",
  6. "enablePullDownRefresh": true,
  7. "navigationStyle": "custom" // 隐藏系统导航栏
  8. }
  9. },
  10. {
  11. "path": "pages/center/index",
  12. "style": {
  13. "navigationBarTitleText": "我的",
  14. "enablePullDownRefresh": false,
  15. "navigationStyle": "custom", // 隐藏系统导航栏
  16. "app-plus": {
  17. "background": "#f1f1f1"
  18. }
  19. }
  20. },
  21. {
  22. "path": "pages/login/login",
  23. "style": {
  24. "navigationBarTitleText": "登录",
  25. "enablePullDownRefresh": false,
  26. "navigationStyle": "custom", // 隐藏系统导航栏
  27. "app-plus": {
  28. "background": "#e46008"
  29. }
  30. }
  31. },
  32. {
  33. "path": "pages/login/forget",
  34. "style": {
  35. "navigationBarTitleText": "忘记密码",
  36. "enablePullDownRefresh": false,
  37. "navigationStyle": "custom" // 隐藏系统导航栏
  38. }
  39. }, {
  40. "path": "pages/center/setting",
  41. "style": {
  42. "navigationBarTitleText": "设置",
  43. "enablePullDownRefresh": false
  44. }
  45. }, {
  46. "path": "pages/order/index",
  47. "style": {
  48. "navigationBarTitleText": "我的订单",
  49. "enablePullDownRefresh": true
  50. }
  51. }, {
  52. "path": "pages/account/index",
  53. "style": {
  54. "navigationBarTitleText": "资金明细",
  55. "enablePullDownRefresh": true
  56. }
  57. }, {
  58. "path": "pages/account/withdraw",
  59. "style": {
  60. "navigationBarTitleText": "账户提现",
  61. "enablePullDownRefresh": false
  62. }
  63. }, {
  64. "path": "pages/account/withdraw_log",
  65. "style": {
  66. "navigationBarTitleText": "提现明细",
  67. "enablePullDownRefresh": true
  68. }
  69. }, {
  70. "path": "pages/center/password",
  71. "style": {
  72. "navigationBarTitleText": "修改密码",
  73. "enablePullDownRefresh": false
  74. }
  75. }, {
  76. "path": "pages/order/detail",
  77. "style": {
  78. "navigationBarTitleText": "接单详情",
  79. "enablePullDownRefresh": false
  80. }
  81. }
  82. ,{
  83. "path" : "pages/index/map",
  84. "style" :
  85. {
  86. "navigationBarTitleText": "地图导航",
  87. "enablePullDownRefresh": false
  88. }
  89. }
  90. ],
  91. "globalStyle": {
  92. "navigationBarTextStyle": "white",
  93. "navigationBarTitleText": "人人接",
  94. "navigationBarBackgroundColor": "#e46008",
  95. "backgroundColor": "#FFFFFF"
  96. },
  97. "tabBar": {
  98. "color": "#bb955e",
  99. "selectedColor": "#bb955e",
  100. "borderStyle": "black",
  101. "backgroundColor": "#ffffff"
  102. }
  103. }