pages.json 21 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/index/index",
  8. "style": {
  9. "navigationBarTitleText": "首页",
  10. "enablePullDownRefresh": true
  11. }
  12. },
  13. {
  14. "path": "pages/article-list/article-list",
  15. "style": {
  16. "navigationBarTitleText": "推荐文章"
  17. }
  18. },
  19. {
  20. "path": "pages/stock/ruku_type",
  21. "style": {
  22. "navigationBarTitleText": "入库方式"
  23. }
  24. },
  25. {
  26. "path": "pages/gift/detail",
  27. "style": {
  28. "navigationBarTitleText": "礼品详情"
  29. }
  30. },
  31. {
  32. "path": "pages/gift/record",
  33. "style": {
  34. "navigationBarTitleText": "兑换记录"
  35. }
  36. },
  37. {
  38. "path": "pages/gift/submit",
  39. "style": {
  40. "navigationBarTitleText": "确认兑换"
  41. }
  42. },
  43. {
  44. "path": "pages/gift/pay",
  45. "style": {
  46. "navigationBarTitleText": "兑换袋"
  47. }
  48. },
  49. {
  50. "path": "pages/gift/index",
  51. "style": {
  52. "navigationBarTitleText": "工作室兑换"
  53. }
  54. },
  55. {
  56. "path": "pages/index-my/index-my",
  57. "style": {
  58. "navigationBarTitleText": "个人中心",
  59. "enablePullDownRefresh": true
  60. }
  61. },
  62. {
  63. "path": "pages/stock/stock",
  64. "style": {
  65. "navigationBarTitleText": "库存管理"
  66. }
  67. },
  68. {
  69. "path": "pages/stock/ruku_new",
  70. "style": {
  71. "navigationBarTitleText": "订货入库"
  72. }
  73. },
  74. {
  75. "path": "pages/stock/ruku_new2",
  76. "style": {
  77. "navigationBarTitleText": "退货入库"
  78. }
  79. },
  80. {
  81. "path": "pages/stock/first_panku",
  82. "style": {
  83. "navigationBarTitleText": "第一次盘库"
  84. }
  85. },
  86. {
  87. "path": "pages/stock/dai_ruku",
  88. "style": {
  89. "navigationBarTitleText": "待入库"
  90. }
  91. },
  92. {
  93. "path": "pages/stock/ing_ruku",
  94. "style": {
  95. "navigationBarTitleText": "货物详情"
  96. }
  97. },
  98. {
  99. "path": "pages/stock/panku",
  100. "style": {
  101. "navigationBarTitleText": "盘库"
  102. }
  103. },
  104. {
  105. "path": "pages/stock/total",
  106. "style": {
  107. "navigationBarTitleText": "总库存"
  108. }
  109. },
  110. {
  111. "path": "pages/stock/chuku",
  112. "style": {
  113. "navigationBarTitleText": "出库"
  114. }
  115. },
  116. {
  117. "path": "pages/stock/panku_record",
  118. "style": {
  119. "navigationBarTitleText": "盘库记录"
  120. }
  121. },
  122. {
  123. "path": "pages/stock/ruku_record",
  124. "style": {
  125. "navigationBarTitleText": "入库记录"
  126. }
  127. },
  128. {
  129. "path": "pages/stock/chuku_record",
  130. "style": {
  131. "navigationBarTitleText": "出库记录"
  132. }
  133. },
  134. {
  135. "path": "pages/member_address/member_address",
  136. "style": {
  137. "navigationBarTitleText": "代理商产品"
  138. }
  139. },
  140. {
  141. "path": "pages/share-set/index",
  142. "style": {
  143. "navigationBarTitleText": "分享设置"
  144. }
  145. },
  146. {
  147. "path": "pages/auth-progress/auth-progress",
  148. "style": {
  149. "navigationBarTitleText": "认证进度"
  150. }
  151. },
  152. {
  153. "path": "pages/product-share/index",
  154. "style": {
  155. "navigationBarTitleText": "产品分享"
  156. }
  157. },
  158. {
  159. "path": "pages/register-examine/register-examine",
  160. "style": {
  161. "navigationBarTitleText": "注册审核"
  162. }
  163. }, {
  164. "path": "pages/examine-detail/examine-detail",
  165. "style": {
  166. "navigationBarTitleText": "审核详情"
  167. }
  168. }, {
  169. "path": "pages/invite-proxy/invite-proxy",
  170. "style": {
  171. "navigationBarTitleText": "欢迎加入瞳年视界!"
  172. }
  173. }, {
  174. "path": "pages/auth-progress/auth-progress",
  175. "style": {
  176. "navigationBarTitleText": "认证进度"
  177. }
  178. },
  179. {
  180. "path": "pages/auth-identity/auth-identity",
  181. "style": {
  182. "navigationBarTitleText": "用户认证"
  183. }
  184. }, {
  185. "path": "pages/share/share",
  186. "style": {
  187. "navigationBarTitleText": "邀请代理"
  188. }
  189. }, {
  190. "path": "pages/phone-area/phone-area",
  191. "style": {
  192. "navigationBarTitleText": "选择国家/地区"
  193. }
  194. }, {
  195. "path": "pages/login-reg/login-reg",
  196. "style": {
  197. "navigationBarTitleText": "登录注册"
  198. }
  199. }, {
  200. "path": "pages/user-agreement/user-agreement",
  201. "style": {
  202. "navigationBarTitleText": "用户协议"
  203. }
  204. },
  205. {
  206. "path": "pages/team-manage/index",
  207. "style": {
  208. "navigationBarTitleText": "团队管理",
  209. "enablePullDownRefresh": true
  210. }
  211. },
  212. {
  213. "path": "pages/team-manage/index",
  214. "style": {
  215. "navigationBarTitleText": "团队管理"
  216. }
  217. },
  218. {
  219. "path": "pages/team-manage/marketing",
  220. "style": {
  221. "navigationBarTitleText": ""
  222. }
  223. },
  224. {
  225. "path": "pages/team-manage/marketInfo",
  226. "style": {
  227. "navigationBarTitleText": "团队信息"
  228. }
  229. },
  230. {
  231. "path": "pages/person-card/person-card",
  232. "style": {
  233. "navigationBarTitleText": "个人名片"
  234. }
  235. }, {
  236. "path": "pages/manage-order/manage-order",
  237. "style": {
  238. "navigationBarTitleText": "订单管理"
  239. }
  240. }, {
  241. "path": "pages/manage-people/manage-people",
  242. "style": {
  243. "navigationBarTitleText": "团队管理"
  244. }
  245. }, {
  246. "path": "pages/manage-money/manage-money",
  247. "style": {
  248. "navigationBarTitleText": "财富管理"
  249. }
  250. }, {
  251. "path": "pages/place-order/place-order",
  252. "style": {
  253. "navigationBarTitleText": "订货下单",
  254. "enablePullDownRefresh": true
  255. }
  256. }, {
  257. "path": "pages/good-detail/good-detail",
  258. "style": {
  259. "navigationBarTitleText": "商品详情",
  260. "enablePullDownRefresh": true
  261. }
  262. }, {
  263. "path": "pages/choose-size/choose-size",
  264. "style": {
  265. "navigationBarTitleText": "选择尺寸"
  266. }
  267. }, {
  268. "path": "pages/shop-car/shop-car",
  269. "style": {
  270. "navigationBarTitleText": "购物车"
  271. }
  272. }, {
  273. "path": "pages/confirm-order/confirm-order",
  274. "style": {
  275. "navigationBarTitleText": "确认订单"
  276. }
  277. }, {
  278. "path": "pages/address-manage/address-manage",
  279. "style": {
  280. "navigationBarTitleText": "地址管理"
  281. }
  282. }, {
  283. "path": "pages/add-address/add-address",
  284. "style": {
  285. "navigationBarTitleText": "编辑地址"
  286. }
  287. }, {
  288. "path": "pages/my-order/my-order",
  289. "style": {
  290. "navigationBarTitleText": "我的订单",
  291. "enablePullDownRefresh": true
  292. }
  293. },
  294. {
  295. "path": "pages/my-order/order-detail",
  296. "style": {
  297. "navigationBarTitleText": "合并详情",
  298. "enablePullDownRefresh": true
  299. }
  300. },
  301. {
  302. "path": "pages/down-order/down-order",
  303. "style": {
  304. "navigationBarTitleText": "下级订单"
  305. }
  306. }, {
  307. "path": "pages/order-detail/order-detail",
  308. "style": {
  309. "navigationBarTitleText": "订单详情"
  310. }
  311. }, {
  312. "path": "pages/send-good/send-good",
  313. "style": {
  314. "navigationBarTitleText": "发货"
  315. }
  316. }, {
  317. "path": "pages/send-success/send-success",
  318. "style": {
  319. "navigationBarTitleText": "发货成功"
  320. }
  321. }, {
  322. "path": "pages/my-storage/my-storage",
  323. "style": {
  324. "navigationBarTitleText": "我的库存"
  325. }
  326. }, {
  327. "path": "pages/my-invite/my-invite",
  328. "style": {
  329. "navigationBarTitleText": "我的邀请"
  330. }
  331. }, {
  332. "path": "pages/auth-card/auth-card",
  333. "style": {
  334. "navigationBarTitleText": "授权书"
  335. }
  336. }, {
  337. "path": "pages/honor/index",
  338. "style": {
  339. "navigationBarTitleText": "荣誉殿堂"
  340. }
  341. }, {
  342. "path": "pages/team-achievement/team-achievement",
  343. "style": {
  344. "navigationBarTitleText": "团队业绩"
  345. }
  346. }, {
  347. "path": "pages/safe-manage/safe-manage",
  348. "style": {
  349. "navigationBarTitleText": "安全管理"
  350. }
  351. }, {
  352. "path": "pages/income-running/income-running",
  353. "style": {
  354. "navigationBarTitleText": "收入流水"
  355. }
  356. }, {
  357. "path": "pages/reward-in/reward-in",
  358. "style": {
  359. "navigationBarTitleText": "订货下单"
  360. }
  361. }, {
  362. "path": "pages/reward-out/reward-out",
  363. "style": {
  364. "navigationBarTitleText": "奖励支出"
  365. }
  366. }, {
  367. "path": "pages/record-order/record-order",
  368. "style": {
  369. "navigationBarTitleText": "奖励收入"
  370. }
  371. }, {
  372. "path": "pages/record-record/record-record",
  373. "style": {
  374. "navigationBarTitleText": "零售录单"
  375. }
  376. }, {
  377. "path": "pages/updata-psw/updata-psw",
  378. "style": {
  379. "navigationBarTitleText": "修改密码"
  380. }
  381. }, {
  382. "path": "pages/login-psw/login-psw",
  383. "style": {
  384. "navigationBarTitleText": "密码登陆"
  385. }
  386. }, {
  387. "path": "pages/help-use/help-use",
  388. "style": {
  389. "navigationBarTitleText": "如何使用"
  390. }
  391. }, {
  392. "path": "pages/change-phone/change-phone",
  393. "style": {
  394. "navigationBarTitleText": "手机换绑"
  395. }
  396. }, {
  397. "path": "pages/new-proxy/new-proxy",
  398. "style": {
  399. "navigationBarTitleText": "新增代理"
  400. }
  401. }, {
  402. "path": "pages/good-detail1/good-detail1",
  403. "style": {
  404. "navigationBarTitleText": "订货下单"
  405. }
  406. }, {
  407. "path": "pages/shop-car1/shop-car1",
  408. "style": {
  409. "navigationBarTitleText": "购物车"
  410. }
  411. }, {
  412. "path": "pages/confirm-order1/confirm-order1",
  413. "style": {
  414. "navigationBarTitleText": "填写订单"
  415. }
  416. }, {
  417. "path": "pages/comfirm-order-success/comfirm-order-success",
  418. "style": {
  419. "navigationBarTitleText": "订单提交成功"
  420. }
  421. }, {
  422. "path": "pages/pay-order/pay-order",
  423. "style": {
  424. "navigationBarTitleText": "订单付款"
  425. }
  426. }, {
  427. "path": "pages/order-detail1/order-detail1",
  428. "style": {
  429. "navigationBarTitleText": "订单详情"
  430. }
  431. }, {
  432. "path": "pages/order-detail1-list/order-detail1-list",
  433. "style": {
  434. "navigationBarTitleText": "商品列表"
  435. }
  436. }, {
  437. "path": "pages/order-detail1-log/order-detail1-log",
  438. "style": {
  439. "navigationBarTitleText": "操作日志"
  440. }
  441. }, {
  442. "path": "pages/money-running/money-running",
  443. "style": {
  444. "navigationBarTitleText": "账户余额"
  445. }
  446. }, {
  447. "path": "pages/money-running-detail/money-running-detail",
  448. "style": {
  449. "navigationBarTitleText": "账单详情"
  450. }
  451. }, {
  452. "path": "pages/express-detail/express-detail",
  453. "style": {
  454. "navigationBarTitleText": "物流详情"
  455. }
  456. }, {
  457. "path": "pages/order-sum/order-sum",
  458. "style": {
  459. "navigationBarTitleText": "订货汇总",
  460. "enablePullDownRefresh": true
  461. }
  462. }, {
  463. "path": "pages/t-shart/t-shart",
  464. "style": {}
  465. },
  466. {
  467. "path": "pages/gift-detail/index",
  468. "style": {
  469. "navigationBarTitleText": "赠品详情"
  470. }
  471. }, {
  472. "path": "pages/logistics-info/logistics-info",
  473. "style": {
  474. "navigationBarTitleText": "物流查询"
  475. }
  476. }, {
  477. "path": "pages/logistics-details/logistics-details",
  478. "style": {
  479. "navigationBarTitleText": "物流详情"
  480. }
  481. }, {
  482. "path": "pages/fangwei/index",
  483. "style": {
  484. "navigationBarTitleText": "代理扫码"
  485. }
  486. }, {
  487. "path": "pages/fangwei/code_info",
  488. "style": {
  489. "navigationBarTitleText": "基本信息"
  490. }
  491. },
  492. {
  493. "path": "pages/fangwei/junior",
  494. "style": {
  495. "navigationBarTitleText": "所属者"
  496. }
  497. },
  498. {
  499. "path": "pages/share-detail/share-detail",
  500. "style": {
  501. "navigationBarTitleText": "详情页"
  502. }
  503. },
  504. {
  505. "path": "pages/personal-info/personal-info",
  506. "style": {
  507. "navigationBarTitleText": "个人信息"
  508. }
  509. }, {
  510. "path": "pages/shop-auth/shop-auth",
  511. "style": {
  512. "navigationBarTitleText": "店铺认证"
  513. }
  514. }, {
  515. "path": "pages/deliver-detail/deliver-detail",
  516. "style": {
  517. "navigationBarTitleText": "发货详情"
  518. }
  519. }, {
  520. "path": "pages/article-detail/article-detail",
  521. "style": {
  522. "navigationBarTitleText": "文章详情"
  523. }
  524. }, {
  525. "path": "pages/test/test",
  526. "style": {}
  527. }, {
  528. "path": "pages/gift/record-detail",
  529. "style": {
  530. "navigationBarTitleText": "兑换明细",
  531. "enablePullDownRefresh": false
  532. }
  533. }, {
  534. "path": "pages/gift/delivery-details",
  535. "style": {
  536. "navigationBarTitleText": "发货详情",
  537. "enablePullDownRefresh": false
  538. }
  539. }, {
  540. "path": "pages/gift/gift-detail",
  541. "style": {
  542. "navigationBarTitleText": "礼物详情",
  543. "enablePullDownRefresh": false
  544. }
  545. },
  546. {
  547. "path": "pages/gift/gift-log",
  548. "style": {
  549. "navigationBarTitleText": "物流详情",
  550. "enablePullDownRefresh": false
  551. }
  552. },
  553. {
  554. "path": "pages/feedback/index",
  555. "style": {
  556. "navigationBarTitleText": "填写信息",
  557. "enablePullDownRefresh": false
  558. }
  559. }
  560. , {
  561. "path": "pages/feedback/test2",
  562. "style": {
  563. "navigationBarTitleText": "",
  564. "enablePullDownRefresh": false
  565. }
  566. }, {
  567. "path": "pages/index/page",
  568. "style": {
  569. "navigationBarTitleText": "",
  570. "enablePullDownRefresh": false
  571. }
  572. }, {
  573. "path": "pages/share/box",
  574. "style": {
  575. "navigationBarTitleText": "",
  576. "enablePullDownRefresh": false
  577. }
  578. },
  579. {
  580. "path": "pages/political/political",
  581. "style": {
  582. "navigationBarTitleText": "政委信息"
  583. }
  584. },
  585. {
  586. "path": "pages/webView/webView",
  587. "style": {
  588. "navigationBarTitleText": "大卫博士荣誉殿堂"
  589. }
  590. },
  591. {
  592. "path": "pages/gifts_list/gifts_list",
  593. "style": {
  594. "navigationBarTitleText": "礼品详情",
  595. "enablePullDownRefresh": false
  596. }
  597. },
  598. {
  599. "path": "pages/team-manage/weidian",
  600. "style": {
  601. "navigationBarTitleText": "",
  602. "enablePullDownRefresh": false
  603. }
  604. },
  605. {
  606. "path": "pages/freeze/freeze",
  607. "style": {
  608. "navigationBarTitleText": "",
  609. "enablePullDownRefresh": false
  610. }
  611. },
  612. {
  613. "path": "pages/team-manage/audit",
  614. "style": {
  615. "navigationBarTitleText": "审核详情",
  616. "enablePullDownRefresh": false
  617. }
  618. }, {
  619. "path": "pages/team-manage/cause",
  620. "style": {
  621. "navigationBarTitleText": "申请原因",
  622. "enablePullDownRefresh": false
  623. }
  624. }, {
  625. "path": "pages/team-manage/auditDetail",
  626. "style": {
  627. "navigationBarTitleText": "审核进度",
  628. "enablePullDownRefresh": false
  629. }
  630. },
  631. /*店铺路径begin*/
  632. {
  633. "path": "pages/shop/shop",
  634. "style": {
  635. "navigationBarTitleText": "店铺"
  636. }
  637. },
  638. {
  639. "path": "pages/capital-manage/capital-manage",
  640. "style": {
  641. "navigationBarTitleText": "资金管理"
  642. }
  643. },
  644. {
  645. "path": "pages/send-goods/send-goods",
  646. "style": {
  647. "navigationBarTitleText": "新建发货单"
  648. }
  649. },
  650. {
  651. "path": "pages/card-manage/card-manage",
  652. "style": {
  653. "navigationBarTitleText": "银行卡管理"
  654. }
  655. },
  656. {
  657. "path": "pages/capital-withdrawal/capital-withdrawal",
  658. "style": {
  659. "navigationBarTitleText": "资金提现"
  660. }
  661. },
  662. {
  663. "path": "pages/replace-manage/replace-manage",
  664. "style": {
  665. "navigationBarTitleText": "代下单管理"
  666. }
  667. },
  668. {
  669. "path": "pages/goods-manage/goods-manage",
  670. "style": {
  671. "navigationBarTitleText": "商品管理"
  672. }
  673. },
  674. {
  675. "path": "pages/order-manage/order-manage",
  676. "style": {
  677. "navigationBarTitleText": "订单管理"
  678. }
  679. },
  680. {
  681. "path": "pages/evaluate/evaluate",
  682. "style": {
  683. "navigationBarTitleText": "店铺好评"
  684. }
  685. },
  686. {
  687. "path": "pages/logistics-detail/logistics-detail",
  688. "style": {
  689. "navigationBarTitleText": "物流详情"
  690. }
  691. },
  692. {
  693. "path": "pages/user-manage/user-manage",
  694. "style": {
  695. "navigationBarTitleText": "客户管理",
  696. "navigationStyle": "custom"
  697. }
  698. },
  699. {
  700. "path": "pages/order-manage/order-manage",
  701. "style": {
  702. "navigationBarTitleText": "订单管理"
  703. }
  704. },
  705. {
  706. "path": "pages/add-user/add-user",
  707. "style": {
  708. "navigationBarTitleText": "添加客户"
  709. }
  710. },
  711. {
  712. "path": "pages/shop-info/shop-info",
  713. "style": {
  714. "navigationBarTitleText": "店铺资料"
  715. }
  716. }, {
  717. "path": "pages/ads-list/ads-list",
  718. "style": {
  719. "navigationBarTitleText": "地址管理"
  720. }
  721. },
  722. {
  723. "path": "pages/order-info/order-info",
  724. "style": {
  725. "navigationBarTitleText": "订单详情"
  726. }
  727. },
  728. {
  729. "path": "pages/user-list/user-list",
  730. "style": {
  731. "navigationBarTitleText": "选择客户"
  732. }
  733. },
  734. {
  735. "path": "pages/edit-card/edit-card",
  736. "style": {
  737. "navigationBarTitleText": "银行账户"
  738. }
  739. },
  740. {
  741. "path": "pages/share-detail/share-detail",
  742. "style": {
  743. "navigationBarTitleText": "详情页"
  744. }
  745. },
  746. {
  747. "path": "pages/goods-share/goods-share",
  748. "style": {
  749. "navigationBarTitleText": "商品信息管理"
  750. }
  751. }, {
  752. "path": "pages/apply-return/apply-return",
  753. "style": {
  754. "navigationBarTitleText": "退货选择"
  755. }
  756. }, {
  757. "path": "pages/sales-return/sales-return",
  758. "style": {
  759. "navigationBarTitleText": "申请退货"
  760. }
  761. },
  762. {
  763. "path": "pages/refund_detail/refund_detail",
  764. "style": {
  765. "navigationBarTitleText": "退货详情"
  766. }
  767. },
  768. {
  769. "path": "pages/delivery-method/delivery-method",
  770. "style": {
  771. "navigationBarTitleText": "发货方式"
  772. }
  773. },
  774. {
  775. "path": "pages/complete-info/complete-info",
  776. "style": {
  777. "navigationBarTitleText": "完善客户信息"
  778. }
  779. },
  780. {
  781. "path": "pages/cancel-audit/cancel-audit",
  782. "style": {
  783. "navigationBarTitleText": "审核详情"
  784. }
  785. },
  786. {
  787. "path": "pages/interview/interview",
  788. "style": {
  789. "navigationBarTitleText": "签名"
  790. }
  791. },
  792. {
  793. "path": "pages/firm-order/firm-order",
  794. "style": {
  795. "navigationBarTitleText": "确认订单"
  796. }
  797. },
  798. {
  799. "path": "pages/refund-manage/refund-manage",
  800. "style": {
  801. "navigationBarTitleText": "售后服务"
  802. }
  803. }, {
  804. "path": "pages/after-sale/after-sale",
  805. "style": {
  806. "navigationBarTitleText": "审核详情"
  807. }
  808. }, {
  809. "path": "pages/protocol/protocol",
  810. "style": {
  811. "navigationBarTitleText": "大卫博士微店店长服务协议"
  812. }
  813. },
  814. {
  815. "path": "pages/edit-logisitics/edit-logisitics",
  816. "style": {
  817. "navigationBarTitleText": "修改物流",
  818. "enablePullDownRefresh": false
  819. }
  820. },
  821. {
  822. "path": "pages/bank-search/bank-search",
  823. "style": {
  824. "navigationBarTitleText": "帮助中心"
  825. }
  826. },
  827. {
  828. "path": "pages/small-video/small-video",
  829. "style": {
  830. "navigationBarTitleText": "微店操作视频"
  831. }
  832. }
  833. , {
  834. "path": "pages/add-qrcode/add-qrcode",
  835. "style": {
  836. "navigationBarTitleText": "上传二维码",
  837. "enablePullDownRefresh": false
  838. }
  839. }, {
  840. "path": "pages/integral-rank/integral-rank",
  841. "style": {
  842. "navigationBarTitleText": "积分排行",
  843. "enablePullDownRefresh": false
  844. }
  845. }, {
  846. "path": "pages/integral-detail/integral-detail",
  847. "style": {
  848. "navigationBarTitleText": "积分明细",
  849. "enablePullDownRefresh": false
  850. }
  851. }, {
  852. "path": "pages/integral-store/integral-store",
  853. "style": {
  854. "navigationBarTitleText": "积分商城",
  855. "enablePullDownRefresh": false
  856. }
  857. }, {
  858. "path": "pages/shop-gift-exchange/shop-gift-exchange",
  859. "style": {
  860. "navigationBarTitleText": "礼品兑换",
  861. "enablePullDownRefresh": false
  862. }
  863. }, {
  864. "path": "pages/shop-gift-detail/shop-gift-detail",
  865. "style": {
  866. "navigationBarTitleText": "礼品详情",
  867. "enablePullDownRefresh": false
  868. }
  869. }, {
  870. "path": "pages/shop-gift-record/shop-gift-record",
  871. "style": {
  872. "navigationBarTitleText": "兑换记录",
  873. "enablePullDownRefresh": false
  874. }
  875. }, {
  876. "path": "pages/shop-gift-suce/shop-gift-suce",
  877. "style": {
  878. "navigationBarTitleText": "兑换成功",
  879. "enablePullDownRefresh": false
  880. }
  881. }, {
  882. "path": "pages/brow-user/brow-user",
  883. "style": {
  884. "navigationBarTitleText": "浏览客户",
  885. "enablePullDownRefresh": false
  886. }
  887. },
  888. {
  889. "path": "pages/stock-manage/stock-manage",
  890. "style": {
  891. "navigationBarTitleText": "库存管理",
  892. "enablePullDownRefresh": false
  893. }
  894. }, {
  895. "path": "pages/auth-step/auth-step",
  896. "style": {
  897. "navigationBarTitleText": "认证进度",
  898. "enablePullDownRefresh": false
  899. }
  900. }, {
  901. "path": "pages/lading_detail/index",
  902. "style": {
  903. "navigationBarTitleText": "货物详情",
  904. "enablePullDownRefresh": false
  905. }
  906. }, {
  907. "path": "pages/lading_detail/detail",
  908. "style": {
  909. "navigationBarTitleText": "订单详情",
  910. "enablePullDownRefresh": false
  911. }
  912. }, {
  913. "path": "pages/unshipped-detail/index",
  914. "style": {
  915. "navigationBarTitleText": "未发明细",
  916. "enablePullDownRefresh": false
  917. }
  918. }
  919. ],
  920. "tabBar": {
  921. "color": "#333333",
  922. "selectedColor": "#FB231F",
  923. "backgroundColor": "#FFFFFF",
  924. "fontWeight": "bold",
  925. "fontSize": "18px",
  926. "iconWidth": "22px",
  927. "spacing": "5px",
  928. "width": "100%",
  929. "height": "49px",
  930. "list": [{
  931. "text": "首页",
  932. "pagePath": "pages/index/index"
  933. // "iconPath": "static/index/tabbar/home.png",
  934. // "selectedIconPath": "static/index/tabbar/home_active.png"
  935. },
  936. {
  937. "text": "购物车",
  938. "pagePath": "pages/shop-car1/shop-car1"
  939. // "iconPath": "static/index/tabbar/cart.png",
  940. // "selectedIconPath": "static/index/tabbar/cart_active.png"
  941. },
  942. // {
  943. // "text": "微店铺",
  944. // "pagePath": "pages/shop/shop"
  945. // // "iconPath": "static/index/tabbar/shop.png",
  946. // // "selectedIconPath": "static/index/tabbar/shop_active.png"
  947. // },
  948. {
  949. "text": "我的",
  950. "pagePath": "pages/index-my/index-my"
  951. // "iconPath": "static/index/tabbar/mine.png",
  952. // "selectedIconPath": "static/index/tabbar/mine_active.png"
  953. }
  954. ]
  955. },
  956. // "tabBar": {
  957. // "color": "#333333",
  958. // "selectedColor": "#FB231F",
  959. // "backgroundColor": "#FFFFFF",
  960. // "fontSize": "36rpx",
  961. // "fontWeight": "bold",
  962. // // "iconWidth": "22px",
  963. // "spacing": "5px",
  964. // "height": "49px",
  965. // "list": [{
  966. // "text": "首页",
  967. // "pagePath": "pages/index/index"
  968. // },
  969. // {
  970. // "text": "扫码",
  971. // "pagePath": "pages/fangwei/index"
  972. // },
  973. // // {
  974. // // "text": "购物车",
  975. // // "pagePath": "pages/shop-car1/shop-car1"
  976. // // },
  977. // // {
  978. // // "text": "店铺",
  979. // // "pagePath": "pages/shop/shop",
  980. // // },
  981. // {
  982. // "text": "我的",
  983. // "pagePath": "pages/index-my/index-my"
  984. // }
  985. // ]
  986. // },
  987. "globalStyle": {
  988. "navigationBarTextStyle": "black",
  989. "navigationStyle": "custom",
  990. "app-plus": {
  991. "scrollIndicator": "none"
  992. },
  993. "h5": {
  994. "pullToRefresh": {
  995. "color": "#F76454"
  996. }
  997. }
  998. }
  999. }