pages.json 9.6 KB

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