pages.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. {
  2. "globalStyle": {
  3. "navigationStyle": "default",
  4. "navigationBarTitleText": "vue3-uniapp",
  5. "navigationBarBackgroundColor": "#f8f8f8",
  6. "navigationBarTextStyle": "black",
  7. "backgroundColor": "#FFFFFF"
  8. },
  9. "easycom": {
  10. "autoscan": true,
  11. "custom": {
  12. "^fly-(.*)": "@/components/fly-$1/fly-$1.vue",
  13. "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
  14. }
  15. },
  16. "tabBar": {
  17. "color": "#7A7E83",
  18. "selectedColor": "#00f",
  19. "backgroundColor": "#ffffff",
  20. "borderStyle": "black",
  21. "height": "50px",
  22. "fontSize": "10px",
  23. "iconWidth": "24px",
  24. "spacing": "3px",
  25. "list": [
  26. {
  27. "pagePath": "pages/index/index",
  28. "iconPath": "static/tab-icons/extui.png",
  29. "selectedIconPath": "static/tab-icons/extuiHL.png",
  30. "text": "首页"
  31. },
  32. {
  33. "pagePath": "pages/throughout/index",
  34. "iconPath": "static/tab-icons/template.png",
  35. "selectedIconPath": "static/tab-icons/templateHL.png",
  36. "text": "通屏"
  37. }
  38. ]
  39. },
  40. "pages": [
  41. {
  42. "path": "pages/index/index",
  43. "type": "home",
  44. "style": {
  45. "navigationBarTitleText": "首页"
  46. }
  47. },
  48. {
  49. "path": "pages/demo/clock",
  50. "type": "page",
  51. "style": {
  52. "navigationBarTitleText": "动态时钟"
  53. }
  54. },
  55. {
  56. "path": "pages/demo/lottery",
  57. "type": "page",
  58. "style": {
  59. "navigationBarTitleText": "九宫格抽奖"
  60. }
  61. },
  62. {
  63. "path": "pages/demo/lottery2",
  64. "type": "page",
  65. "style": {
  66. "navigationBarTitleText": "大转盘抽奖"
  67. }
  68. },
  69. {
  70. "path": "pages/login/login",
  71. "type": "page",
  72. "style": {
  73. "navigationBarTitleText": "登录"
  74. }
  75. },
  76. {
  77. "path": "pages/lottery/nine-grid",
  78. "type": "page"
  79. },
  80. {
  81. "path": "pages/my/index",
  82. "type": "page",
  83. "style": {
  84. "navigationBarTitleText": "我的"
  85. }
  86. },
  87. {
  88. "path": "pages/throughout/index",
  89. "type": "page",
  90. "style": {
  91. "navigationBarTitleText": "通屏+下拉刷新+自定义导航栏",
  92. "enablePullDownRefresh": true,
  93. "backgroundColor": "#23c09c",
  94. "app-plus": {
  95. "titleNView": {
  96. "type": "transparent"
  97. }
  98. },
  99. "mp-weixin": {
  100. "navigationStyle": "custom"
  101. }
  102. }
  103. },
  104. {
  105. "path": "pages/index/demo/component-auto-import",
  106. "type": "page",
  107. "style": {
  108. "navigationBarTitleText": "easycom 自动导入"
  109. }
  110. },
  111. {
  112. "path": "pages/index/demo/mp-weixin-share",
  113. "type": "page",
  114. "style": {
  115. "navigationBarTitleText": "微信分享"
  116. }
  117. },
  118. {
  119. "path": "pages/index/demo/navbar",
  120. "type": "page",
  121. "style": {
  122. "navigationBarTitleText": "自定义导航栏",
  123. "navigationStyle": "custom"
  124. }
  125. },
  126. {
  127. "path": "pages/index/demo/pages-auto-import",
  128. "type": "page",
  129. "style": {
  130. "navigationBarTitleText": "pages 自动导入"
  131. }
  132. },
  133. {
  134. "path": "pages/index/demo/pinia",
  135. "type": "page",
  136. "style": {
  137. "navigationBarTitleText": "pinia+持久化"
  138. }
  139. },
  140. {
  141. "path": "pages/index/demo/request",
  142. "type": "page",
  143. "style": {
  144. "navigationBarTitleText": "request请求+请求拦截"
  145. }
  146. },
  147. {
  148. "path": "pages/index/demo/throughout",
  149. "type": "page",
  150. "style": {
  151. "navigationBarTitleText": "通屏+下拉刷新+自定义导航栏",
  152. "enablePullDownRefresh": false,
  153. "backgroundColor": "#23c09c",
  154. "app-plus": {
  155. "titleNView": {
  156. "type": "transparent"
  157. }
  158. },
  159. "mp-weixin": {
  160. "navigationStyle": "custom"
  161. }
  162. }
  163. },
  164. {
  165. "path": "pages/index/demo/uni-ui-icons",
  166. "type": "page",
  167. "style": {
  168. "navigationBarTitleText": "UniUI Icons 使用"
  169. }
  170. },
  171. {
  172. "path": "pages/index/demo/uni-ui",
  173. "type": "page",
  174. "style": {
  175. "navigationBarTitleText": "UniUI 使用"
  176. }
  177. },
  178. {
  179. "path": "pages/index/demo/unocss-icons",
  180. "type": "page",
  181. "style": {
  182. "navigationBarTitleText": "UnoCss Icons 使用"
  183. }
  184. },
  185. {
  186. "path": "pages/index/demo/unocss",
  187. "type": "page",
  188. "style": {
  189. "navigationBarTitleText": "UnoCss 使用"
  190. }
  191. }
  192. ],
  193. "subPackages": []
  194. }