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.

61 lines
1.9 KiB

  1. {
  2. "pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path" : "pages/login/index",
  5. "style" :
  6. {
  7. "navigationBarTitleText": "代理登录",
  8. "navigationBarBackgroundColor": "#1783FF",
  9. "navigationBarTextStyle": "white"
  10. // "enablePullDownRefresh": false
  11. }
  12. }
  13. ,{
  14. "path" : "pages/index/index",
  15. "style" :
  16. {
  17. "navigationBarTitleText": "代理主页",
  18. "navigationBarBackgroundColor": "#1783FF",
  19. "navigationBarTextStyle": "white"
  20. }
  21. }
  22. ,{
  23. "path" : "pages/cash/cash",
  24. "style" :
  25. {
  26. "navigationBarTitleText": "代理提现",
  27. "navigationBarBackgroundColor": "#fff",
  28. "navigationBarTextStyle": "black"
  29. }
  30. }
  31. ,{
  32. "path" : "pages/cashdetail/cashdetail",
  33. "style" :
  34. {
  35. "navigationBarTitleText": "代理提现",
  36. "navigationBarBackgroundColor": "#fff",
  37. "navigationBarTextStyle": "black"
  38. }
  39. }
  40. ,{
  41. "path" : "pages/history/history",
  42. "style" :
  43. {
  44. "navigationBarTitleText": "代理提现历史",
  45. "navigationBarBackgroundColor": "#fff",
  46. "navigationBarTextStyle": "black"
  47. }
  48. }
  49. ],
  50. "globalStyle": {
  51. "navigationBarTextStyle": "black",
  52. "navigationBarTitleText": "uView",
  53. "navigationBarBackgroundColor": "#FFFFFF",
  54. "backgroundColor": "#FFFFFF"
  55. }
  56. }