pages.json 6.2 KB

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