pages.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617
  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",
  480. "style": {}
  481. },
  482. {
  483. "path": "pages/groupMeal/orders/order-alist",
  484. "style": {}
  485. },
  486. {
  487. "path": "pages/groupMeal/orders/order-blist",
  488. "style": {}
  489. },
  490. {
  491. "path": "pages/groupMeal/orders/order-details",
  492. "style": {}
  493. },
  494. {
  495. "path": "pages/groupMeal/orders/refund",
  496. "style": {}
  497. },
  498. {
  499. "path": "pages/groupMeal/users/index",
  500. "style": {}
  501. },
  502. {
  503. "path": "pages/groupMeal/users/settings",
  504. "style": {}
  505. },
  506. {
  507. "path": "pages/groupMeal/users/withdrawal",
  508. "style": {}
  509. },
  510. {
  511. "path": "pages/groupMeal/users/bankCard-list",
  512. "style": {}
  513. },
  514. {
  515. "path": "pages/groupMeal/users/bankCard-edit",
  516. "style": {}
  517. },
  518. {
  519. "path": "pages/groupMeal/users/team-member",
  520. "style": {}
  521. },
  522. {
  523. "path": "pages/message/message",
  524. "style": {
  525. "navigationBarTitleText": "消息"
  526. }
  527. },
  528. {
  529. "path": "pages/message/details",
  530. "style": {
  531. "navigationBarTitleText": "消息详情"
  532. }
  533. },
  534. // 广告---------------
  535. {
  536. "path": "pages/adManagement/adlist",
  537. "style": {
  538. "navigationBarTitleText": "广告列表"
  539. }
  540. },
  541. {
  542. "path": "pages/adManagement/createFullscreenAd",
  543. "style": {
  544. "navigationBarTitleText": "广告创建"
  545. }
  546. },
  547. {
  548. "path": "pages/adManagement/fullscreenAdDetails",
  549. "style": {
  550. "navigationBarTitleText": "广告详情"
  551. }
  552. }
  553. ],
  554. "globalStyle": {
  555. "mp-alipay": {
  556. /* 支付宝小程序特有相关 */
  557. "transparentTitle": "always",
  558. "allowsBounceVertical": "NO"
  559. },
  560. "navigationBarBackgroundColor": "#ffffff",
  561. "navigationBarTitleColor": "#333333",
  562. "navigationBarTitleText": "JEECG BOOT",
  563. "navigationStyle": "custom",
  564. "navigationBarTextStyle": "black"
  565. },
  566. "tabBar": {
  567. "color": "#ADB4B8",
  568. "selectedColor": "#333333",
  569. "backgroundColor": "#FFFFFF",
  570. "list": [{
  571. "text": "首页",
  572. "pagePath": "pages/index/index",
  573. "iconPath": "static/tabbar/index_tab.png",
  574. "selectedIconPath": "static/tabbar/index_select_tab.png"
  575. },
  576. {
  577. "text": "消息",
  578. "pagePath": "pages/message/message",
  579. "iconPath": "static/tabbar/msg_tab.png",
  580. "selectedIconPath": "static/tabbar/msg_select_tab.png"
  581. },
  582. {
  583. "text": "订单",
  584. "pagePath": "pages/order/index",
  585. "iconPath": "static/tabbar/order_tab.png",
  586. "selectedIconPath": "static/tabbar/order_select_tab.png"
  587. },
  588. {
  589. "text": "财务",
  590. "pagePath": "pages/finance/index",
  591. "iconPath": "static/tabbar/finance_tab.png",
  592. "selectedIconPath": "static/tabbar/finance_select_tab.png"
  593. }
  594. // {
  595. // "text": "设置",
  596. // "pagePath": "pages/my/my",
  597. // "iconPath": "static/tabbar/set_tab.png",
  598. // "selectedIconPath": "static/tabbar/set_select_tab.png"
  599. // }
  600. ]
  601. },
  602. "usingComponts": true,
  603. "condition": { //模式配置,仅开发期间生效
  604. "current": 0, //当前激活的模式(list 的索引项)
  605. "list": [{
  606. "name": "表单", //模式名称
  607. "path": "pages/index/index", //启动页面
  608. "query": "" //启动参数
  609. }]
  610. }
  611. }