pages.json 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432
  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/order/arriveUpload",
  47. "style": {}
  48. },
  49. {
  50. "path": "pages/order/serviceOrder/orderDetail",
  51. "style": {}
  52. },
  53. {
  54. "path": "pages/order/serviceOrder/live",
  55. "style": {}
  56. },
  57. {
  58. "path": "pages/order/serviceOrder/photo",
  59. "style": {}
  60. },
  61. {
  62. "path": "pages/order/serviceOrder/project",
  63. "style": {}
  64. },
  65. {
  66. "path": "pages/order/serviceOrder/webview",
  67. "style": {}
  68. },
  69. {
  70. "path": "pages/order/record",
  71. "style": {}
  72. },
  73. {
  74. "path": "pages/index/full",
  75. "style": {}
  76. },
  77. {
  78. "path": "pages/index/shop",
  79. "style": {}
  80. },
  81. {
  82. "path": "pages/product/index",
  83. "style": {}
  84. },
  85. {
  86. "path": "pages/product/search",
  87. "style": {}
  88. },
  89. {
  90. "path": "pages/product/details",
  91. "style": {}
  92. },
  93. {
  94. "path": "pages/product/creatProduct",
  95. "style": {}
  96. },
  97. {
  98. "path": "pages/product/group",
  99. "style": {}
  100. },
  101. {
  102. "path": "pages/product/usable",
  103. "style": {}
  104. },
  105. {
  106. "path": "pages/product/rule",
  107. "style": {}
  108. },
  109. {
  110. "path": "pages/product/checkMap",
  111. "style": {}
  112. },
  113. {
  114. "path": "pages/evaluate/evaluate",
  115. "style": {
  116. "app-plus" : {
  117. "bounce" : "none" // 取消APP端iOS回弹,避免与下拉刷新冲突 (可统一配在 'globalStyle')
  118. }
  119. }
  120. },
  121. {
  122. "path": "pages/scan/scan",
  123. "style": {
  124. "app-plus":{
  125. "titleNView":false
  126. }
  127. }
  128. },
  129. {
  130. "path": "pages/scan/manual",
  131. "style": {}
  132. },
  133. {
  134. "path": "pages/scan/details",
  135. "style": {}
  136. },
  137. {
  138. "path": "pages/scan/record",
  139. "style": {}
  140. },
  141. {
  142. "path": "pages/scan/check",
  143. "style": {}
  144. },
  145. {
  146. "path": "pages/basics/layout",
  147. "style": {}
  148. },
  149. {
  150. "path": "pages/basics/background",
  151. "style": {}
  152. },
  153. {
  154. "path": "pages/basics/text",
  155. "style": {}
  156. },
  157. {
  158. "path": "pages/basics/icon",
  159. "style": {}
  160. },
  161. {
  162. "path": "pages/basics/button",
  163. "style": {}
  164. },
  165. {
  166. "path": "pages/basics/design",
  167. "style": {}
  168. },
  169. {
  170. "path": "pages/basics/tag",
  171. "style": {}
  172. },
  173. {
  174. "path": "pages/basics/avatar",
  175. "style": {}
  176. },
  177. {
  178. "path": "pages/basics/progress",
  179. "style": {}
  180. },
  181. {
  182. "path": "pages/basics/shadow",
  183. "style": {}
  184. },
  185. {
  186. "path": "pages/basics/loading",
  187. "style": {}
  188. },
  189. {
  190. "path": "pages/component/bar",
  191. "style": {}
  192. },
  193. {
  194. "path": "pages/component/nav",
  195. "style": {}
  196. },
  197. {
  198. "path": "pages/component/list",
  199. "style": {}
  200. },
  201. {
  202. "path": "pages/component/card",
  203. "style": {}
  204. },
  205. {
  206. "path": "pages/component/form",
  207. "style": {}
  208. },
  209. {
  210. "path": "pages/component/timeline",
  211. "style": {}
  212. },
  213. {
  214. "path": "pages/component/chat",
  215. "style": {}
  216. },
  217. {
  218. "path": "pages/component/swiper",
  219. "style": {}
  220. },
  221. {
  222. "path": "pages/component/modal",
  223. "style": {}
  224. },
  225. {
  226. "path": "pages/component/steps",
  227. "style": {}
  228. }, {
  229. "path": "pages/plugin/indexes",
  230. "style": {}
  231. }, {
  232. "path": "pages/plugin/animation",
  233. "style": {}
  234. }, {
  235. "path": "pages/plugin/drawer",
  236. "style": {}
  237. }, {
  238. "path": "pages/plugin/verticalnav",
  239. "style": {}
  240. }, {
  241. "path": "pages/home/home",
  242. "style": {}
  243. }, {
  244. "path": "pages/user/userexit",
  245. "style": {}
  246. }, {
  247. "path": "pages/user/userdetail",
  248. "style": {}
  249. }, {
  250. "path": "pages/user/useredit",
  251. "style": {}
  252. }, {
  253. "path": "pages/user/people",
  254. "style": {}
  255. }, {
  256. "path": "pages/common/exit",
  257. "style": {}
  258. }, {
  259. "path": "pages/common/success",
  260. "style": {}
  261. }, {
  262. "path": "pages/user/location",
  263. "style": {},
  264. "permission": {
  265. "scope.userLocation": {
  266. "desc": "你的位置信息将用于小程序位置接口的效果展示" // 高速公路行驶持续后台定位
  267. }
  268. }
  269. }, {
  270. "path": "pages/addressbook/address-book",
  271. "style": {}
  272. }, {
  273. "path": "pages/addressbook/level-address-book",
  274. "style": {}
  275. },
  276. {
  277. "path": "pages/addressbook/member",
  278. "style": {}
  279. }, {
  280. "path": "pages/addressbook/address-detail",
  281. "style": {}
  282. }, {
  283. "path": "pages/annotation/annotationList",
  284. "style": {
  285. "app-plus": {
  286. "bounce": "none" //删除此项: mescroll-body支持iOS回弹
  287. }
  288. }
  289. }, {
  290. "path": "pages/annotation/annotationDetail",
  291. "style": {}
  292. }, {
  293. "path": "pages/common/helloWorld",
  294. "style": {}
  295. },{
  296. "path": "pages/store/settings",
  297. "style": {}
  298. },{
  299. "path": "pages/login/map",
  300. "style": {}
  301. },{
  302. "path": "pages/login/aMap",
  303. "style": {}
  304. },{
  305. "path": "pages/store/brandMessage",
  306. "style": {}
  307. },{
  308. "path": "pages/store/businessInfor",
  309. "style": {}
  310. },{
  311. "path": "pages/store/businessQua",
  312. "style": {}
  313. },{
  314. "path": "pages/store/addHours",
  315. "style": {}
  316. },
  317. {
  318. "path": "pages/store/editStore",
  319. "style": {}
  320. },{
  321. "path": "pages/store/examine",
  322. "style": {}
  323. }
  324. ,{
  325. "path": "pages/coupon/coupon",
  326. "style": {}
  327. },{
  328. "path": "pages/coupon/creatcoupon",
  329. "style": {}
  330. },{
  331. "path": "pages/coupon/activity",
  332. "style": {}
  333. },{
  334. "path": "pages/coupon/storeUsers",
  335. "style": {}
  336. },{
  337. "path": "pages/coupon/creatReduction",
  338. "style": {}
  339. },{
  340. "path": "pages/coupon/creatDiscount",
  341. "style": {}
  342. },{
  343. "path": "pages/coupon/couponDetail",
  344. "style": {}
  345. },
  346. {
  347. "path": "pages/coupon/usersList",
  348. "style": {}
  349. },{
  350. "path": "pages/financial/management",
  351. "style": {}
  352. },{
  353. "path": "pages/financial/recharge",
  354. "style": {}
  355. },{
  356. "path": "pages/financial/buyBean",
  357. "style": {}
  358. },{
  359. "path": "pages/financial/buyPoints",
  360. "style": {}
  361. },{
  362. "path": "pages/financial/balanceBill",
  363. "style": {}
  364. },{
  365. "path": "pages/financial/balancePonts",
  366. "style": {}
  367. },{
  368. "path": "pages/financial/balanceBean",
  369. "style": {}
  370. },{
  371. "path": "pages/product/creatStandard",
  372. "style": {}
  373. },{
  374. "path": "pages/download/index",
  375. "style": {}
  376. }
  377. ],
  378. "globalStyle": {
  379. "mp-alipay": {
  380. /* 支付宝小程序特有相关 */
  381. "transparentTitle": "always",
  382. "allowsBounceVertical": "NO"
  383. },
  384. "navigationBarBackgroundColor": "#0081ff",
  385. "navigationBarTitleText": "JEECG BOOT",
  386. "navigationStyle": "custom",
  387. "navigationBarTextStyle": "white"
  388. },
  389. "tabBar": {
  390. "color": "#ADB4B8",
  391. "selectedColor": "#333333",
  392. "backgroundColor": "#FFFFFF",
  393. "list": [{
  394. "text": "首页",
  395. "pagePath": "pages/index/index",
  396. "iconPath": "static/tabbar/index_tab.png",
  397. "selectedIconPath": "static/tabbar/index_select_tab.png"
  398. },
  399. {
  400. "text": "订单",
  401. "pagePath": "pages/order/index",
  402. "iconPath": "static/tabbar/order_tab.png",
  403. "selectedIconPath": "static/tabbar/order_select_tab.png"
  404. }
  405. // {
  406. // "text": "消息",
  407. // "pagePath": "pages/message/message",
  408. // "iconPath": "static/tabbar/msg_tab.png",
  409. // "selectedIconPath": "static/tabbar/msg_select_tab.png"
  410. // },
  411. // {
  412. // "text": "设置",
  413. // "pagePath": "pages/my/my",
  414. // "iconPath": "static/tabbar/set_tab.png",
  415. // "selectedIconPath": "static/tabbar/set_select_tab.png"
  416. // }
  417. ]
  418. },
  419. "usingComponts": true,
  420. "condition": { //模式配置,仅开发期间生效
  421. "current": 0, //当前激活的模式(list 的索引项)
  422. "list": [{
  423. "name": "表单", //模式名称
  424. "path": "pages/index/index", //启动页面
  425. "query": "" //启动参数
  426. }]
  427. }
  428. }