多租户商城-商户小程序端
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.

709 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": "#333333",
  82. "backgroundColor": "#333333",
  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": "#333333",
  98. "backgroundColor": "#333333",
  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. "navigationBarTitleText": "%page.login%"
  419. }
  420. },
  421. {
  422. "path": "userModule/addAddress",
  423. "style": {
  424. "navigationBarTitleText": "%page.addressmanager%"
  425. }
  426. },
  427. {
  428. "path": "userModule/language",
  429. "style": {
  430. "navigationBarTitleText": "%page.language%"
  431. }
  432. },
  433. {
  434. "path": "userModule/addBankcard",
  435. "style": {
  436. "navigationBarTitleText": "%page.bankcard%"
  437. }
  438. },
  439. {
  440. "path": "userModule/address",
  441. "style": {
  442. "navigationBarTitleText": "%page.addressmanager%"
  443. }
  444. },
  445. {
  446. "path": "userModule/bankcard",
  447. "style": {
  448. "navigationBarTitleText": "%page.bankcard%",
  449. "navigationBarBackgroundColor": "#333333",
  450. "backgroundColor": "#333333",
  451. "navigationBarTextStyle": "white"
  452. }
  453. },
  454. {
  455. "path": "userModule/collection",
  456. "style": {
  457. "navigationBarTitleText": "%page.mycollection%",
  458. "enablePullDownRefresh": false,
  459. "app-plus": {
  460. "bounce": "none"
  461. }
  462. }
  463. },
  464. {
  465. "path": "userModule/footprintList",
  466. "style": {
  467. "navigationBarTitleText": "%page.browsingfootprint%",
  468. "enablePullDownRefresh": false,
  469. "app-plus": {
  470. "bounce": "none"
  471. }
  472. }
  473. },
  474. {
  475. "path": "userModule/questionList",
  476. "style": {
  477. "navigationBarTitleText": "%page.myquestionsandanswers%",
  478. "enablePullDownRefresh": false,
  479. "app-plus": {
  480. "bounce": "none"
  481. }
  482. }
  483. },
  484. {
  485. "path": "userModule/personalDetails",
  486. "style": {
  487. "navigationBarTitleText": "%page.personalinformation%"
  488. }
  489. }, {
  490. "path": "userModule/coupon",
  491. "style": {
  492. "navigationBarTitleText": "%page.mycardcoupon%"
  493. }
  494. },
  495. {
  496. "path": "orderModule/afterSale",
  497. "style": {
  498. "navigationBarTitleText": "%page.myaftersales%"
  499. }
  500. },
  501. {
  502. "path": "orderModule/returnDetails",
  503. "style": {
  504. "navigationBarTitleText": "%page.returndetails%",
  505. "navigationBarBackgroundColor": "#333333",
  506. "backgroundColor": "#333333",
  507. "navigationBarTextStyle": "white"
  508. }
  509. },
  510. {
  511. "path": "orderModule/refundDetails",
  512. "style": {
  513. "navigationBarTitleText": "%page.refunddetails%",
  514. "navigationBarBackgroundColor": "#333333",
  515. "backgroundColor": "#333333",
  516. "navigationBarTextStyle": "white"
  517. }
  518. },
  519. {
  520. "path": "userModule/login",
  521. "style": {
  522. "navigationStyle": "custom",
  523. "navigationBarTitleText": "%page.login%"
  524. }
  525. },
  526. {
  527. "path": "userModule/protocol",
  528. "style": {
  529. "navigationBarTitleText": "%page.malluseragreement%"
  530. }
  531. }, {
  532. "path": "userModule/register",
  533. "style": {
  534. "navigationBarTitleText": "%page.register%"
  535. }
  536. },
  537. {
  538. "path": "userModule/memberAccount",
  539. "style": {
  540. "navigationBarTitleText": "%page.myaccount%",
  541. "navigationBarBackgroundColor": "#333333",
  542. "backgroundColor": "#333333",
  543. "navigationBarTextStyle": "white"
  544. }
  545. },
  546. // {
  547. // "path": "distributionModule/distributionOrder",
  548. // "style": {
  549. // "navigationBarTitleText": "我的分销订单",
  550. // "navigationBarBackgroundColor": "#333333",
  551. // "backgroundColor": "#333333",
  552. // "navigationBarTextStyle": "white"
  553. // }
  554. // },
  555. {
  556. "path": "userModule/withdraw",
  557. "style": {
  558. "navigationBarTitleText": "%page.withdraw%"
  559. }
  560. },
  561. // {
  562. // "path": "userModule/u-city-select",
  563. // "style": {}
  564. // }, {
  565. // "path": "userModule/u-bank-select",
  566. // "style": {}
  567. // },
  568. {
  569. "path": "userModule/messageCenter",
  570. "style": {
  571. "navigationBarTitleText": "%page.messagecenter%"
  572. }
  573. }, {
  574. "path": "userModule/messageDetail",
  575. "style": {
  576. "navigationBarTitleText": "%page.announcementdetails%"
  577. }
  578. },
  579. {
  580. "path": "userModule/bindPhone",
  581. "style": {
  582. "navigationBarTitleText": "%page.bingphone%",
  583. "enablePullDownRefresh": false
  584. }
  585. },
  586. {
  587. "path": "userModule/mobilePhone",
  588. "style": {
  589. "navigationBarTitleText": "%page.mobilenumberauthorization%",
  590. "enablePullDownRefresh": false
  591. }
  592. },
  593. {
  594. "path": "livePage/index",
  595. "style": {
  596. "navigationBarTitleText": "%page.liverecommendation%",
  597. "navigationBarBackgroundColor": "#333333",
  598. "backgroundColor": "#333333",
  599. "navigationBarTextStyle": "white",
  600. "enablePullDownRefresh": true
  601. }
  602. },
  603. {
  604. "path": "channelCoupon/index",
  605. "style": {
  606. "navigationBarTitleText": "",
  607. "enablePullDownRefresh": false
  608. }
  609. },
  610. {
  611. "path": "userModule/unsubscribe",
  612. "style": {
  613. "navigationBarTitleText": "%page.accountcancellation%",
  614. "navigationBarBackgroundColor": "#333333",
  615. "backgroundColor": "#333333",
  616. "navigationBarTextStyle": "white"
  617. }
  618. },
  619. {
  620. "path": "userModule/unsubscribeCode",
  621. "style": {
  622. "navigationBarTitleText": "%page.cancelaccountmobileauthentication%"
  623. }
  624. }
  625. ]
  626. }
  627. ],
  628. // https://uniapp.dcloud.io/collocation/pages?id=subpackages
  629. "preloadRule": {
  630. "pages_category_page1/search/index/index": {
  631. "network": "all",
  632. "packages": ["pages_category_page1"]
  633. },
  634. "pages_category_page1/goodsModule/inviteSpell": {
  635. "network": "all",
  636. "packages": ["pages_category_page1"]
  637. },
  638. "pages_category_page1/goodsModule/invitePoster": {
  639. "network": "all",
  640. "packages": ["pages_category_page1"]
  641. },
  642. "pages_category_page1/orderModule/orderDetails": {
  643. "network": "all",
  644. "packages": ["pages_category_page1"]
  645. }
  646. },
  647. "globalStyle": {
  648. "navigationBarTextStyle": "black",
  649. "navigationBarTitleText": "Thee",
  650. "navigationBarBackgroundColor": "#fff",
  651. "backgroundColor": "#F8F8F8",
  652. "mp-weixin": {
  653. "usingComponents": {
  654. "send-coupon": "plugin://sendCoupon/send-coupon"
  655. }
  656. }
  657. },
  658. "tabBar": {
  659. "borderStyle": "#00000000",
  660. "backgroundColor": "#fff",
  661. "color": "#CCCCCC",
  662. "selectedColor": "#333333",
  663. "iconWidth":"36px",
  664. "list": [{
  665. "pagePath": "pages/tabbar/index/index",
  666. "iconPath": "static/images/tabbar/home.png",
  667. "selectedIconPath": "static/images/tabbar/homeactive.png"
  668. },
  669. {
  670. "pagePath": "pages/tabbar/category/index",
  671. "iconPath": "static/images/tabbar/fenlei.png",
  672. "selectedIconPath": "static/images/tabbar/fenleiactive.png"
  673. },
  674. {
  675. "pagePath": "pages/tabbar/cart/index",
  676. "iconPath": "static/images/tabbar/gouwuche.png",
  677. "selectedIconPath": "static/images/tabbar/gouwucheactive.png"
  678. },
  679. {
  680. "pagePath": "pages/tabbar/user/index",
  681. "iconPath": "static/images/tabbar/wode.png",
  682. "selectedIconPath": "static/images/tabbar/wodeactive.png",
  683. "navigationBarBackgroundColor": "#333333",
  684. "backgroundColor": "#333333",
  685. "navigationBarTextStyle": "white"
  686. }
  687. ],
  688. "midButton":{
  689. "width": "140upx",
  690. "height": "140upx",
  691. "iconPath": "static/images/tabbar/search.png",
  692. "iconWidth": "120upx"
  693. }
  694. },
  695. "condition": { //
  696. "current": 0, //(list )
  697. "list": [{
  698. "name": "", //
  699. "path": "", //
  700. "query": "" //onLoad
  701. }]
  702. }
  703. }