pages.json 9.2 KB

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