You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

108 lines
3.0 KiB

  1. {
  2. "pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path" : "pages/allpages/index",
  5. "style" :
  6. {
  7. "navigationBarTitleText": "",
  8. "navigationBarBackgroundColor": "#1783FF",
  9. "navigationBarTextStyle": "white"
  10. // "enablePullDownRefresh": false
  11. }
  12. },
  13. {
  14. "path" : "pages/login/index",
  15. "style" :
  16. {
  17. "navigationBarTitleText": "代理登录",
  18. "navigationBarBackgroundColor": "#1783FF",
  19. "navigationBarTextStyle": "white"
  20. // "enablePullDownRefresh": false
  21. }
  22. }
  23. ,{
  24. "path" : "pages/index/index",
  25. "style" :
  26. {
  27. "navigationBarTitleText": "代理主页",
  28. "navigationBarBackgroundColor": "#1783FF",
  29. "navigationBarTextStyle": "white"
  30. }
  31. }
  32. ,{
  33. "path" : "pages/cash/cash",
  34. "style" :
  35. {
  36. "navigationBarTitleText": "代理提现",
  37. "navigationBarBackgroundColor": "#fff",
  38. "navigationBarTextStyle": "black"
  39. }
  40. }
  41. ,{
  42. "path" : "pages/cashdetail/cashdetail",
  43. "style" :
  44. {
  45. "navigationBarTitleText": "代理提现",
  46. "navigationBarBackgroundColor": "#fff",
  47. "navigationBarTextStyle": "black"
  48. }
  49. }
  50. ,{
  51. "path" : "pages/history/history",
  52. "style" :
  53. {
  54. "navigationBarTitleText": "代理提现历史",
  55. "navigationBarBackgroundColor": "#fff",
  56. "navigationBarTextStyle": "black"
  57. }
  58. },
  59. {
  60. "path" : "pages/payment/payment",
  61. "style" :
  62. {
  63. "navigationBarTitleText" : "扫码",
  64. "navigationBarBackgroundColor": "#ededed",
  65. "navigationBarTextStyle": "black"
  66. }
  67. },
  68. {
  69. "path" : "pages/merchant-login/index",
  70. "style" :
  71. {
  72. "navigationBarTitleText": "商户登录",
  73. "navigationBarBackgroundColor": "#F52F3E",
  74. "navigationBarTextStyle": "white"
  75. }
  76. },
  77. {
  78. "path" : "pages/merchant-index/index",
  79. "style" :
  80. {
  81. "navigationBarTitleText": "商户主页",
  82. "navigationBarBackgroundColor": "#F52F3E",
  83. "navigationBarTextStyle": "white"
  84. }
  85. }
  86. ],
  87. "globalStyle": {
  88. "navigationBarTextStyle": "black",
  89. "navigationBarTitleText": "uView",
  90. "navigationBarBackgroundColor": "#FFFFFF",
  91. "backgroundColor": "#FFFFFF"
  92. }
  93. }