pages.json 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525
  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/coupon/coupon",
  342. "style": {}
  343. }, {
  344. "path": "pages/coupon/creatcoupon",
  345. "style": {}
  346. }, {
  347. "path": "pages/coupon/activity",
  348. "style": {}
  349. }, {
  350. "path": "pages/coupon/storeUsers",
  351. "style": {}
  352. }, {
  353. "path": "pages/coupon/creatReduction",
  354. "style": {}
  355. }, {
  356. "path": "pages/coupon/creatDiscount",
  357. "style": {}
  358. }, {
  359. "path": "pages/coupon/couponDetail",
  360. "style": {}
  361. },
  362. {
  363. "path": "pages/coupon/usersList",
  364. "style": {}
  365. }, {
  366. "path": "pages/financial/management",
  367. "style": {}
  368. }, {
  369. "path": "pages/financial/recharge",
  370. "style": {}
  371. }, {
  372. "path": "pages/financial/buyBean",
  373. "style": {}
  374. }, {
  375. "path": "pages/financial/buyPoints",
  376. "style": {}
  377. }, {
  378. "path": "pages/financial/balanceBill",
  379. "style": {}
  380. }, {
  381. "path": "pages/financial/balancePonts",
  382. "style": {}
  383. }, {
  384. "path": "pages/financial/balanceBean",
  385. "style": {}
  386. }, {
  387. "path": "pages/product/creatStandard",
  388. "style": {}
  389. }, {
  390. "path": "pages/download/index",
  391. "style": {}
  392. },
  393. {
  394. "path": "pages/groupMeal/goods/index",
  395. "style": {}
  396. },
  397. {
  398. "path": "pages/groupMeal/goods/list",
  399. "style": {}
  400. },
  401. {
  402. "path": "pages/groupMeal/goods/form-step1",
  403. "style": {}
  404. },
  405. {
  406. "path": "pages/groupMeal/goods/form-step2",
  407. "style": {}
  408. },
  409. {
  410. "path": "pages/groupMeal/orders/order-alist",
  411. "style": {}
  412. },
  413. {
  414. "path": "pages/groupMeal/orders/order-blist",
  415. "style": {}
  416. },
  417. {
  418. "path": "pages/groupMeal/orders/order-details",
  419. "style": {}
  420. },
  421. {
  422. "path": "pages/groupMeal/orders/refund",
  423. "style": {}
  424. },
  425. {
  426. "path": "pages/groupMeal/users/index",
  427. "style": {}
  428. },
  429. {
  430. "path": "pages/groupMeal/users/settings",
  431. "style": {}
  432. },
  433. {
  434. "path": "pages/groupMeal/users/withdrawal",
  435. "style": {}
  436. },
  437. {
  438. "path": "pages/groupMeal/users/bankCard-list",
  439. "style": {}
  440. },
  441. {
  442. "path": "pages/groupMeal/users/bankCard-edit",
  443. "style": {}
  444. },
  445. {
  446. "path": "pages/groupMeal/users/team-member",
  447. "style": {}
  448. },
  449. // 广告---------------
  450. {
  451. "path": "pages/adManagement/adlist",
  452. "style": {
  453. "navigationBarTitleText": "广告列表"
  454. }
  455. },
  456. {
  457. "path": "pages/adManagement/createFullscreenAd",
  458. "style": {
  459. "navigationBarTitleText": "广告创建"
  460. }
  461. },
  462. {
  463. "path": "pages/adManagement/fullscreenAdDetails",
  464. "style": {
  465. "navigationBarTitleText": "广告详情"
  466. }
  467. }
  468. ],
  469. "globalStyle": {
  470. "mp-alipay": {
  471. /* 支付宝小程序特有相关 */
  472. "transparentTitle": "always",
  473. "allowsBounceVertical": "NO"
  474. },
  475. "navigationBarBackgroundColor": "#0081ff",
  476. "navigationBarTitleText": "JEECG BOOT",
  477. "navigationStyle": "custom",
  478. "navigationBarTextStyle": "black"
  479. },
  480. "tabBar": {
  481. "color": "#ADB4B8",
  482. "selectedColor": "#333333",
  483. "backgroundColor": "#FFFFFF",
  484. "list": [{
  485. "text": "首页",
  486. "pagePath": "pages/index/index",
  487. "iconPath": "static/tabbar/index_tab.png",
  488. "selectedIconPath": "static/tabbar/index_select_tab.png"
  489. },
  490. {
  491. "text": "订单",
  492. "pagePath": "pages/order/index",
  493. "iconPath": "static/tabbar/order_tab.png",
  494. "selectedIconPath": "static/tabbar/order_select_tab.png"
  495. }
  496. // {
  497. // "text": "消息",
  498. // "pagePath": "pages/message/message",
  499. // "iconPath": "static/tabbar/msg_tab.png",
  500. // "selectedIconPath": "static/tabbar/msg_select_tab.png"
  501. // },
  502. // {
  503. // "text": "设置",
  504. // "pagePath": "pages/my/my",
  505. // "iconPath": "static/tabbar/set_tab.png",
  506. // "selectedIconPath": "static/tabbar/set_select_tab.png"
  507. // }
  508. ]
  509. },
  510. "usingComponts": true,
  511. "condition": { //模式配置,仅开发期间生效
  512. "current": 0, //当前激活的模式(list 的索引项)
  513. "list": [{
  514. "name": "表单", //模式名称
  515. "path": "pages/index/index", //启动页面
  516. "query": "" //启动参数
  517. }]
  518. }
  519. }