pages.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "书架",
  7. "navigationStyle": "custom"
  8. }
  9. },
  10. {
  11. "path": "pages/bookMall/index",
  12. "style": {
  13. "navigationBarTitleText": "书城",
  14. "navigationStyle": "custom"
  15. }
  16. },
  17. {
  18. "path": "pages/my/index",
  19. "style": {
  20. "navigationBarTitleText": "我的",
  21. "navigationStyle": "custom"
  22. }
  23. },
  24. {
  25. "path": "pages/toolsMall/index",
  26. "style": {
  27. "navigationBarTitleText": "工具广场",
  28. "navigationStyle": "custom"
  29. }
  30. },
  31. {
  32. "path": "pages/tools/yiJianShengDian",
  33. "style": {
  34. "navigationBarTitleText": "一键省电",
  35. "navigationStyle": "custom"
  36. }
  37. },{
  38. "path": "pages/tools/shengBoChuChen",
  39. "style": {
  40. "navigationBarTitleText": "声波除尘",
  41. "navigationStyle": "custom"
  42. }
  43. },{
  44. "path": "pages/tools/wangLuoXinXi",
  45. "style": {
  46. "navigationBarTitleText": "网络信息",
  47. "navigationStyle": "custom"
  48. }
  49. },{
  50. "path": "pages/tools/shouJiCeJu",
  51. "style": {
  52. "navigationBarTitleText": "手机测距",
  53. "navigationStyle": "custom"
  54. }
  55. },{
  56. "path": "pages/tools/wifiGuanLi",
  57. "style": {
  58. "navigationBarTitleText": "WiFi管理",
  59. "navigationStyle": "custom"
  60. }
  61. },{
  62. "path": "pages/tools/shouJiQingLi",
  63. "style": {
  64. "navigationBarTitleText": "手机清理",
  65. "navigationStyle": "custom"
  66. }
  67. },{
  68. "path": "pages/tools/jingXuanBiZhi",
  69. "style": {
  70. "navigationBarTitleText": "精选壁纸",
  71. "navigationStyle": "custom"
  72. }
  73. },{
  74. "path": "pages/tools/quWeiCePing",
  75. "style": {
  76. "navigationBarTitleText": "趣味测评",
  77. "navigationStyle": "custom"
  78. }
  79. },{
  80. "path": "pages/tools/yangShengKeTang",
  81. "style": {
  82. "navigationBarTitleText": "养生课堂",
  83. "navigationStyle": "custom"
  84. }
  85. },{
  86. "path": "pages/tools/yunDongJiBu",
  87. "style": {
  88. "navigationBarTitleText": "运动计步",
  89. "navigationStyle": "custom"
  90. }
  91. },{
  92. "path": "pages/tools/ziTiDaXiao",
  93. "style": {
  94. "navigationBarTitleText": "字体大小",
  95. "navigationStyle": "custom"
  96. }
  97. },{
  98. "path": "pages/redBook/index",
  99. "style": {
  100. "navigationBarTitleText": "阅读",
  101. "navigationStyle": "custom"
  102. }
  103. },
  104. ],
  105. "globalStyle": {
  106. "navigationBarTextStyle": "black",
  107. "navigationBarTitleText": "uni-app",
  108. "navigationBarBackgroundColor": "#F8F8F8",
  109. "backgroundColor": "#F8F8F8"
  110. },
  111. "uniIdRouter": {},
  112. "tabBar": {
  113. "custom": true,
  114. "list": [
  115. {
  116. "pagePath": "pages/index/index"
  117. },
  118. {
  119. "pagePath": "pages/bookMall/index"
  120. },
  121. {
  122. "pagePath": "pages/my/index"
  123. }
  124. ]
  125. }
  126. }