pages.json 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [
  6. {
  7. "path": "pages/Home",
  8. "style": {
  9. "navigationStyle": "custom",
  10. "navigationBarTextStyle": "white",
  11. "backgroundColor": "#F2F3F5"
  12. }
  13. },
  14. {
  15. "path": "pages/example/components",
  16. "style": {
  17. "navigationBarTitleText": "组件"
  18. }
  19. },
  20. {
  21. "path": "uview-ui/components/u-avatar-cropper/u-avatar-cropper",
  22. "style": {
  23. "navigationBarTitleText": "头像裁剪",
  24. "navigationBarBackgroundColor": "#000000"
  25. }
  26. },
  27. {
  28. "path": "pages/example/js",
  29. "style": {
  30. "navigationBarTitleText": "工具"
  31. }
  32. },
  33. {
  34. "path": "pages/example/template",
  35. "style": {
  36. "navigationBarTitleText": "模板"
  37. }
  38. },
  39. {
  40. "path": "uview-ui/components/u-full-screen/u-full-screen",
  41. "style": {
  42. "navigationStyle": "custom",
  43. "app-plus": {
  44. "animationType": "fade-in",
  45. "background": "transparent",
  46. "backgroundColor": "rgba(0,0,0,0)",
  47. "popGesture": "none"
  48. }
  49. }
  50. },
  51. {
  52. "path": "pages/Login",
  53. "style": {
  54. "navigationBarTitleText": "",
  55. "navigationStyle": "custom"
  56. }
  57. },
  58. {
  59. "path": "pages/Register",
  60. "style": {
  61. "navigationBarTitleText": "",
  62. "navigationStyle": "custom"
  63. }
  64. },
  65. {
  66. "path": "pages/Authentication",
  67. "style": {
  68. "navigationBarTitleText": "",
  69. "navigationStyle": "custom"
  70. }
  71. },
  72. {
  73. "path": "pages/Addstores",
  74. "style": {
  75. "navigationBarTitleText": "",
  76. "navigationStyle": "custom"
  77. }
  78. },
  79. {
  80. "path": "pages/Addcommodity",
  81. "style": {
  82. "navigationBarTitleText": "",
  83. "navigationStyle": "custom"
  84. }
  85. },
  86. {
  87. "path": "pages/Storeclassification",
  88. "style": {
  89. "navigationBarTitleText": "",
  90. "navigationStyle": "custom"
  91. }
  92. },
  93. {
  94. "path": "pages/Addipc",
  95. "style": {
  96. "navigationBarTitleText": "",
  97. "navigationStyle": "custom"
  98. }
  99. },
  100. {
  101. "path": "pages/Review",
  102. "style": {
  103. "navigationBarTitleText": "",
  104. "navigationStyle": "custom"
  105. }
  106. },
  107. {
  108. "path": "pages/Evaluate",
  109. "style": {
  110. "navigationBarTitleText": "",
  111. "navigationStyle": "custom"
  112. }
  113. },
  114. {
  115. "path": "pages/Applicationshop",
  116. "style": {
  117. "navigationBarTitleText": "",
  118. "navigationStyle": "custom"
  119. }
  120. },
  121. {
  122. "path": "pages/Storesettings",
  123. "style": {
  124. "navigationBarTitleText": "",
  125. "navigationStyle": "custom"
  126. }
  127. },
  128. {
  129. "path": "pages/Storesdetails",
  130. "style": {
  131. "navigationBarTitleText": "",
  132. "navigationStyle": "custom"
  133. }
  134. },
  135. {
  136. "path": "pages/Security",
  137. "style": {
  138. "navigationBarTitleText": "",
  139. "navigationStyle": "custom"
  140. }
  141. },
  142. {
  143. "path": "pages/Modifyphnoe",
  144. "style": {
  145. "navigationBarTitleText": "",
  146. "navigationStyle": "custom"
  147. }
  148. },
  149. {
  150. "path": "pages/Modifypass",
  151. "style": {
  152. "navigationBarTitleText": "",
  153. "navigationStyle": "custom"
  154. }
  155. },
  156. {
  157. "path": "pages/Setup",
  158. "style": {
  159. "navigationBarTitleText": "",
  160. "navigationStyle": "custom"
  161. }
  162. },
  163. {
  164. "path": "pages/Wallet",
  165. "style": {
  166. "navigationBarTitleText": "",
  167. "navigationStyle": "custom"
  168. }
  169. },
  170. {
  171. "path": "pages/Walletdetails",
  172. "style": {
  173. "navigationBarTitleText": "",
  174. "navigationStyle": "custom"
  175. }
  176. },
  177. {
  178. "path": "pages/Standard",
  179. "style": {
  180. "navigationBarTitleText": "",
  181. "navigationStyle": "custom"
  182. }
  183. },
  184. {
  185. "path": "pages/Mine",
  186. "style": {
  187. "navigationBarTitleText": "",
  188. "navigationStyle": "custom"
  189. }
  190. },
  191. {
  192. "path": "pages/News",
  193. "style": {
  194. "navigationBarTitleText": "",
  195. "navigationStyle": "custom"
  196. }
  197. },
  198. {
  199. "path": "pages/Orders",
  200. "style": {
  201. "navigationBarTitleText": "",
  202. "enablePullDownRefresh": false
  203. }
  204. }
  205. ],
  206. "preloadRule": {
  207. "pages/example/components": {
  208. "network": "all",
  209. "packages": ["pages/componentsA", "pages/componentsB", "pages/componentsC"]
  210. }
  211. },
  212. "globalStyle": {
  213. "navigationBarTextStyle": "white",
  214. "navigationBarTitleText": "校园外卖",
  215. "navigationBarBackgroundColor": "#214BBE",
  216. "backgroundColor": "#F2F3F5"
  217. },
  218. "tabBar": {
  219. "color": "#808080",
  220. "selectedColor": "#1A1A1A",
  221. "backgroundColor": "#FFFFFF",
  222. "borderStyle": "black",
  223. "list": [{
  224. "pagePath": "pages/Home",
  225. "iconPath": "static/uview/imgs/tabbar_icon_01.png",
  226. "selectedIconPath": "https://ticket-exchange.oss-cn-hangzhou.aliyuncs.com/image/2021-09-29-12-08-44CDyStOvw.png",
  227. "text": "首页"
  228. },
  229. {
  230. "pagePath": "pages/Orders",
  231. "iconPath": "static/uview/imgs/tabbar_icon_02.png",
  232. "selectedIconPath": "static/uview/imgs/tabbar_icon_02_pre.png",
  233. "text": "订单管理"
  234. },
  235. {
  236. "pagePath": "pages/Mine",
  237. "iconPath": "static/uview/imgs/tabbar_icon_03.png",
  238. "selectedIconPath": "static/uview/imgs/tabbar_icon_03_pre.png",
  239. "text": "我的"
  240. }
  241. ]
  242. },
  243. "condition" : {
  244. "current": 0,
  245. "list": [
  246. {
  247. "name": "",
  248. "path": "",
  249. "query": ""
  250. }
  251. ]
  252. }
  253. }