pages.json 29 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427
  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/webView/appraise",
  593. "style": {
  594. "navigationBarTitleText": "评价客服",
  595. "enablePullDownRefresh": false
  596. }
  597. }, {
  598. "path": "pages/gifts_list/gifts_list",
  599. "style": {
  600. "navigationBarTitleText": "礼品详情",
  601. "enablePullDownRefresh": false
  602. }
  603. },
  604. {
  605. "path": "pages/team-manage/weidian",
  606. "style": {
  607. "navigationBarTitleText": "",
  608. "enablePullDownRefresh": false
  609. }
  610. },
  611. {
  612. "path": "pages/freeze/freeze",
  613. "style": {
  614. "navigationBarTitleText": "",
  615. "enablePullDownRefresh": false
  616. }
  617. },
  618. {
  619. "path": "pages/team-manage/audit",
  620. "style": {
  621. "navigationBarTitleText": "审核详情",
  622. "enablePullDownRefresh": false
  623. }
  624. }, {
  625. "path": "pages/team-manage/cause",
  626. "style": {
  627. "navigationBarTitleText": "申请原因",
  628. "enablePullDownRefresh": false
  629. }
  630. }, {
  631. "path": "pages/team-manage/auditDetail",
  632. "style": {
  633. "navigationBarTitleText": "审核进度",
  634. "enablePullDownRefresh": false
  635. }
  636. }, {
  637. "path": "pages/scanQR/index",
  638. "style": {
  639. "navigationBarTitleText": "扫码功能",
  640. "enablePullDownRefresh": false
  641. }
  642. }, {
  643. "path": "pages/scanQR/belong",
  644. "style": {
  645. "navigationBarTitleText": "所属者",
  646. "enablePullDownRefresh": false
  647. }
  648. }, {
  649. "path": "pages/scanQR/detail",
  650. "style": {
  651. "navigationBarTitleText": "产品信息",
  652. "enablePullDownRefresh": false
  653. }
  654. }, {
  655. "path": "pages/salon/index",
  656. "style": {
  657. "navigationBarTitleText": "申请表",
  658. "enablePullDownRefresh": false
  659. }
  660. }, {
  661. "path": "pages/salon/audit",
  662. "style": {
  663. "navigationBarTitleText": "审核进度",
  664. "enablePullDownRefresh": false
  665. }
  666. }, {
  667. "path": "pages/salon/submit",
  668. "style": {
  669. "navigationBarTitleText": "提交中",
  670. "enablePullDownRefresh": false
  671. }
  672. }, {
  673. "path": "pages/salon/upload_voucher",
  674. "style": {
  675. "navigationBarTitleText": "上传凭证",
  676. "enablePullDownRefresh": false
  677. }
  678. }, {
  679. "path": "pages/salon/history",
  680. "style": {
  681. "navigationBarTitleText": "历史记录",
  682. "enablePullDownRefresh": false
  683. }
  684. }, {
  685. "path": "pages/salon/detail",
  686. "style": {
  687. "navigationBarTitleText": "详情页面",
  688. "enablePullDownRefresh": false
  689. }
  690. },
  691. {
  692. "path": "pages/order-detail1/gift/apply",
  693. "style": {
  694. "navigationBarTitleText": "申请礼包",
  695. "enablePullDownRefresh": false
  696. }
  697. }, {
  698. "path": "pages/order-detail1/gift/change",
  699. "style": {
  700. "navigationBarTitleText": "销售经理",
  701. "enablePullDownRefresh": false
  702. }
  703. }, {
  704. "path": "pages/order-detail1/gift/apply_sure",
  705. "style": {
  706. "navigationBarTitleText": "提交申请",
  707. "enablePullDownRefresh": false
  708. }
  709. },
  710. /*店铺路径begin*/
  711. {
  712. "path": "pages/shop/shop",
  713. "style": {
  714. "navigationBarTitleText": "店铺"
  715. }
  716. },
  717. {
  718. "path": "pages/capital-manage/capital-manage",
  719. "style": {
  720. "navigationBarTitleText": "资金管理"
  721. }
  722. },
  723. {
  724. "path": "pages/send-goods/send-goods",
  725. "style": {
  726. "navigationBarTitleText": "新建发货单"
  727. }
  728. },
  729. {
  730. "path": "pages/card-manage/card-manage",
  731. "style": {
  732. "navigationBarTitleText": "银行卡管理"
  733. }
  734. },
  735. {
  736. "path": "pages/capital-withdrawal/capital-withdrawal",
  737. "style": {
  738. "navigationBarTitleText": "资金提现"
  739. }
  740. },
  741. {
  742. "path": "pages/replace-manage/replace-manage",
  743. "style": {
  744. "navigationBarTitleText": "代下单管理"
  745. }
  746. },
  747. {
  748. "path": "pages/goods-manage/goods-manage",
  749. "style": {
  750. "navigationBarTitleText": "商品管理"
  751. }
  752. },
  753. {
  754. "path": "pages/order-manage/order-manage",
  755. "style": {
  756. "navigationBarTitleText": "订单管理"
  757. }
  758. },
  759. {
  760. "path": "pages/evaluate/evaluate",
  761. "style": {
  762. "navigationBarTitleText": "店铺好评"
  763. }
  764. },
  765. {
  766. "path": "pages/logistics-detail/logistics-detail",
  767. "style": {
  768. "navigationBarTitleText": "物流详情"
  769. }
  770. },
  771. {
  772. "path": "pages/user-manage/user-manage",
  773. "style": {
  774. "navigationBarTitleText": "客户管理",
  775. "navigationStyle": "custom"
  776. }
  777. },
  778. {
  779. "path": "pages/order-manage/order-manage",
  780. "style": {
  781. "navigationBarTitleText": "订单管理"
  782. }
  783. },
  784. {
  785. "path": "pages/add-user/add-user",
  786. "style": {
  787. "navigationBarTitleText": "添加客户"
  788. }
  789. },
  790. {
  791. "path": "pages/shop-info/shop-info",
  792. "style": {
  793. "navigationBarTitleText": "店铺资料"
  794. }
  795. }, {
  796. "path": "pages/ads-list/ads-list",
  797. "style": {
  798. "navigationBarTitleText": "地址管理"
  799. }
  800. },
  801. {
  802. "path": "pages/order-info/order-info",
  803. "style": {
  804. "navigationBarTitleText": "订单详情"
  805. }
  806. },
  807. {
  808. "path": "pages/user-list/user-list",
  809. "style": {
  810. "navigationBarTitleText": "选择客户"
  811. }
  812. },
  813. {
  814. "path": "pages/edit-card/edit-card",
  815. "style": {
  816. "navigationBarTitleText": "银行账户"
  817. }
  818. },
  819. {
  820. "path": "pages/share-detail/share-detail",
  821. "style": {
  822. "navigationBarTitleText": "详情页"
  823. }
  824. },
  825. {
  826. "path": "pages/goods-share/goods-share",
  827. "style": {
  828. "navigationBarTitleText": "商品信息管理"
  829. }
  830. }, {
  831. "path": "pages/apply-return/apply-return",
  832. "style": {
  833. "navigationBarTitleText": "退货选择"
  834. }
  835. }, {
  836. "path": "pages/sales-return/sales-return",
  837. "style": {
  838. "navigationBarTitleText": "申请退货"
  839. }
  840. },
  841. {
  842. "path": "pages/refund_detail/refund_detail",
  843. "style": {
  844. "navigationBarTitleText": "退货详情"
  845. }
  846. },
  847. {
  848. "path": "pages/delivery-method/delivery-method",
  849. "style": {
  850. "navigationBarTitleText": "发货方式"
  851. }
  852. },
  853. {
  854. "path": "pages/complete-info/complete-info",
  855. "style": {
  856. "navigationBarTitleText": "完善客户信息"
  857. }
  858. },
  859. {
  860. "path": "pages/cancel-audit/cancel-audit",
  861. "style": {
  862. "navigationBarTitleText": "审核详情"
  863. }
  864. },
  865. {
  866. "path": "pages/interview/interview",
  867. "style": {
  868. "navigationBarTitleText": "签名"
  869. }
  870. },
  871. {
  872. "path": "pages/firm-order/firm-order",
  873. "style": {
  874. "navigationBarTitleText": "确认订单"
  875. }
  876. },
  877. {
  878. "path": "pages/refund-manage/refund-manage",
  879. "style": {
  880. "navigationBarTitleText": "售后服务"
  881. }
  882. }, {
  883. "path": "pages/after-sale/after-sale",
  884. "style": {
  885. "navigationBarTitleText": "审核详情"
  886. }
  887. }, {
  888. "path": "pages/protocol/protocol",
  889. "style": {
  890. "navigationBarTitleText": "大卫博士微店店长服务协议"
  891. }
  892. },
  893. {
  894. "path": "pages/edit-logisitics/edit-logisitics",
  895. "style": {
  896. "navigationBarTitleText": "修改物流",
  897. "enablePullDownRefresh": false
  898. }
  899. },
  900. {
  901. "path": "pages/bank-search/bank-search",
  902. "style": {
  903. "navigationBarTitleText": "帮助中心"
  904. }
  905. },
  906. {
  907. "path": "pages/small-video/small-video",
  908. "style": {
  909. "navigationBarTitleText": "微店操作视频"
  910. }
  911. }
  912. , {
  913. "path": "pages/add-qrcode/add-qrcode",
  914. "style": {
  915. "navigationBarTitleText": "上传二维码",
  916. "enablePullDownRefresh": false
  917. }
  918. }, {
  919. "path": "pages/integral-rank/integral-rank",
  920. "style": {
  921. "navigationBarTitleText": "奖学金排行",
  922. "enablePullDownRefresh": false
  923. }
  924. }, {
  925. "path": "pages/integral-detail/integral-detail",
  926. "style": {
  927. "navigationBarTitleText": "奖学金明细",
  928. "enablePullDownRefresh": false
  929. }
  930. }, {
  931. "path": "pages/integral-store/integral-store",
  932. "style": {
  933. "navigationBarTitleText": "奖学金商城",
  934. "enablePullDownRefresh": false
  935. }
  936. }, {
  937. "path": "pages/shop-gift-exchange/shop-gift-exchange",
  938. "style": {
  939. "navigationBarTitleText": "礼品兑换",
  940. "enablePullDownRefresh": false
  941. }
  942. }, {
  943. "path": "pages/shop-gift-detail/shop-gift-detail",
  944. "style": {
  945. "navigationBarTitleText": "礼品详情",
  946. "enablePullDownRefresh": false
  947. }
  948. }, {
  949. "path": "pages/shop-gift-record/shop-gift-record",
  950. "style": {
  951. "navigationBarTitleText": "兑换记录",
  952. "enablePullDownRefresh": false
  953. }
  954. }, {
  955. "path": "pages/shop-gift-suce/shop-gift-suce",
  956. "style": {
  957. "navigationBarTitleText": "兑换成功",
  958. "enablePullDownRefresh": false
  959. }
  960. }, {
  961. "path": "pages/brow-user/brow-user",
  962. "style": {
  963. "navigationBarTitleText": "浏览客户",
  964. "enablePullDownRefresh": false
  965. }
  966. },
  967. {
  968. "path": "pages/stock-manage/stock-manage",
  969. "style": {
  970. "navigationBarTitleText": "库存管理",
  971. "enablePullDownRefresh": false
  972. }
  973. }, {
  974. "path": "pages/auth-step/auth-step",
  975. "style": {
  976. "navigationBarTitleText": "认证进度",
  977. "enablePullDownRefresh": false
  978. }
  979. }, {
  980. "path": "pages/lading_detail/index",
  981. "style": {
  982. "navigationBarTitleText": "货物详情",
  983. "enablePullDownRefresh": false
  984. }
  985. }, {
  986. "path": "pages/lading_detail/detail",
  987. "style": {
  988. "navigationBarTitleText": "订单详情",
  989. "enablePullDownRefresh": false
  990. }
  991. }, {
  992. "path": "pages/unshipped-detail/index",
  993. "style": {
  994. "navigationBarTitleText": "未发明细",
  995. "enablePullDownRefresh": false
  996. }
  997. },
  998. {
  999. "path": "pages/chat-audio/chat-audio",
  1000. "style": {
  1001. "navigationBarTitleText": "常来微聊",
  1002. "enablePullDownRefresh": false
  1003. }
  1004. }, {
  1005. "path": "pages/chat-detail/chat-detail",
  1006. "style": {
  1007. "navigationBarTitleText": "微聊详情",
  1008. "enablePullDownRefresh": false
  1009. }
  1010. }, {
  1011. "path": "pages/chat-comment/chat-comment",
  1012. "style": {
  1013. "navigationBarTitleText": "精彩点评",
  1014. "enablePullDownRefresh": false
  1015. }
  1016. }, {
  1017. "path": "pages/chat-like/chat-like",
  1018. "style": {
  1019. "navigationBarTitleText": "喜欢",
  1020. "enablePullDownRefresh": false
  1021. }
  1022. }, {
  1023. "path": "pages/qr-code/qr-code",
  1024. "style": {
  1025. "navigationBarTitleText": "政委信息",
  1026. "enablePullDownRefresh": false
  1027. }
  1028. }, {
  1029. "path": "pages/send-code/send-code",
  1030. "style": {
  1031. "navigationBarTitleText": "防伪码信息",
  1032. "enablePullDownRefresh": false
  1033. }
  1034. }, {
  1035. "path": "pages/merge-order/merge-order",
  1036. "style": {
  1037. "navigationBarTitleText": "订单详情",
  1038. "enablePullDownRefresh": false
  1039. }
  1040. }, {
  1041. "path": "pages/course/course",
  1042. "style": {
  1043. "navigationBarTitleText": "课程中心",
  1044. "enablePullDownRefresh": false
  1045. }
  1046. }, {
  1047. "path": "pages/course-file/course-file",
  1048. "style": {
  1049. "navigationBarTitleText": "课程分类",
  1050. "enablePullDownRefresh": false
  1051. }
  1052. }, {
  1053. "path": "pages/course-detail/course-detail",
  1054. "style": {
  1055. "navigationBarTitleText": "课程详情",
  1056. "enablePullDownRefresh": false
  1057. }
  1058. }, {
  1059. "path": "pages/course-content/course-content",
  1060. "style": {
  1061. "navigationBarTitleText": "课程内容",
  1062. "pageOrientation": "auto",
  1063. "enablePullDownRefresh": false
  1064. }
  1065. }, {
  1066. "path": "pages/course-lately/course-lately",
  1067. "style": {
  1068. "navigationBarTitleText": "近期上传",
  1069. "enablePullDownRefresh": false
  1070. }
  1071. }, {
  1072. "path": "pages/course-collect/course-collect",
  1073. "style": {
  1074. "navigationBarTitleText": "我的收藏",
  1075. "enablePullDownRefresh": false
  1076. }
  1077. }, {
  1078. "path": "pages/order-pending/order-pending",
  1079. "style": {
  1080. "navigationBarTitleText": "待处理订单",
  1081. "enablePullDownRefresh": false
  1082. }
  1083. }, {
  1084. "path": "pages/payment/payment",
  1085. "style": {
  1086. "navigationBarTitleText": "报名支付",
  1087. "enablePullDownRefresh": false
  1088. }
  1089. }, {
  1090. "path": "pages/del-withdrawal/del-withdrawal",
  1091. "style": {
  1092. "navigationBarTitleText": "资金提现",
  1093. "enablePullDownRefresh": false
  1094. }
  1095. }, {
  1096. "path": "pages/howSend/howSend",
  1097. "style": {
  1098. "navigationBarTitleText": "",
  1099. "enablePullDownRefresh": false
  1100. }
  1101. }, {
  1102. "path": "pages/helper/helper",
  1103. "style": {
  1104. "navigationBarTitleText": "发货助手",
  1105. "enablePullDownRefresh": true
  1106. }
  1107. },
  1108. {
  1109. "path": "pages/helper/code",
  1110. "style": {
  1111. "navigationBarTitleText": "扫码发货",
  1112. "enablePullDownRefresh": false
  1113. }
  1114. },
  1115. {
  1116. "path": "pages/payment/information",
  1117. "style": {
  1118. "navigationBarTitleText": "信息填写",
  1119. "enablePullDownRefresh": false
  1120. }
  1121. }
  1122. , {
  1123. "path": "pages/safeguard/safeguard",
  1124. "style": {
  1125. "navigationBarTitleText": "系统维护",
  1126. "enablePullDownRefresh": false
  1127. }
  1128. }, {
  1129. "path": "pages/szy-logistics/szy-logistics",
  1130. "style": {
  1131. "navigationBarTitleText": "物流详情",
  1132. "enablePullDownRefresh": false
  1133. }
  1134. }, {
  1135. "path": "pages/contract-list/contract-list",
  1136. "style": {
  1137. "navigationBarTitleText": "合同列表",
  1138. "enablePullDownRefresh": false
  1139. }
  1140. }, {
  1141. "path": "pages/contract-detail/contract-detail",
  1142. "style": {
  1143. "navigationBarTitleText": "合同详情",
  1144. "enablePullDownRefresh": false
  1145. }
  1146. }, {
  1147. "path": "pages/soap/index",
  1148. "style": {
  1149. "navigationBarTitleText": "购买记录",
  1150. "enablePullDownRefresh": false
  1151. }
  1152. }, {
  1153. "path": "pages/soap/information",
  1154. "style": {
  1155. "navigationBarTitleText": "购买信息",
  1156. "enablePullDownRefresh": false
  1157. }
  1158. }, {
  1159. "path": "pages/soap/detail",
  1160. "style": {
  1161. "navigationBarTitleText": "购买详情",
  1162. "enablePullDownRefresh": false
  1163. }
  1164. }, {
  1165. "path": "pages/soap/address",
  1166. "style": {
  1167. "navigationBarTitleText": "地址信息",
  1168. "enablePullDownRefresh": false
  1169. }
  1170. }, {
  1171. "path": "pages/soap/logistics",
  1172. "style": {
  1173. "navigationBarTitleText": "物流详情",
  1174. "enablePullDownRefresh": false
  1175. }
  1176. }, {
  1177. "path": "pages/share/order",
  1178. "style": {
  1179. "navigationBarTitleText": "订单详情",
  1180. "enablePullDownRefresh": false
  1181. }
  1182. }, {
  1183. "path": "pages/guide/guide",
  1184. "style": {
  1185. "navigationBarTitleText": "修改昵称教程",
  1186. "enablePullDownRefresh": false
  1187. }
  1188. }, {
  1189. "path": "pages/stock/code_record",
  1190. "style": {
  1191. "navigationBarTitleText": "扫码记录",
  1192. "enablePullDownRefresh": false
  1193. }
  1194. },
  1195. {
  1196. "path": "pages/introduce-list/introduce-list",
  1197. "style": {
  1198. "navigationBarTitleText": "介绍人列表",
  1199. "enablePullDownRefresh": false
  1200. }
  1201. },
  1202. {
  1203. "path": "pages/introduce/introduce",
  1204. "style": {
  1205. "navigationBarTitleText": "绑定介绍人",
  1206. "enablePullDownRefresh": false
  1207. }
  1208. },
  1209. {
  1210. "path": "pages/team-manage/upgrade",
  1211. "style": {
  1212. "navigationBarTitleText": "申请升级",
  1213. "enablePullDownRefresh": false
  1214. }
  1215. }, {
  1216. "path": "pages/team-manage/teamDetail",
  1217. "style": {
  1218. "navigationBarTitleText": "",
  1219. "enablePullDownRefresh": false
  1220. }
  1221. },
  1222. {
  1223. "path": "pages/books/books",
  1224. "style": {
  1225. "navigationBarTitleText": "进货记录",
  1226. "enablePullDownRefresh": false
  1227. }
  1228. },
  1229. {
  1230. "path": "pages/books/agent",
  1231. "style": {
  1232. "navigationBarTitleText": "我的代理",
  1233. "enablePullDownRefresh": false
  1234. }
  1235. },
  1236. {
  1237. "path": "pages/books/upload",
  1238. "style": {
  1239. "navigationBarTitleText": "上传收货记录",
  1240. "enablePullDownRefresh": false
  1241. }
  1242. }
  1243. ],
  1244. "tabBar": {
  1245. "color": "#333333",
  1246. "selectedColor": "#FB231F",
  1247. "backgroundColor": "#FFFFFF",
  1248. "fontWeight": "bold",
  1249. "fontSize": "18px",
  1250. "iconWidth": "22px",
  1251. "spacing": "5px",
  1252. "width": "100%",
  1253. "height": "49px",
  1254. "list": [{
  1255. "text": "首页",
  1256. "pagePath": "pages/index/index"
  1257. // "iconPath": "static/index/tabbar/home.png",
  1258. // "selectedIconPath": "static/index/tabbar/home_active.png"
  1259. },
  1260. {
  1261. "text": "购物车",
  1262. "pagePath": "pages/shop-car1/shop-car1"
  1263. // "iconPath": "static/index/tabbar/cart.png",
  1264. // "selectedIconPath": "static/index/tabbar/cart_active.png"
  1265. },
  1266. {
  1267. "text": "扫码",
  1268. "pagePath": "pages/scanQR/index"
  1269. },
  1270. {
  1271. "text": "微店铺",
  1272. "pagePath": "pages/shop/shop"
  1273. // "iconPath": "static/index/tabbar/shop.png",
  1274. // "selectedIconPath": "static/index/tabbar/shop_active.png"
  1275. },
  1276. {
  1277. "text": "我的",
  1278. "pagePath": "pages/index-my/index-my"
  1279. // "iconPath": "static/index/tabbar/mine.png",
  1280. // "selectedIconPath": "static/index/tabbar/mine_active.png"
  1281. }
  1282. ]
  1283. },
  1284. // "tabBar": {
  1285. // "color": "#333333",
  1286. // "selectedColor": "#FB231F",
  1287. // "backgroundColor": "#FFFFFF",
  1288. // "fontSize": "36rpx",
  1289. // "fontWeight": "bold",
  1290. // // "iconWidth": "22px",
  1291. // "spacing": "5px",
  1292. // "height": "49px",
  1293. // "list": [{
  1294. // "text": "首页",
  1295. // "pagePath": "pages/index/index"
  1296. // },
  1297. // {
  1298. // "text": "扫码",
  1299. // "pagePath": "pages/fangwei/index"
  1300. // },
  1301. // // {
  1302. // // "text": "购物车",
  1303. // // "pagePath": "pages/shop-car1/shop-car1"
  1304. // // },
  1305. // // {
  1306. // // "text": "店铺",
  1307. // // "pagePath": "pages/shop/shop",
  1308. // // },
  1309. // {
  1310. // "text": "我的",
  1311. // "pagePath": "pages/index-my/index-my"
  1312. // }
  1313. // ]
  1314. // },
  1315. "globalStyle": {
  1316. "navigationBarTextStyle": "black",
  1317. "navigationStyle": "custom",
  1318. "app-plus": {
  1319. "scrollIndicator": "none"
  1320. },
  1321. "h5": {
  1322. "pullToRefresh": {
  1323. "color": "#F76454"
  1324. }
  1325. }
  1326. }
  1327. }