pages.json 3.3 KB

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