多租户商城-商户小程序端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

711 lines
18 KiB

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
1 year ago
2 years ago
1 year ago
2 years ago
1 year ago
2 years ago
1 year ago
2 years ago
1 year ago
2 years ago
2 years ago
1 year ago
2 years ago
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue",
  4. "global-loading": "@/components/diyLoading/index.vue"
  5. },
  6. "pages": [
  7. // pageshttps://uniapp.dcloud.io/collocation/pages
  8. {
  9. "path": "pages/tabbar/index/index",
  10. "style": {
  11. "navigationStyle": "custom"
  12. }
  13. },
  14. {
  15. "path": "pages/tabbar/category/index",
  16. "style": {
  17. "navigationBarTitleText": "%page.classify%"
  18. }
  19. },
  20. {
  21. "path": "pages/tabbar/cart/index",
  22. "style": {
  23. "navigationBarTitleText": "%page.shoppingcart%"
  24. }
  25. },
  26. {
  27. "path": "pages/tabbar/user/index",
  28. "style": {
  29. "navigationBarTitleText": "%page.my%",
  30. "backgroundColor": "#F8F8F8"
  31. }
  32. }
  33. ],
  34. "subpackages": [{
  35. "root": "pages_category_page1",
  36. "pages": [{
  37. "path": "discount/spikeList",
  38. "style": {
  39. "navigationBarTitleText": "%page.secondkillzone%",
  40. "navigationBarBackgroundColor": "#333333",
  41. "backgroundColor": "#333333",
  42. "navigationBarTextStyle": "white"
  43. }
  44. }, {
  45. "path": "discount/groupBuy",
  46. "style": {
  47. "navigationBarTitleText": "%page.groupzone%",
  48. "navigationBarBackgroundColor": "#333333",
  49. "backgroundColor": "#333333",
  50. "navigationBarTextStyle": "white"
  51. }
  52. }, {
  53. "path": "discount/discount",
  54. "style": {
  55. "navigationBarTitleText": "%page.limitedtimediscountsection%",
  56. "navigationBarBackgroundColor": "#333333",
  57. "backgroundColor": "#333333",
  58. "navigationBarTextStyle": "white"
  59. }
  60. },
  61. {
  62. "path": "discount/platformDiscount",
  63. "style": {
  64. "navigationBarTitleText": "%page.limitedtimediscountsection%",
  65. "navigationBarBackgroundColor": "#333333",
  66. "backgroundColor": "#333333",
  67. "navigationBarTextStyle": "white"
  68. }
  69. }, {
  70. "path": "memberCenter/activityList",
  71. "style": {
  72. "navigationBarTitleText": "%page.memberzone%",
  73. "navigationBarBackgroundColor": "#333333",
  74. "backgroundColor": "#333333",
  75. "navigationBarTextStyle": "white"
  76. }
  77. }, {
  78. "path": "integral/index",
  79. "style": {
  80. "navigationBarTitleText": "%page.myintegral%",
  81. "navigationBarBackgroundColor": "#252744",
  82. "backgroundColor": "#252744",
  83. "navigationBarTextStyle": "white"
  84. }
  85. }, {
  86. "path": "integral/exchangeDetail",
  87. "style": {
  88. "navigationBarTitleText": "%page.pointexchange%",
  89. "navigationBarBackgroundColor": "#333333",
  90. "backgroundColor": "#333333",
  91. "navigationBarTextStyle": "white"
  92. }
  93. }, {
  94. "path": "integral/sign",
  95. "style": {
  96. "navigationBarTitleText": "%page.signintoearnpoints%",
  97. "navigationBarBackgroundColor": "#252744",
  98. "backgroundColor": "#252744",
  99. "navigationBarTextStyle": "white"
  100. }
  101. }, {
  102. "path": "coupon/list",
  103. "style": {
  104. "navigationBarTitleText": "%page.coupon%"
  105. }
  106. }, {
  107. "path": "coupon/product",
  108. "style": {
  109. "navigationBarTitleText": "%page.availablegoods%"
  110. }
  111. }, {
  112. "path": "goodsModule/combination",
  113. "style": {
  114. "navigationBarTitleText": "%page.combinationpreference%",
  115. "navigationBarBackgroundColor": "#333333",
  116. "backgroundColor": "#333333",
  117. "navigationBarTextStyle": "white"
  118. }
  119. },
  120. {
  121. "path": "activity",
  122. "style": {
  123. "navigationBarTitleText": "%page.hotrecommendation%",
  124. "enablePullDownRefresh": true
  125. }
  126. },
  127. {
  128. "path": "search/index/index",
  129. "style": {
  130. "navigationBarTitleText": "%page.search%"
  131. }
  132. }, {
  133. "path": "store/index",
  134. "style": {
  135. "navigationStyle": "custom",
  136. "navigationBarBackgroundColor": "#333333",
  137. "backgroundColor": "#333333",
  138. "navigationBarTextStyle": "white"
  139. }
  140. }, {
  141. "path": "goodsModule/goodsList",
  142. "style": {
  143. "navigationBarTitleText": "%page.goodslist%"
  144. }
  145. }, {
  146. "path": "goodsModule/canvasGoods",
  147. "style": {
  148. "navigationBarTitleText": "%page.goodslist%"
  149. }
  150. }, {
  151. "path": "goodsModule/couponShopList",
  152. "style": {
  153. "navigationBarTitleText": "%page.couponlistofavailableitems%"
  154. }
  155. }, {
  156. "path": "goodsModule/goodsDetails",
  157. "style": {
  158. "navigationBarTitleText": "%page.goodsdetail%"
  159. }
  160. }, {
  161. "path": "goodsModule/interactionDiagramDetail",
  162. "style": {
  163. "navigationBarTitleText": "%page.interactiondiagramdetail%"
  164. }
  165. },{
  166. "path": "goodsModule/qADetail",
  167. "style": {
  168. "navigationBarTitleText": "%page.qadetail%"
  169. }
  170. }, {
  171. "path": "goodsModule/answerList",
  172. "style": {
  173. "navigationBarTitleText": "%page.allquestionsandanswers%"
  174. }
  175. }, {
  176. "path": "goodsModule/putQuestions",
  177. "style": {
  178. "navigationBarTitleText": "%page.ask%"
  179. }
  180. }, {
  181. "path": "goodsModule/userEvaluate",
  182. "style": {
  183. "navigationBarTitleText": "%page.myassessment%"
  184. }
  185. }, {
  186. "path": "goodsModule/evaSuccessful",
  187. "style": {
  188. "navigationBarTitleText": "%page.evaluatesuccess%"
  189. }
  190. }, {
  191. "path": "goodsModule/evaluateDetails",
  192. "style": {
  193. "navigationBarTitleText": "%page.evaluationdetails%"
  194. }
  195. }, {
  196. "path": "goodsModule/evaluateList",
  197. "style": {
  198. "navigationBarTitleText": "%page.goodsevaluation%"
  199. }
  200. }, {
  201. "path": "goodsModule/addEvaluate",
  202. "style": {
  203. "navigationBarTitleText": "%page.additionalevaluation%"
  204. }
  205. }, {
  206. "path": "goodsModule/evaluate",
  207. "style": {
  208. "navigationBarTitleText": "%page.evaluate%"
  209. }
  210. },
  211. {
  212. "path": "orderModule/index",
  213. "style": {
  214. "navigationBarTitleText": "%page.ordercenter%"
  215. }
  216. }, {
  217. "path": "orderModule/orderConfirm",
  218. "style": {
  219. "navigationBarTitleText": "%page.purchasegoods%",
  220. "navigationBarBackgroundColor": "#333333",
  221. "backgroundColor": "#333333",
  222. "navigationBarTextStyle": "white"
  223. }
  224. }, {
  225. "path": "orderModule/orderDetails",
  226. "style": {
  227. "navigationBarTitleText": "%page.orderdetail%",
  228. "navigationBarBackgroundColor": "#E5E6F6",
  229. "backgroundColor": "#E5E6F6",
  230. "navigationBarTextStyle": "black"
  231. }
  232. }, {
  233. "path": "orderModule/afterSaleApplyRefund",
  234. "style": {
  235. "navigationBarTitleText": "%page.applyforarefund%"
  236. }
  237. }, {
  238. "path": "orderModule/afterSaleApplyRetund",
  239. "style": {
  240. "navigationBarTitleText": "%page.applyforreturnofgoods%"
  241. }
  242. }, {
  243. "path": "orderModule/afterSaleApply",
  244. "style": {
  245. "navigationBarTitleText": "%page.selectgoods%",
  246. "navigationBarBackgroundColor": "#333333",
  247. "backgroundColor": "#333333",
  248. "navigationBarTextStyle": "white"
  249. }
  250. }, {
  251. "path": "orderModule/platformJoin",
  252. "style": {
  253. "navigationBarTitleText": "%page.platformintervention%"
  254. }
  255. }, {
  256. "path": "orderModule/paySuccessful",
  257. "style": {
  258. "navigationStyle": "custom",
  259. "navigationBarTitleText": "%page.paymentsuccess%"
  260. }
  261. }, {
  262. "path": "orderModule/addLogistics",
  263. "style": {
  264. "navigationBarTitleText": "%page.fillinthereturnlogistics%"
  265. }
  266. }, {
  267. "path": "orderModule/Intervene",
  268. "style": {
  269. "navigationBarTitleText": "%page.platformintervention%"
  270. }
  271. },
  272. {
  273. "path": "distributionModule/index",
  274. "style": {
  275. "navigationBarTitleText": "%page.distributioncenter%",
  276. "navigationBarBackgroundColor": "#333333",
  277. "backgroundColor": "#333333",
  278. "navigationBarTextStyle": "white"
  279. }
  280. }, {
  281. "path": "distributionModule/recruit",
  282. "style": {
  283. "navigationBarTitleText": "%page.distributionclerkrecruitmentorder%",
  284. "navigationBarBackgroundColor": "#E5E6F6",
  285. "backgroundColor": "#E5E6F6",
  286. "navigationBarTextStyle": "black"
  287. }
  288. }, {
  289. "path": "distributionModule/salesIndex",
  290. "style": {
  291. "navigationBarTitleText": "%page.distributioncenter%",
  292. "navigationBarBackgroundColor": "#333333",
  293. "backgroundColor": "#333333",
  294. "navigationBarTextStyle": "white"
  295. }
  296. }, {
  297. "path": "distributionModule/shareProduct",
  298. "style": {
  299. "navigationBarTitleText": "%page.share%"
  300. }
  301. }, {
  302. "path": "distributionModule/totalPersonnel",
  303. "style": {
  304. "navigationBarTitleText": "%page.cumulativedistributor%",
  305. "navigationBarBackgroundColor": "#333333",
  306. "backgroundColor": "#333333",
  307. "navigationBarTextStyle": "white"
  308. }
  309. }, {
  310. "path": "distributionModule/totalAward",
  311. "style": {
  312. "navigationBarTitleText": "%page.cumulativereward%",
  313. "navigationBarBackgroundColor": "#333333",
  314. "backgroundColor": "#333333",
  315. "navigationBarTextStyle": "white"
  316. }
  317. }, {
  318. "path": "distributionModule/totalClient",
  319. "style": {
  320. "navigationBarTitleText": "%page.cumulativecustomer%",
  321. "navigationBarBackgroundColor": "#333333",
  322. "backgroundColor": "#333333",
  323. "navigationBarTextStyle": "white"
  324. }
  325. }, {
  326. "path": "distributionModule/unliquidated",
  327. "style": {
  328. "navigationBarTitleText": "%page.unbilledincentive%",
  329. "navigationBarBackgroundColor": "#333333",
  330. "backgroundColor": "#333333",
  331. "navigationBarTextStyle": "white"
  332. }
  333. }, {
  334. "path": "distributionModule/promotion",
  335. "style": {
  336. "navigationBarTitleText": "%page.promotionshop%",
  337. "navigationBarBackgroundColor": "#333333",
  338. "backgroundColor": "#333333",
  339. "navigationBarTextStyle": "white"
  340. }
  341. },
  342. {
  343. "path": "distributionModule/commodity",
  344. "style": {
  345. "navigationBarTitleText": "%page.promotegoods%"
  346. }
  347. },
  348. {
  349. "path": "distributionModule/distributionOrder",
  350. "style": {
  351. "navigationBarTitleText": "%page.mydistributionorder%"
  352. }
  353. },
  354. {
  355. "path": "distributionModule/invite",
  356. "style": {
  357. "navigationBarTitleText": "%page.invitesubordinates%"
  358. }
  359. }, {
  360. "path": "orderModule/logisticsInfo",
  361. "style": {
  362. "navigationBarTitleText": "%page.logisticsinformation%"
  363. }
  364. }, {
  365. "path": "homeModule/special",
  366. "style": {
  367. "navigationBarTitleText": "%page.thematicclassification%"
  368. }
  369. },
  370. {
  371. "path": "goodsModule/invitePoster",
  372. "style": {
  373. "navigationBarTitleText": "%page.generateinvitationposters%"
  374. }
  375. },
  376. {
  377. "path": "goodsModule/inviteSpell",
  378. "style": {
  379. "navigationBarTitleText": "%page.invitefriendstoorder%",
  380. "enablePullDownRefresh": false,
  381. "navigationBarBackgroundColor": "#333333",
  382. "backgroundColor": "#333333",
  383. "navigationBarTextStyle": "white"
  384. }
  385. },
  386. {
  387. "path": "linkOthers/index",
  388. "style": {
  389. "navigationBarTitleText": "%page.business%",
  390. "enablePullDownRefresh": false
  391. }
  392. },
  393. {
  394. "path": "memberCenter/index",
  395. "style": {
  396. "navigationStyle": "custom",
  397. "navigationBarTextStyle": "white"
  398. }
  399. },
  400. {
  401. "path": "memberCenter/memberSign",
  402. "style": {
  403. "navigationBarTitleText": "%page.membercheckin%",
  404. "navigationBarBackgroundColor": "#333333",
  405. "backgroundColor": "#333333",
  406. "navigationBarTextStyle": "white",
  407. "enablePullDownRefresh": true
  408. }
  409. }
  410. ]
  411. },
  412. {
  413. "root": "pages_category_page2",
  414. "name": "pages_category_page2",
  415. "pages": [{
  416. "path": "userModule/accountLogin",
  417. "style": {
  418. "navigationStyle": "custom",
  419. "navigationBarTextStyle": "white"
  420. }
  421. },
  422. {
  423. "path": "userModule/addAddress",
  424. "style": {
  425. "navigationBarTitleText": "%page.addressmanager%"
  426. }
  427. },
  428. {
  429. "path": "userModule/language",
  430. "style": {
  431. "navigationBarTitleText": "%page.language%"
  432. }
  433. },
  434. {
  435. "path": "userModule/addBankcard",
  436. "style": {
  437. "navigationBarTitleText": "%page.bankcard%"
  438. }
  439. },
  440. {
  441. "path": "userModule/address",
  442. "style": {
  443. "navigationBarTitleText": "%page.addressmanager%"
  444. }
  445. },
  446. {
  447. "path": "userModule/bankcard",
  448. "style": {
  449. "navigationBarTitleText": "%page.bankcard%",
  450. "navigationBarBackgroundColor": "#252744",
  451. "backgroundColor": "#252744",
  452. "navigationBarTextStyle": "white"
  453. }
  454. },
  455. {
  456. "path": "userModule/collection",
  457. "style": {
  458. "navigationBarTitleText": "%page.mycollection%",
  459. "enablePullDownRefresh": false,
  460. "app-plus": {
  461. "bounce": "none"
  462. }
  463. }
  464. },
  465. {
  466. "path": "userModule/footprintList",
  467. "style": {
  468. "navigationBarTitleText": "%page.browsingfootprint%",
  469. "enablePullDownRefresh": false,
  470. "app-plus": {
  471. "bounce": "none"
  472. }
  473. }
  474. },
  475. {
  476. "path": "userModule/questionList",
  477. "style": {
  478. "navigationBarTitleText": "%page.myquestionsandanswers%",
  479. "enablePullDownRefresh": false,
  480. "app-plus": {
  481. "bounce": "none"
  482. }
  483. }
  484. },
  485. {
  486. "path": "userModule/personalDetails",
  487. "style": {
  488. "navigationBarTitleText": "%page.personalinformation%"
  489. }
  490. }, {
  491. "path": "userModule/coupon",
  492. "style": {
  493. "navigationBarTitleText": "%page.mycardcoupon%"
  494. }
  495. },
  496. {
  497. "path": "orderModule/afterSale",
  498. "style": {
  499. "navigationBarTitleText": "%page.myaftersales%"
  500. }
  501. },
  502. {
  503. "path": "orderModule/returnDetails",
  504. "style": {
  505. "navigationBarTitleText": "%page.returndetails%",
  506. "navigationBarBackgroundColor": "#333333",
  507. "backgroundColor": "#333333",
  508. "navigationBarTextStyle": "white"
  509. }
  510. },
  511. {
  512. "path": "orderModule/refundDetails",
  513. "style": {
  514. "navigationBarTitleText": "%page.refunddetails%",
  515. "navigationBarBackgroundColor": "#333333",
  516. "backgroundColor": "#333333",
  517. "navigationBarTextStyle": "white"
  518. }
  519. },
  520. {
  521. "path": "userModule/login",
  522. "style": {
  523. "navigationStyle": "custom",
  524. "navigationBarTitleText": "%page.login%"
  525. }
  526. },
  527. {
  528. "path": "userModule/protocol",
  529. "style": {
  530. "navigationBarTitleText": "%page.malluseragreement%"
  531. }
  532. }, {
  533. "path": "userModule/register",
  534. "style": {
  535. "navigationStyle": "custom",
  536. "navigationBarTextStyle": "white"
  537. }
  538. },
  539. {
  540. "path": "userModule/memberAccount",
  541. "style": {
  542. "navigationBarTitleText": "%page.myaccount%",
  543. "navigationBarBackgroundColor": "#c8cbf7",
  544. "backgroundColor": "#c8cbf7",
  545. "navigationBarTextStyle": "black"
  546. }
  547. },
  548. // {
  549. // "path": "distributionModule/distributionOrder",
  550. // "style": {
  551. // "navigationBarTitleText": "我的分销订单",
  552. // "navigationBarBackgroundColor": "#333333",
  553. // "backgroundColor": "#333333",
  554. // "navigationBarTextStyle": "white"
  555. // }
  556. // },
  557. {
  558. "path": "userModule/withdraw",
  559. "style": {
  560. "navigationBarTitleText": "%page.withdraw%"
  561. }
  562. },
  563. // {
  564. // "path": "userModule/u-city-select",
  565. // "style": {}
  566. // }, {
  567. // "path": "userModule/u-bank-select",
  568. // "style": {}
  569. // },
  570. {
  571. "path": "userModule/messageCenter",
  572. "style": {
  573. "navigationBarTitleText": "%page.messagecenter%"
  574. }
  575. }, {
  576. "path": "userModule/messageDetail",
  577. "style": {
  578. "navigationBarTitleText": "%page.announcementdetails%"
  579. }
  580. },
  581. {
  582. "path": "userModule/bindPhone",
  583. "style": {
  584. "navigationBarTitleText": "%page.bingphone%",
  585. "enablePullDownRefresh": false
  586. }
  587. },
  588. {
  589. "path": "userModule/mobilePhone",
  590. "style": {
  591. "navigationBarTitleText": "%page.mobilenumberauthorization%",
  592. "enablePullDownRefresh": false
  593. }
  594. },
  595. {
  596. "path": "livePage/index",
  597. "style": {
  598. "navigationBarTitleText": "%page.liverecommendation%",
  599. "navigationBarBackgroundColor": "#333333",
  600. "backgroundColor": "#333333",
  601. "navigationBarTextStyle": "white",
  602. "enablePullDownRefresh": true
  603. }
  604. },
  605. {
  606. "path": "channelCoupon/index",
  607. "style": {
  608. "navigationBarTitleText": "",
  609. "enablePullDownRefresh": false
  610. }
  611. },
  612. {
  613. "path": "userModule/unsubscribe",
  614. "style": {
  615. "navigationBarTitleText": "%page.accountcancellation%",
  616. "navigationBarBackgroundColor": "#333333",
  617. "backgroundColor": "#333333",
  618. "navigationBarTextStyle": "white"
  619. }
  620. },
  621. {
  622. "path": "userModule/unsubscribeCode",
  623. "style": {
  624. "navigationBarTitleText": "%page.cancelaccountmobileauthentication%"
  625. }
  626. }
  627. ]
  628. }
  629. ],
  630. // https://uniapp.dcloud.io/collocation/pages?id=subpackages
  631. "preloadRule": {
  632. "pages_category_page1/search/index/index": {
  633. "network": "all",
  634. "packages": ["pages_category_page1"]
  635. },
  636. "pages_category_page1/goodsModule/inviteSpell": {
  637. "network": "all",
  638. "packages": ["pages_category_page1"]
  639. },
  640. "pages_category_page1/goodsModule/invitePoster": {
  641. "network": "all",
  642. "packages": ["pages_category_page1"]
  643. },
  644. "pages_category_page1/orderModule/orderDetails": {
  645. "network": "all",
  646. "packages": ["pages_category_page1"]
  647. }
  648. },
  649. "globalStyle": {
  650. "navigationBarTextStyle": "black",
  651. "navigationBarTitleText": "Thee",
  652. "navigationBarBackgroundColor": "#fff",
  653. "backgroundColor": "#F8F8F8",
  654. "mp-weixin": {
  655. "usingComponents": {
  656. "send-coupon": "plugin://sendCoupon/send-coupon"
  657. }
  658. }
  659. },
  660. "tabBar": {
  661. "borderStyle": "#00000000",
  662. "backgroundColor": "#fff",
  663. "color": "#CCCCCC",
  664. "selectedColor": "#333333",
  665. "iconWidth":"36px",
  666. "list": [{
  667. "pagePath": "pages/tabbar/index/index",
  668. "iconPath": "static/images/tabbar/home.png",
  669. "selectedIconPath": "static/images/tabbar/homeactive.png"
  670. },
  671. {
  672. "pagePath": "pages/tabbar/category/index",
  673. "iconPath": "static/images/tabbar/fenlei.png",
  674. "selectedIconPath": "static/images/tabbar/fenleiactive.png"
  675. },
  676. {
  677. "pagePath": "pages/tabbar/cart/index",
  678. "iconPath": "static/images/tabbar/gouwuche.png",
  679. "selectedIconPath": "static/images/tabbar/gouwucheactive.png"
  680. },
  681. {
  682. "pagePath": "pages/tabbar/user/index",
  683. "iconPath": "static/images/tabbar/wode.png",
  684. "selectedIconPath": "static/images/tabbar/wodeactive.png",
  685. "navigationBarBackgroundColor": "#333333",
  686. "backgroundColor": "#333333",
  687. "navigationBarTextStyle": "white"
  688. }
  689. ],
  690. "midButton":{
  691. "width": "140upx",
  692. "height": "140upx",
  693. "iconPath": "static/images/tabbar/search.png",
  694. "iconWidth": "120upx"
  695. }
  696. },
  697. "condition": { //
  698. "current": 0, //(list )
  699. "list": [{
  700. "name": "", //
  701. "path": "", //
  702. "query": "" //onLoad
  703. }]
  704. }
  705. }