pages.json 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  6. }
  7. },
  8. "pages": [
  9. //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  10. {
  11. "path": "pages/login/login",
  12. "style": {}
  13. },{
  14. "path": "pages/login/mimi",
  15. "style": {}
  16. }, {
  17. "path": "pages/login/xieyi",
  18. "style": {}
  19. }, {
  20. "path": "pages/login/register",
  21. "style": {}
  22. },
  23. {
  24. "path": "pages/login/resetpassword",
  25. "style": {}
  26. },{
  27. "path": "pages/login/settled",
  28. "style": {}
  29. }, {
  30. "path": "pages/login/loginOauth2",
  31. "style": {}
  32. },
  33. {
  34. "path": "pages/index/index",
  35. "style": {}
  36. },
  37. {
  38. "path": "pages/order/index",
  39. "style": {}
  40. },
  41. {
  42. "path": "pages/order/details",
  43. "style": {}
  44. },
  45. {
  46. "path": "pages/index/full",
  47. "style": {}
  48. },
  49. {
  50. "path": "pages/index/shop",
  51. "style": {}
  52. },
  53. {
  54. "path": "pages/product/index",
  55. "style": {}
  56. },
  57. {
  58. "path": "pages/product/search",
  59. "style": {}
  60. },
  61. {
  62. "path": "pages/product/details",
  63. "style": {}
  64. },
  65. {
  66. "path": "pages/product/creatProduct",
  67. "style": {}
  68. },
  69. {
  70. "path": "pages/product/group",
  71. "style": {}
  72. },
  73. {
  74. "path": "pages/product/usable",
  75. "style": {}
  76. },
  77. {
  78. "path": "pages/product/rule",
  79. "style": {}
  80. },
  81. {
  82. "path": "pages/evaluate/evaluate",
  83. "style": {}
  84. },
  85. {
  86. "path": "pages/scan/scan",
  87. "style": {
  88. "app-plus":{
  89. "titleNView":false
  90. }
  91. }
  92. },
  93. {
  94. "path": "pages/scan/manual",
  95. "style": {}
  96. },
  97. {
  98. "path": "pages/scan/details",
  99. "style": {}
  100. },
  101. {
  102. "path": "pages/scan/record",
  103. "style": {}
  104. },
  105. {
  106. "path": "pages/basics/layout",
  107. "style": {}
  108. },
  109. {
  110. "path": "pages/basics/background",
  111. "style": {}
  112. },
  113. {
  114. "path": "pages/basics/text",
  115. "style": {}
  116. },
  117. {
  118. "path": "pages/basics/icon",
  119. "style": {}
  120. },
  121. {
  122. "path": "pages/basics/button",
  123. "style": {}
  124. },
  125. {
  126. "path": "pages/basics/design",
  127. "style": {}
  128. },
  129. {
  130. "path": "pages/basics/tag",
  131. "style": {}
  132. },
  133. {
  134. "path": "pages/basics/avatar",
  135. "style": {}
  136. },
  137. {
  138. "path": "pages/basics/progress",
  139. "style": {}
  140. },
  141. {
  142. "path": "pages/basics/shadow",
  143. "style": {}
  144. },
  145. {
  146. "path": "pages/basics/loading",
  147. "style": {}
  148. },
  149. {
  150. "path": "pages/component/bar",
  151. "style": {}
  152. },
  153. {
  154. "path": "pages/component/nav",
  155. "style": {}
  156. },
  157. {
  158. "path": "pages/component/list",
  159. "style": {}
  160. },
  161. {
  162. "path": "pages/component/card",
  163. "style": {}
  164. },
  165. {
  166. "path": "pages/component/form",
  167. "style": {}
  168. },
  169. {
  170. "path": "pages/component/timeline",
  171. "style": {}
  172. },
  173. {
  174. "path": "pages/component/chat",
  175. "style": {}
  176. },
  177. {
  178. "path": "pages/component/swiper",
  179. "style": {}
  180. },
  181. {
  182. "path": "pages/component/modal",
  183. "style": {}
  184. },
  185. {
  186. "path": "pages/component/steps",
  187. "style": {}
  188. }, {
  189. "path": "pages/plugin/indexes",
  190. "style": {}
  191. }, {
  192. "path": "pages/plugin/animation",
  193. "style": {}
  194. }, {
  195. "path": "pages/plugin/drawer",
  196. "style": {}
  197. }, {
  198. "path": "pages/plugin/verticalnav",
  199. "style": {}
  200. }, {
  201. "path": "pages/home/home",
  202. "style": {}
  203. }, {
  204. "path": "pages/user/userexit",
  205. "style": {}
  206. }, {
  207. "path": "pages/user/userdetail",
  208. "style": {}
  209. }, {
  210. "path": "pages/user/useredit",
  211. "style": {}
  212. }, {
  213. "path": "pages/user/people",
  214. "style": {}
  215. }, {
  216. "path": "pages/common/exit",
  217. "style": {}
  218. }, {
  219. "path": "pages/common/success",
  220. "style": {}
  221. }, {
  222. "path": "pages/user/location",
  223. "style": {},
  224. "permission": {
  225. "scope.userLocation": {
  226. "desc": "你的位置信息将用于小程序位置接口的效果展示" // 高速公路行驶持续后台定位
  227. }
  228. }
  229. }, {
  230. "path": "pages/addressbook/address-book",
  231. "style": {}
  232. }, {
  233. "path": "pages/addressbook/level-address-book",
  234. "style": {}
  235. },
  236. {
  237. "path": "pages/addressbook/member",
  238. "style": {}
  239. }, {
  240. "path": "pages/addressbook/address-detail",
  241. "style": {}
  242. }, {
  243. "path": "pages/annotation/annotationList",
  244. "style": {
  245. "app-plus": {
  246. "bounce": "none" //删除此项: mescroll-body支持iOS回弹
  247. }
  248. }
  249. }, {
  250. "path": "pages/annotation/annotationDetail",
  251. "style": {}
  252. }, {
  253. "path": "pages/common/helloWorld",
  254. "style": {}
  255. },{
  256. "path": "pages/store/settings",
  257. "style": {}
  258. },{
  259. "path": "pages/login/map",
  260. "style": {}
  261. },{
  262. "path": "pages/login/aMap",
  263. "style": {}
  264. },{
  265. "path": "pages/store/brandMessage",
  266. "style": {}
  267. },{
  268. "path": "pages/store/businessInfor",
  269. "style": {}
  270. },{
  271. "path": "pages/store/businessQua",
  272. "style": {}
  273. },{
  274. "path": "pages/store/addHours",
  275. "style": {}
  276. }
  277. ],
  278. "globalStyle": {
  279. "mp-alipay": {
  280. /* 支付宝小程序特有相关 */
  281. "transparentTitle": "always",
  282. "allowsBounceVertical": "NO"
  283. },
  284. "navigationBarBackgroundColor": "#0081ff",
  285. "navigationBarTitleText": "JEECG BOOT",
  286. "navigationStyle": "custom",
  287. "navigationBarTextStyle": "white"
  288. },
  289. "tabBar": {
  290. "color": "#ADB4B8",
  291. "selectedColor": "#333333",
  292. "backgroundColor": "#FFFFFF",
  293. "list": [{
  294. "text": "首页",
  295. "pagePath": "pages/index/index",
  296. "iconPath": "static/tabbar/index_tab.png",
  297. "selectedIconPath": "static/tabbar/index_select_tab.png"
  298. },
  299. {
  300. "text": "订单",
  301. "pagePath": "pages/order/index",
  302. "iconPath": "static/tabbar/order_tab.png",
  303. "selectedIconPath": "static/tabbar/order_select_tab.png"
  304. },
  305. {
  306. "text": "消息",
  307. "pagePath": "pages/identify/identify",
  308. "iconPath": "static/tabbar/msg_tab.png",
  309. "selectedIconPath": "static/tabbar/msg_select_tab.png"
  310. },
  311. {
  312. "text": "设置",
  313. "pagePath": "pages/my/my",
  314. "iconPath": "static/tabbar/set_tab.png",
  315. "selectedIconPath": "static/tabbar/set_select_tab.png"
  316. }
  317. ]
  318. },
  319. "usingComponts": true,
  320. "condition": { //模式配置,仅开发期间生效
  321. "current": 0, //当前激活的模式(list 的索引项)
  322. "list": [{
  323. "name": "表单", //模式名称
  324. "path": "pages/index/index", //启动页面
  325. "query": "" //启动参数
  326. }]
  327. }
  328. }