pages.json 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760
  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/finance/index",
  79. "style": {
  80. "navigationBarTitleText": "财务",
  81. "navigationStyle": "custom"
  82. }
  83. },
  84. {
  85. "path": "pages/finance/balance",
  86. "style": {
  87. "navigationBarTitleText": "账户余额",
  88. "navigationStyle": "custom"
  89. }
  90. },
  91. {
  92. "path": "pages/finance/accountRecord",
  93. "style": {
  94. "navigationBarTitleText": "账户明细",
  95. "navigationStyle": "custom"
  96. }
  97. },
  98. {
  99. "path": "pages/finance/withdrawal",
  100. "style": {
  101. "navigationBarTitleText": "提现",
  102. "navigationStyle": "custom"
  103. }
  104. },
  105. {
  106. "path": "pages/finance/submitted",
  107. "style": {
  108. "navigationBarTitleText": "已提交",
  109. "navigationStyle": "custom"
  110. }
  111. },
  112. {
  113. "path": "pages/finance/settlementDetails",
  114. "style": {
  115. "navigationBarTitleText": "结算详情",
  116. "navigationStyle": "custom"
  117. }
  118. },
  119. {
  120. "path": "pages/finance/SeverDetails",
  121. "style": {
  122. "navigationBarTitleText": "结算详情",
  123. "navigationStyle": "custom"
  124. }
  125. },
  126. {
  127. "path": "pages/finance/groupMealDetails",
  128. "style": {
  129. "navigationBarTitleText": "团餐结算详情",
  130. "navigationStyle": "custom"
  131. }
  132. },
  133. {
  134. "path": "pages/finance/orderDetails",
  135. "style": {
  136. "navigationBarTitleText": "订单详情",
  137. "navigationStyle": "custom"
  138. }
  139. },
  140. {
  141. "path": "pages/finance/withdrawalDetails",
  142. "style": {
  143. "navigationBarTitleText": "提现详情",
  144. "navigationStyle": "custom"
  145. }
  146. },
  147. {
  148. "path": "pages/index/full",
  149. "style": {}
  150. },
  151. {
  152. "path": "pages/index/shop",
  153. "style": {}
  154. },
  155. {
  156. "path": "pages/product/index",
  157. "style": {}
  158. },
  159. {
  160. "path": "pages/product/search",
  161. "style": {}
  162. },
  163. {
  164. "path": "pages/product/details",
  165. "style": {}
  166. },
  167. {
  168. "path": "pages/product/creatProduct",
  169. "style": {}
  170. },
  171. {
  172. "path": "pages/product/group",
  173. "style": {}
  174. },
  175. {
  176. "path": "pages/product/usable",
  177. "style": {}
  178. },
  179. {
  180. "path": "pages/product/rule",
  181. "style": {}
  182. },
  183. {
  184. "path": "pages/product/checkMap",
  185. "style": {}
  186. },
  187. {
  188. "path": "pages/product/checkTdMap",
  189. "style": {}
  190. },
  191. {
  192. "path": "pages/product/salesUser",
  193. "style": {}
  194. },
  195. {
  196. "path": "pages/evaluate/evaluate",
  197. "style": {
  198. "app-plus": {
  199. "bounce": "none" // 取消APP端iOS回弹,避免与下拉刷新冲突 (可统一配在 'globalStyle')
  200. }
  201. }
  202. },
  203. {
  204. "path": "pages/scan/scan",
  205. "style": {
  206. "app-plus": {
  207. "titleNView": false
  208. }
  209. }
  210. },
  211. {
  212. "path": "pages/scan/manual",
  213. "style": {}
  214. },
  215. {
  216. "path": "pages/scan/details",
  217. "style": {}
  218. },
  219. {
  220. "path": "pages/scan/record",
  221. "style": {}
  222. },
  223. {
  224. "path": "pages/scan/check",
  225. "style": {}
  226. },
  227. {
  228. "path": "pages/basics/layout",
  229. "style": {}
  230. },
  231. {
  232. "path": "pages/basics/background",
  233. "style": {}
  234. },
  235. {
  236. "path": "pages/basics/text",
  237. "style": {}
  238. },
  239. {
  240. "path": "pages/basics/icon",
  241. "style": {}
  242. },
  243. {
  244. "path": "pages/basics/button",
  245. "style": {}
  246. },
  247. {
  248. "path": "pages/basics/design",
  249. "style": {}
  250. },
  251. {
  252. "path": "pages/basics/tag",
  253. "style": {}
  254. },
  255. {
  256. "path": "pages/basics/avatar",
  257. "style": {}
  258. },
  259. {
  260. "path": "pages/basics/progress",
  261. "style": {}
  262. },
  263. {
  264. "path": "pages/basics/shadow",
  265. "style": {}
  266. },
  267. {
  268. "path": "pages/basics/loading",
  269. "style": {}
  270. },
  271. {
  272. "path": "pages/component/bar",
  273. "style": {}
  274. },
  275. {
  276. "path": "pages/component/nav",
  277. "style": {}
  278. },
  279. {
  280. "path": "pages/component/list",
  281. "style": {}
  282. },
  283. {
  284. "path": "pages/component/card",
  285. "style": {}
  286. },
  287. {
  288. "path": "pages/component/form",
  289. "style": {}
  290. },
  291. {
  292. "path": "pages/component/timeline",
  293. "style": {}
  294. },
  295. {
  296. "path": "pages/component/chat",
  297. "style": {}
  298. },
  299. {
  300. "path": "pages/component/swiper",
  301. "style": {}
  302. },
  303. {
  304. "path": "pages/component/modal",
  305. "style": {}
  306. },
  307. {
  308. "path": "pages/component/steps",
  309. "style": {}
  310. }, {
  311. "path": "pages/plugin/indexes",
  312. "style": {}
  313. }, {
  314. "path": "pages/plugin/animation",
  315. "style": {}
  316. }, {
  317. "path": "pages/plugin/drawer",
  318. "style": {}
  319. }, {
  320. "path": "pages/plugin/verticalnav",
  321. "style": {}
  322. }, {
  323. "path": "pages/home/home",
  324. "style": {}
  325. }, {
  326. "path": "pages/user/userexit",
  327. "style": {}
  328. }, {
  329. "path": "pages/user/userdetail",
  330. "style": {}
  331. }, {
  332. "path": "pages/user/useredit",
  333. "style": {}
  334. }, {
  335. "path": "pages/user/people",
  336. "style": {}
  337. }, {
  338. "path": "pages/common/exit",
  339. "style": {}
  340. }, {
  341. "path": "pages/common/success",
  342. "style": {}
  343. }, {
  344. "path": "pages/user/location",
  345. "style": {},
  346. "permission": {
  347. "scope.userLocation": {
  348. "desc": "你的位置信息将用于小程序位置接口的效果展示" // 高速公路行驶持续后台定位
  349. }
  350. }
  351. }, {
  352. "path": "pages/addressbook/address-book",
  353. "style": {}
  354. }, {
  355. "path": "pages/addressbook/level-address-book",
  356. "style": {}
  357. },
  358. {
  359. "path": "pages/addressbook/member",
  360. "style": {}
  361. }, {
  362. "path": "pages/addressbook/address-detail",
  363. "style": {}
  364. }, {
  365. "path": "pages/annotation/annotationList",
  366. "style": {
  367. "app-plus": {
  368. "bounce": "none" //删除此项: mescroll-body支持iOS回弹
  369. }
  370. }
  371. }, {
  372. "path": "pages/annotation/annotationDetail",
  373. "style": {}
  374. }, {
  375. "path": "pages/common/helloWorld",
  376. "style": {}
  377. }, {
  378. "path": "pages/store/settings",
  379. "style": {}
  380. }, {
  381. "path": "pages/login/map",
  382. "style": {}
  383. }, {
  384. "path": "pages/login/aMap",
  385. "style": {}
  386. }, {
  387. "path": "pages/store/brandMessage",
  388. "style": {}
  389. }, {
  390. "path": "pages/store/businessInfor",
  391. "style": {}
  392. }, {
  393. "path": "pages/store/otherSet",
  394. "style": {}
  395. }, {
  396. "path": "pages/store/businessQua",
  397. "style": {}
  398. }, {
  399. "path": "pages/store/advertising",
  400. "style": {}
  401. }, {
  402. "path": "pages/store/headPhoto",
  403. "style": {}
  404. }, {
  405. "path": "pages/store/addHours",
  406. "style": {}
  407. },
  408. {
  409. "path": "pages/store/editStore",
  410. "style": {}
  411. }, {
  412. "path": "pages/store/examine",
  413. "style": {}
  414. }, {
  415. "path": "pages/store/selectTdMap",
  416. "style": {}
  417. }, {
  418. "path": "pages/coupon/coupon",
  419. "style": {}
  420. }, {
  421. "path": "pages/coupon/creatcoupon",
  422. "style": {}
  423. }, {
  424. "path": "pages/coupon/activity",
  425. "style": {}
  426. }, {
  427. "path": "pages/coupon/storeUsers",
  428. "style": {}
  429. }, {
  430. "path": "pages/coupon/creatReduction",
  431. "style": {}
  432. }, {
  433. "path": "pages/coupon/creatDiscount",
  434. "style": {}
  435. }, {
  436. "path": "pages/coupon/couponDetail",
  437. "style": {}
  438. },
  439. {
  440. "path": "pages/coupon/usersList",
  441. "style": {}
  442. }, {
  443. "path": "pages/financial/management",
  444. "style": {}
  445. }, {
  446. "path": "pages/financial/recharge",
  447. "style": {}
  448. }, {
  449. "path": "pages/financial/buyBean",
  450. "style": {}
  451. }, {
  452. "path": "pages/financial/buyPoints",
  453. "style": {}
  454. }, {
  455. "path": "pages/financial/balanceBill",
  456. "style": {}
  457. }, {
  458. "path": "pages/financial/balancePonts",
  459. "style": {}
  460. }, {
  461. "path": "pages/financial/balanceBean",
  462. "style": {}
  463. }, {
  464. "path": "pages/product/creatStandard",
  465. "style": {}
  466. }, {
  467. "path": "pages/download/index",
  468. "style": {}
  469. },
  470. {
  471. "path": "pages/groupMeal/goods/index",
  472. "style": {}
  473. },
  474. {
  475. "path": "pages/groupMeal/goods/list",
  476. "style": {}
  477. },
  478. {
  479. "path": "pages/groupMeal/goods/form-step1",
  480. "style": {}
  481. },
  482. {
  483. "path": "pages/groupMeal/goods/form-day",
  484. "style": {}
  485. },
  486. {
  487. "path": "pages/groupMeal/goods/form-step2",
  488. "style": {}
  489. },
  490. {
  491. "path": "pages/groupMeal/orders/order-alist",
  492. "style": {}
  493. },
  494. {
  495. "path": "pages/groupMeal/orders/order-blist",
  496. "style": {}
  497. },
  498. {
  499. "path": "pages/groupMeal/orders/order-details",
  500. "style": {}
  501. },
  502. {
  503. "path": "pages/groupMeal/orders/refund",
  504. "style": {}
  505. },
  506. {
  507. "path": "pages/groupMeal/users/index",
  508. "style": {}
  509. },
  510. {
  511. "path": "pages/groupMeal/users/settings",
  512. "style": {}
  513. },
  514. {
  515. "path": "pages/groupMeal/users/withdrawal",
  516. "style": {}
  517. },
  518. {
  519. "path": "pages/groupMeal/users/bankCard-list",
  520. "style": {}
  521. },
  522. {
  523. "path": "pages/groupMeal/users/bankCard-edit",
  524. "style": {}
  525. },
  526. {
  527. "path": "pages/groupMeal/users/team-member",
  528. "style": {}
  529. },
  530. {
  531. "path": "pages/message/message",
  532. "style": {
  533. "navigationBarTitleText": "消息"
  534. }
  535. },
  536. {
  537. "path": "pages/message/details",
  538. "style": {
  539. "navigationBarTitleText": "消息详情"
  540. }
  541. },
  542. // 广告---------------
  543. {
  544. "path": "pages/adManagement/adlist",
  545. "style": {
  546. "navigationBarTitleText": "广告列表"
  547. }
  548. },
  549. {
  550. "path": "pages/adManagement/createFullscreenAd",
  551. "style": {
  552. "navigationBarTitleText": "广告创建"
  553. }
  554. },
  555. {
  556. "path": "pages/adManagement/fullscreenAdDetails",
  557. "style": {
  558. "navigationBarTitleText": "广告详情"
  559. }
  560. },
  561. // 储值管理---------------
  562. {
  563. "path": "pages/topUp/index",
  564. "style": {
  565. "navigationBarTitleText": "储值管理"
  566. }
  567. },
  568. {
  569. "path": "pages/topUp/agreement",
  570. "style": {
  571. "navigationBarTitleText": "储值管理"
  572. }
  573. },
  574. {
  575. "path": "pages/topUp/status",
  576. "style": {
  577. "navigationBarTitleText": "储值管理"
  578. }
  579. },
  580. {
  581. "path": "pages/topUp/manage",
  582. "style": {
  583. "navigationBarTitleText": "储值管理"
  584. }
  585. },
  586. {
  587. "path": "pages/topUp/settings",
  588. "style": {
  589. "navigationBarTitleText": "储值设置"
  590. }
  591. },
  592. {
  593. "path": "pages/topUp/shareStore",
  594. "style": {
  595. "navigationBarTitleText": "共享门店"
  596. }
  597. },
  598. {
  599. "path": "pages/topUp/shareStoreAdd",
  600. "style": {
  601. "navigationBarTitleText": "添加共享门店"
  602. }
  603. },
  604. {
  605. "path": "pages/topUp/records",
  606. "style": {
  607. "navigationBarTitleText": "账户明细"
  608. }
  609. },
  610. {
  611. "path": "pages/topUp/recordDetail",
  612. "style": {
  613. "navigationBarTitleText": "明细详情"
  614. }
  615. },
  616. {
  617. "path": "pages/merchantDish/home/index",
  618. "style": {
  619. "navigationBarTitleText": "商户首页"
  620. }
  621. },
  622. {
  623. "path": "pages/merchantDish/dish/list",
  624. "style": {
  625. "navigationBarTitleText": "菜品列表"
  626. }
  627. },
  628. {
  629. "path": "pages/merchantDish/dish/form",
  630. "style": {
  631. "navigationBarTitleText": "新建菜品"
  632. }
  633. },
  634. {
  635. "path": "pages/merchantDish/dish/spec-detail",
  636. "style": {
  637. "navigationBarTitleText": "规格明细"
  638. }
  639. },
  640. {
  641. "path": "pages/merchantDish/dish/sale-time",
  642. "style": {
  643. "navigationBarTitleText": "售卖时间"
  644. }
  645. },
  646. {
  647. "path": "pages/merchantDish/dish/combo",
  648. "style": {
  649. "navigationBarTitleText": "新建套餐"
  650. }
  651. },
  652. {
  653. "path": "pages/merchantDish/apply/index",
  654. "style": {
  655. "navigationBarTitleText": "团餐活动"
  656. }
  657. },
  658. {
  659. "path": "pages/merchantDish/settings/index",
  660. "style": {
  661. "navigationBarTitleText": "团餐设置"
  662. }
  663. },
  664. {
  665. "path": "pages/merchantDish/settings/leader",
  666. "style": {
  667. "navigationBarTitleText": "我的团长"
  668. }
  669. },
  670. {
  671. "path": "pages/merchantDish/settings/box-list",
  672. "style": {
  673. "navigationBarTitleText": "餐盒设置"
  674. }
  675. },
  676. {
  677. "path": "pages/merchantDish/settings/box-form",
  678. "style": {
  679. "navigationBarTitleText": "新建餐盒"
  680. }
  681. },
  682. {
  683. "path": "pages/merchantDish/settings/box-bind",
  684. "style": {
  685. "navigationBarTitleText": "团餐商品列表"
  686. }
  687. },
  688. {
  689. "path": "pages/merchantDish/orders/index",
  690. "style": {
  691. "navigationBarTitleText": "团餐订单"
  692. }
  693. }
  694. ],
  695. "globalStyle": {
  696. "mp-alipay": {
  697. /* 支付宝小程序特有相关 */
  698. "transparentTitle": "always",
  699. "allowsBounceVertical": "NO"
  700. },
  701. "navigationBarBackgroundColor": "#ffffff",
  702. "navigationBarTitleColor": "#333333",
  703. "navigationBarTitleText": "JEECG BOOT",
  704. "navigationStyle": "custom",
  705. "navigationBarTextStyle": "black"
  706. },
  707. "tabBar": {
  708. "color": "#ADB4B8",
  709. "selectedColor": "#333333",
  710. "backgroundColor": "#FFFFFF",
  711. "list": [{
  712. "text": "首页",
  713. "pagePath": "pages/index/index",
  714. "iconPath": "static/tabbar/index_tab.png",
  715. "selectedIconPath": "static/tabbar/index_select_tab.png"
  716. },
  717. {
  718. "text": "订单",
  719. "pagePath": "pages/order/index",
  720. "iconPath": "static/tabbar/order_tab.png",
  721. "selectedIconPath": "static/tabbar/order_select_tab.png"
  722. },
  723. {
  724. "text": "消息",
  725. "pagePath": "pages/message/message",
  726. "iconPath": "static/tabbar/msg_tab.png",
  727. "selectedIconPath": "static/tabbar/msg_select_tab.png"
  728. },
  729. {
  730. "text": "财务",
  731. "pagePath": "pages/finance/index",
  732. "iconPath": "static/tabbar/finance_tab.png",
  733. "selectedIconPath": "static/tabbar/finance_select_tab.png"
  734. }
  735. // {
  736. // "text": "设置",
  737. // "pagePath": "pages/my/my",
  738. // "iconPath": "static/tabbar/set_tab.png",
  739. // "selectedIconPath": "static/tabbar/set_select_tab.png"
  740. // }
  741. ]
  742. },
  743. "usingComponts": true,
  744. "condition": { //模式配置,仅开发期间生效
  745. "current": 0, //当前激活的模式(list 的索引项)
  746. "list": [{
  747. "name": "表单", //模式名称
  748. "path": "pages/index/index", //启动页面
  749. "query": "" //启动参数
  750. }]
  751. }
  752. }