pages.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationStyle": "custom"
  7. }
  8. }, {
  9. "path": "pages/rule/rule",
  10. "style": {
  11. "navigationStyle": "custom"
  12. }
  13. }, {
  14. "path": "pages/airdrop/airdrop",
  15. "style": {
  16. "navigationStyle": "custom"
  17. }
  18. }, {
  19. "path": "pages/mining/mining",
  20. "style": {
  21. "navigationStyle": "custom"
  22. }
  23. }, {
  24. "path": "pages/lang/lang",
  25. "style": {
  26. "navigationStyle": "custom"
  27. }
  28. }, {
  29. "path": "pages/synthesis/synthesis",
  30. "style": {
  31. "navigationStyle": "custom"
  32. }
  33. }
  34. ,{
  35. "path" : "pages/Withdrawalsrecord/Withdrawalsrecord",
  36. "style": {
  37. "navigationStyle": "custom"
  38. }
  39. }
  40. ,{
  41. "path" : "pages/my/my",
  42. "style": {
  43. "navigationStyle": "custom"
  44. }
  45. }
  46. ,{
  47. "path" : "pages/bind/bind",
  48. "style": {
  49. "navigationStyle": "custom"
  50. }
  51. }
  52. ],
  53. "globalStyle": {
  54. // "navigationStyle":"custom",
  55. "navigationBarTextStyle": "black",
  56. "navigationBarTitleText": "BONY",
  57. "navigationBarBackgroundColor": "#F8F8F8",
  58. "backgroundColor": "#F8F8F8"
  59. },
  60. "uniIdRouter": {}
  61. }