pages - 副本.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/exchange/index",
  5. "style": {
  6. "navigationBarTitleText": "闪电兑换"
  7. }
  8. },
  9. {
  10. "path": "pages/login/index",
  11. "style": {
  12. "navigationBarTitleText": "登录"
  13. }
  14. },
  15. {
  16. "path": "pages/index/index",
  17. "style": {
  18. "navigationBarTitleText": "币王"
  19. }
  20. },
  21. {
  22. "path": "pages/property/index",
  23. "style": {
  24. "navigationBarTitleText": "资产"
  25. }
  26. },
  27. {
  28. "path": "pages/property/bill",
  29. "style": {
  30. "navigationBarTitleText": "用户账单"
  31. }
  32. },
  33. {
  34. "path": "pages/property/asset",
  35. "style": {
  36. "navigationBarTitleText": "资产记录"
  37. }
  38. }
  39. ],
  40. "tabBar": {
  41. "color": "#666666",
  42. "selectedColor": "#0ED47F",
  43. // "borderStyle": "#E7E7E7",
  44. // "backgroundColor": "#FFFFFF",
  45. "list": [{
  46. "pagePath": "pages/index/index",
  47. "iconPath": "./static/tabbar/tabbar_1.png",
  48. "selectedIconPath": "./static/tabbar/tabbar_1_1.png",
  49. "text": "首页"
  50. },
  51. {
  52. "pagePath": "pages/exchange/index",
  53. "iconPath": "./static/tabbar/tabbar_2.png",
  54. "selectedIconPath": "./static/tabbar/tabbar_2_2.png",
  55. "text": "币币"
  56. },
  57. {
  58. "pagePath": "pages/property/index",
  59. "iconPath": "./static/tabbar/tabbar_5.png",
  60. "selectedIconPath": "./static/tabbar/tabbar_5_5.png",
  61. "text": "资产"
  62. }
  63. ]
  64. },
  65. "globalStyle": {
  66. "navigationStyle":"custom",
  67. "navigationBarTextStyle": "black",
  68. "navigationBarTitleText": "币王",
  69. "navigationBarBackgroundColor": "#F8F8F8",
  70. "backgroundColor": "#F8F8F8"
  71. },
  72. "uniIdRouter": {}
  73. }