pages.json 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305
  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/common/launch"
  8. },
  9. {
  10. "path": "pages/auth/login",
  11. "style": {
  12. "navigationBarTitleText": "授权登录",
  13. "navigationStyle": "custom"
  14. }
  15. },
  16. {
  17. "path": "pages/auth/wxLogin",
  18. "style": {
  19. "navigationBarTitleText": "公众号授权",
  20. "navigationStyle": "custom"
  21. }
  22. },
  23. {
  24. "path": "pages/home/index",
  25. "style": {
  26. "navigationBarTitleText": "宽益堂九",
  27. "enablePullDownRefresh": false,
  28. "navigationStyle": "custom",
  29. "app-plus": {
  30. "titleNView": false
  31. }
  32. }
  33. },
  34. // {
  35. // "path" : "pages/home/doctorCase",
  36. // "style" :
  37. // {
  38. // "navigationBarTitleText": "问诊案例",
  39. // "app-plus": {
  40. // "titleNView": false
  41. // }
  42. // }
  43. // },
  44. // {
  45. // "path" : "pages/doctor/doctorQr",
  46. // "style" :
  47. // {
  48. // "navigationBarTitleText": "用药咨询",
  49. // "app-plus": {
  50. // "titleNView": false
  51. // }
  52. // }
  53. // },
  54. {
  55. "path": "pages/home/productSearch",
  56. "style": {
  57. "navigationBarTitleText": "产品搜索",
  58. "app-plus": {
  59. "titleNView": false
  60. }
  61. }
  62. },
  63. // {
  64. // "path": "pages/healthy/idea",
  65. // "style": {
  66. // "navigationBarTitleText": "健康档案",
  67. // "enablePullDownRefresh": false,
  68. // "navigationStyle": "custom",
  69. // "app-plus": {
  70. // "titleNView": false
  71. // }
  72. // }
  73. // },
  74. {
  75. "path": "pages/home/productList",
  76. "style": {
  77. "navigationBarTitleText": "产品列表",
  78. "app-plus": {
  79. "titleNView": false
  80. }
  81. }
  82. },
  83. {
  84. "path": "pages/healthy/index",
  85. "style": {
  86. "navigationBarTitleText": "健康知识",
  87. "enablePullDownRefresh": false,
  88. "navigationStyle": "custom",
  89. "app-plus": {
  90. "titleNView": false
  91. }
  92. }
  93. },
  94. {
  95. "path": "pages/healthy/detail",
  96. "style": {
  97. "navigationBarTitleText": "",
  98. "enablePullDownRefresh": false,
  99. "app-plus": {
  100. "titleNView": false
  101. }
  102. }
  103. },
  104. {
  105. "path": "pages/healthy/readUsers",
  106. "style": {
  107. "navigationBarTitleText": "阅读用户",
  108. "enablePullDownRefresh": false,
  109. "app-plus": {
  110. "titleNView": false
  111. }
  112. }
  113. },
  114. // {
  115. // "path" : "pages/doctor/index",
  116. // "style" :
  117. // {
  118. // "navigationBarTitleText": "问诊",
  119. // "navigationStyle": "custom",
  120. // "enablePullDownRefresh": false
  121. // }
  122. // },
  123. // {
  124. // "path" : "pages/doctor/doctorList",
  125. // "style" :
  126. // {
  127. // "navigationBarTitleText": "医生列表",
  128. // "enablePullDownRefresh": false
  129. // }
  130. // },
  131. // {
  132. // "path" : "pages/doctor/doctorDetail",
  133. // "style" :
  134. // {
  135. // "navigationBarTitleText": "医生详情",
  136. // "navigationStyle": "custom",
  137. // "enablePullDownRefresh": false
  138. // }
  139. // },
  140. // {
  141. // "path" : "pages/doctor/submitOrder",
  142. // "style" :
  143. // {
  144. // "navigationBarTitleText": "发布问诊",
  145. // "enablePullDownRefresh": false
  146. // }
  147. // },
  148. {
  149. "path": "pages/shopping/index",
  150. "style": {
  151. "navigationBarTitleText": "",
  152. "navigationStyle": "custom",
  153. "enablePullDownRefresh": false
  154. }
  155. },
  156. {
  157. "path": "pages/user/index",
  158. "style": {
  159. "navigationBarTitleText": "我的",
  160. "navigationStyle": "custom",
  161. "app-plus": {
  162. "titleNView": false
  163. }
  164. }
  165. }, {
  166. "path": "pages/shopping/productDetails",
  167. "style": {
  168. "navigationBarTitleText": "产品详情",
  169. "enablePullDownRefresh": false
  170. }
  171. }, {
  172. "path": "pages/shopping/cart",
  173. "style": {
  174. "navigationBarTitleText": "购物车",
  175. "enablePullDownRefresh": false
  176. }
  177. }
  178. // ,{
  179. // "path" : "pages/shopping/productList",
  180. // "style" :
  181. // {
  182. // "navigationBarTitleText": "药品列表",
  183. // "enablePullDownRefresh": false
  184. // }
  185. // }
  186. , {
  187. "path": "pages/shopping/confirmOrder",
  188. "style": {
  189. "navigationBarTitleText": "确认订单",
  190. "enablePullDownRefresh": false
  191. }
  192. }, {
  193. "path": "pages/shopping/paymentOrder",
  194. "style": {
  195. "navigationBarTitleText": "去支付",
  196. "enablePullDownRefresh": false
  197. }
  198. }, {
  199. "path": "pages/shopping/payOrder",
  200. "style": {
  201. "navigationBarTitleText": "推荐服务支付",
  202. "enablePullDownRefresh": false
  203. }
  204. },
  205. // {
  206. // "path" : "pages/shopping/prescribe",
  207. // "style" :
  208. // {
  209. // "navigationBarTitleText": "填写处方信息",
  210. // "navigationStyle": "custom",
  211. // "enablePullDownRefresh": false
  212. // }
  213. // },
  214. // {
  215. // "path" : "pages/doctor/doctorIm",
  216. // "style" :
  217. // {
  218. // "navigationBarTitleText": "问诊会话",
  219. // "enablePullDownRefresh": false
  220. // }
  221. // },
  222. {
  223. "path": "pages/shopping/success",
  224. "style": {
  225. "navigationBarTitleText": "支付成功",
  226. "enablePullDownRefresh": false
  227. }
  228. },
  229. // {
  230. // "path" : "pages/doctor/paymentOrder",
  231. // "style" :
  232. // {
  233. // "navigationBarTitleText": "去支付",
  234. // "enablePullDownRefresh": false
  235. // }
  236. // }
  237. // ,{
  238. // "path" : "pages/doctor/doctorOrderIM",
  239. // "style" :
  240. // {
  241. // "navigationBarTitleText": "问诊会话",
  242. // "enablePullDownRefresh": false
  243. // }
  244. // }
  245. {
  246. "path": "pages/home/content",
  247. "style": {
  248. "navigationBarTitleText": "详情",
  249. "enablePullDownRefresh": false
  250. }
  251. }, {
  252. "path": "pages/home/h5",
  253. "style": {
  254. "navigationBarTitleText": "详情",
  255. "enablePullDownRefresh": false
  256. }
  257. }, {
  258. "path": "pages/home/cert",
  259. "style": {
  260. "navigationBarTitleText": "资质证明",
  261. "enablePullDownRefresh": false
  262. }
  263. }
  264. // ,{
  265. // "path" : "pages/shopping/confirmPackageOrder",
  266. // "style" :
  267. // {
  268. // "navigationBarTitleText": "确认支付",
  269. // "enablePullDownRefresh": false
  270. // }
  271. // }
  272. ],
  273. "subPackages": [
  274. // {
  275. // "root": "pages_doctor",
  276. // "pages": [
  277. // {
  278. // "path" : "doctorDetail",
  279. // "style" :
  280. // {
  281. // "navigationBarTitleText": "医生详情",
  282. // "navigationStyle": "custom",
  283. // "enablePullDownRefresh": false
  284. // }
  285. // },{
  286. // "path" : "doctorIm",
  287. // "style" :
  288. // {
  289. // "navigationBarTitleText": "问诊会话",
  290. // "enablePullDownRefresh": false
  291. // }
  292. // },{
  293. // "path" : "doctorList",
  294. // "style" :
  295. // {
  296. // "navigationBarTitleText": "医生列表",
  297. // "enablePullDownRefresh": false
  298. // }
  299. // },{
  300. // "path" : "doctorOrderIM",
  301. // "style" :
  302. // {
  303. // "navigationBarTitleText": "问诊会话",
  304. // "enablePullDownRefresh": false
  305. // }
  306. // },{
  307. // "path" : "doctorQr",
  308. // "style" :
  309. // {
  310. // "navigationBarTitleText": "用药咨询",
  311. // "app-plus": {
  312. // "titleNView": false
  313. // }
  314. // }
  315. // },{
  316. // "path" : "index",
  317. // "style" :
  318. // {
  319. // "navigationBarTitleText": "问诊",
  320. // "navigationStyle": "custom",
  321. // "enablePullDownRefresh": false
  322. // }
  323. // },{
  324. // "path" : "paymentOrder",
  325. // "style" :
  326. // {
  327. // "navigationBarTitleText": "去支付",
  328. // "enablePullDownRefresh": false
  329. // }
  330. // },{
  331. // "path" : "submitOrder",
  332. // "style" :
  333. // {
  334. // "navigationBarTitleText": "发布问诊",
  335. // "enablePullDownRefresh": false
  336. // }
  337. // }
  338. // ]
  339. // },
  340. {
  341. "root": "pages_index",
  342. "pages": [{
  343. "path": "index/medicatedFoodList",
  344. "style": {
  345. "navigationBarTitleText": "药膳食疗",
  346. "app-plus": {
  347. "titleNView": false
  348. }
  349. }
  350. },
  351. {
  352. "path": "index/medicatedFoodDetails",
  353. "style": {
  354. "navigationBarTitleText": "药膳食疗",
  355. "app-plus": {
  356. "titleNView": false
  357. }
  358. }
  359. },
  360. {
  361. "path": "index/vesselList",
  362. "style": {
  363. "navigationBarTitleText": "经络穴位",
  364. "app-plus": {
  365. "titleNView": false
  366. }
  367. }
  368. },
  369. {
  370. "path": "index/vesselDetails",
  371. "style": {
  372. "navigationBarTitleText": "经络穴位",
  373. "app-plus": {
  374. "titleNView": false
  375. }
  376. }
  377. },
  378. {
  379. "path": "index/questionsList",
  380. "style": {
  381. "navigationBarTitleText": "问答专区",
  382. "app-plus": {
  383. "titleNView": false
  384. }
  385. }
  386. },
  387. {
  388. "path": "index/questionsDetails",
  389. "style": {
  390. "navigationBarTitleText": "问答专区",
  391. "app-plus": {
  392. "titleNView": false
  393. }
  394. }
  395. },
  396. {
  397. "path": "index/diseaseList",
  398. "style": {
  399. "navigationBarTitleText": "疾病列表",
  400. "app-plus": {
  401. "titleNView": false
  402. }
  403. }
  404. },
  405. {
  406. "path": "index/diseaseDetails",
  407. "style": {
  408. "navigationBarTitleText": "疾病",
  409. "app-plus": {
  410. "titleNView": false
  411. }
  412. }
  413. },
  414. {
  415. "path": "index/chineseMedicineList",
  416. "style": {
  417. "navigationBarTitleText": "中药图解",
  418. "app-plus": {
  419. "titleNView": false
  420. }
  421. }
  422. },
  423. {
  424. "path": "index/chineseMedicineDetails",
  425. "style": {
  426. "navigationBarTitleText": "中药图解",
  427. "app-plus": {
  428. "titleNView": false
  429. }
  430. }
  431. },
  432. {
  433. "path": "index/famousPrescribeList",
  434. "style": {
  435. "navigationBarTitleText": "名方今用",
  436. "app-plus": {
  437. "titleNView": false
  438. }
  439. }
  440. },
  441. {
  442. "path": "index/famousPrescribeDetails",
  443. "style": {
  444. "navigationBarTitleText": "名方今用",
  445. "app-plus": {
  446. "titleNView": false
  447. }
  448. }
  449. },
  450. {
  451. "path": "index/test",
  452. "style": {
  453. "navigationBarTitleText": "测一测",
  454. "app-plus": {
  455. "titleNView": false
  456. }
  457. }
  458. },
  459. {
  460. "path": "index/testList",
  461. "style": {
  462. "navigationBarTitleText": "测一测",
  463. "app-plus": {
  464. "titleNView": false
  465. }
  466. }
  467. },
  468. {
  469. "path": "index/testDetails",
  470. "style": {
  471. "navigationBarTitleText": "测一测",
  472. "app-plus": {
  473. "titleNView": false
  474. }
  475. }
  476. },
  477. {
  478. "path": "index/testResult",
  479. "style": {
  480. "navigationBarTitleText": "测试结果",
  481. "app-plus": {
  482. "titleNView": false
  483. }
  484. }
  485. },
  486. {
  487. "path": "index/articleList",
  488. "style": {
  489. "navigationBarTitleText": "健康知识",
  490. "app-plus": {
  491. "titleNView": false
  492. }
  493. }
  494. },
  495. {
  496. "path": "index/articleDetails",
  497. "style": {
  498. "navigationBarTitleText": "文章详情",
  499. "app-plus": {
  500. "titleNView": false
  501. }
  502. }
  503. },
  504. {
  505. "path": "index/doctorArticleList",
  506. "style": {
  507. "navigationBarTitleText": "康复医案",
  508. "app-plus": {
  509. "titleNView": false
  510. }
  511. }
  512. },
  513. {
  514. "path": "index/doctorArticleDetails",
  515. "style": {
  516. "navigationBarTitleText": "康复医案",
  517. "app-plus": {
  518. "titleNView": false
  519. }
  520. }
  521. }
  522. ]
  523. },
  524. {
  525. "root": "pages_user",
  526. "pages": [{
  527. "path": "user/addPatient",
  528. "style": {
  529. "navigationBarTitleText": "创建健康档案",
  530. "app-plus": {
  531. "titleNView": false
  532. }
  533. }
  534. }, {
  535. "path": "user/message",
  536. "style": {
  537. "navigationBarTitleText": "消息",
  538. "enablePullDownRefresh": false
  539. }
  540. }, {
  541. "path": "user/msgDetail",
  542. "style": {
  543. "navigationBarTitleText": "系统消息",
  544. "enablePullDownRefresh": false
  545. }
  546. }, {
  547. "path": "user/storeOrder",
  548. "style": {
  549. // "navigationBarTitleText": "我的服务",
  550. "navigationBarTitleText": "我的订单",
  551. "enablePullDownRefresh": false
  552. }
  553. }, {
  554. "path": "user/storeOrderDetail",
  555. "style": {
  556. "navigationBarTitleText": "服务详情",
  557. "navigationStyle": "custom",
  558. "enablePullDownRefresh": false
  559. }
  560. }, {
  561. "path": "user/doctorOrder",
  562. "style": {
  563. "navigationBarTitleText": "问诊列表",
  564. "enablePullDownRefresh": false
  565. }
  566. },
  567. // {
  568. // "path": "user/patient",
  569. // "style": {
  570. // "navigationBarTitleText": "健康档案",
  571. // "enablePullDownRefresh": false
  572. // }
  573. // },
  574. {
  575. "path": "user/addAddress",
  576. "style": {
  577. "navigationBarTitleText": "新建收货地址",
  578. "enablePullDownRefresh": false
  579. }
  580. }, {
  581. "path": "user/address",
  582. "style": {
  583. "navigationBarTitleText": "收货地址",
  584. "enablePullDownRefresh": false
  585. }
  586. }, {
  587. "path": "user/integral",
  588. "style": {
  589. "navigationBarTitleText": "我的积分",
  590. "navigationStyle": "custom",
  591. "enablePullDownRefresh": false
  592. }
  593. }, {
  594. "path": "user/refundOrderList",
  595. "style": {
  596. "navigationBarTitleText": "售后服务",
  597. "enablePullDownRefresh": false
  598. }
  599. }, {
  600. "path": "user/refundOrderDetail",
  601. "style": {
  602. "navigationBarTitleText": "处理进度",
  603. "navigationStyle": "custom",
  604. "enablePullDownRefresh": false
  605. }
  606. }, {
  607. "path": "user/refundOrderLogs",
  608. "style": {
  609. "navigationBarTitleText": "退款详情",
  610. "navigationStyle": "custom",
  611. "enablePullDownRefresh": false
  612. }
  613. }, {
  614. "path": "user/storeOrderDelivery",
  615. "style": {
  616. "navigationBarTitleText": "物流信息",
  617. "navigationStyle": "custom",
  618. "enablePullDownRefresh": false
  619. }
  620. }, {
  621. "path": "user/refundOrder",
  622. "style": {
  623. "navigationBarTitleText": "申请售后",
  624. "enablePullDownRefresh": false
  625. }
  626. }, {
  627. "path": "user/prescribeOrder",
  628. "style": {
  629. "navigationBarTitleText": "处方单",
  630. "enablePullDownRefresh": false
  631. }
  632. }, {
  633. "path": "user/pay",
  634. "style": {
  635. "navigationBarTitleText": "收款",
  636. "enablePullDownRefresh": false
  637. }
  638. }, {
  639. "path": "user/success",
  640. "style": {
  641. "navigationBarTitleText": "支付结果",
  642. "enablePullDownRefresh": false
  643. }
  644. }, {
  645. "path": "user/refundOrderProduct",
  646. "style": {
  647. "navigationBarTitleText": "订单售后",
  648. "enablePullDownRefresh": false
  649. }
  650. }, {
  651. "path": "user/refundOrderDelivery",
  652. "style": {
  653. "navigationBarTitleText": "物流信息",
  654. "enablePullDownRefresh": false
  655. }
  656. }, {
  657. "path": "user/userTui",
  658. "style": {
  659. "navigationBarTitleText": "我的推广",
  660. "enablePullDownRefresh": false
  661. }
  662. }, {
  663. "path": "user/userTuiProduct",
  664. "style": {
  665. "navigationBarTitleText": "推广产品",
  666. "enablePullDownRefresh": false
  667. }
  668. }, {
  669. "path": "user/userTuiImg",
  670. "style": {
  671. "navigationBarTitleText": "推广海报",
  672. "enablePullDownRefresh": false
  673. }
  674. }, {
  675. "path": "user/userTuiList",
  676. "style": {
  677. "navigationBarTitleText": "我的推荐人",
  678. "enablePullDownRefresh": false
  679. }
  680. }, {
  681. "path": "user/userTuiMoneyList",
  682. "style": {
  683. "navigationBarTitleText": "佣金记录",
  684. "enablePullDownRefresh": false
  685. }
  686. }, {
  687. "path": "user/userTuiOrderList",
  688. "style": {
  689. "navigationBarTitleText": "服务记录",
  690. "enablePullDownRefresh": false
  691. }
  692. }, {
  693. "path": "user/storeProductRelation",
  694. "style": {
  695. "navigationBarTitleText": "我的足迹",
  696. "enablePullDownRefresh": false
  697. }
  698. }, {
  699. "path": "user/personInfo",
  700. "style": {
  701. "navigationBarTitleText": "个人信息",
  702. "enablePullDownRefresh": false
  703. }
  704. }, {
  705. "path": "user/userTuiMoney",
  706. "style": {
  707. "navigationBarTitleText": "提现管理",
  708. "enablePullDownRefresh": false
  709. }
  710. }, {
  711. "path": "user/userTuiExtractLog",
  712. "style": {
  713. "navigationBarTitleText": "提现记录",
  714. "enablePullDownRefresh": false
  715. }
  716. },
  717. // {
  718. // "path": "user/doc",
  719. // "style": {
  720. // "navigationBarTitleText": "健康档案",
  721. // "enablePullDownRefresh": false
  722. // }
  723. // },
  724. {
  725. "path": "user/addDoc",
  726. "style": {
  727. "navigationBarTitleText": "创建健康档案",
  728. "enablePullDownRefresh": false
  729. }
  730. },
  731. // {
  732. // "path": "user/docDetail",
  733. // "style": {
  734. // "navigationBarTitleText": "健康档案",
  735. // "navigationBarBackgroundColor": "#dff9f5",
  736. // "enablePullDownRefresh": false
  737. // }
  738. // },
  739. {
  740. "path": "user/docRecord",
  741. "style": {
  742. "navigationBarTitleText": "健康记录",
  743. "enablePullDownRefresh": false
  744. }
  745. }, {
  746. "path": "user/addDocRecord",
  747. "style": {
  748. "navigationBarTitleText": "添加健康记录",
  749. "enablePullDownRefresh": false
  750. }
  751. }, {
  752. "path": "user/userTuiAdd",
  753. "style": {
  754. "navigationBarTitleText": "申请推广员",
  755. "enablePullDownRefresh": false
  756. }
  757. }, {
  758. "path": "user/paymentOrderRemain",
  759. "style": {
  760. "navigationBarTitleText": "支付尾款",
  761. "enablePullDownRefresh": false
  762. }
  763. }, {
  764. "path": "user/otherPaymentOrder",
  765. "style": {
  766. "navigationBarTitleText": "亲友代付",
  767. "enablePullDownRefresh": false
  768. }
  769. }, {
  770. "path": "user/otherPaySuccess",
  771. "style": {
  772. "navigationBarTitleText": "支付成功",
  773. "enablePullDownRefresh": false
  774. }
  775. }, {
  776. "path": "user/otherPaymentOrderRemain",
  777. "style": {
  778. "navigationBarTitleText": "亲友代付尾款",
  779. "enablePullDownRefresh": false
  780. }
  781. }
  782. ]
  783. },
  784. {
  785. "root": "pages_company",
  786. "pages": [{
  787. "path": "auth/login",
  788. "style": {
  789. "navigationBarTitleText": "销售员登录",
  790. "app-plus": {
  791. "titleNView": false
  792. }
  793. }
  794. },
  795. {
  796. "path": "index",
  797. "style": {
  798. "navigationBarTitleText": "销售管理首页",
  799. "app-plus": {
  800. "titleNView": false
  801. }
  802. }
  803. },
  804. {
  805. "path": "storeOrder",
  806. "style": {
  807. "navigationBarTitleText": "服务管理",
  808. "app-plus": {
  809. "titleNView": false
  810. }
  811. }
  812. }, {
  813. "path": "storeOrderDetail",
  814. "style": {
  815. "navigationBarTitleText": "服务详情",
  816. "navigationStyle": "custom",
  817. "enablePullDownRefresh": false
  818. }
  819. },
  820. {
  821. "path": "storeProductPackage",
  822. "style": {
  823. "navigationBarTitleText": "产品套餐",
  824. "app-plus": {
  825. "titleNView": false
  826. }
  827. }
  828. },
  829. {
  830. "path": "storeProductPackageDetails",
  831. "style": {
  832. "navigationBarTitleText": "套餐详情",
  833. "app-plus": {
  834. "titleNView": false
  835. }
  836. }
  837. },
  838. {
  839. "path": "coupon",
  840. "style": {
  841. "navigationBarTitleText": "优惠券",
  842. "app-plus": {
  843. "titleNView": false
  844. }
  845. }
  846. },
  847. {
  848. "path": "couponDetails",
  849. "style": {
  850. "navigationBarTitleText": "优惠券详情",
  851. "app-plus": {
  852. "titleNView": false
  853. }
  854. }
  855. },
  856. {
  857. "path": "order/productList",
  858. "style": {
  859. "navigationBarTitleText": "产品列表",
  860. "app-plus": {
  861. "titleNView": false
  862. }
  863. }
  864. },
  865. {
  866. "path": "order/productDetails",
  867. "style": {
  868. "navigationBarTitleText": "产品详情",
  869. "enablePullDownRefresh": false
  870. }
  871. },
  872. {
  873. "path": "order/cart",
  874. "style": {
  875. "navigationBarTitleText": "购物车",
  876. "app-plus": {
  877. "titleNView": false
  878. }
  879. }
  880. },
  881. {
  882. "path": "order/confirmOrder",
  883. "style": {
  884. "navigationBarTitleText": "推荐服务信息",
  885. "app-plus": {
  886. "titleNView": false
  887. }
  888. }
  889. },
  890. {
  891. "path": "order/confirmCompanyOrder",
  892. "style": {
  893. "navigationBarTitleText": "推荐服务",
  894. "app-plus": {
  895. "titleNView": false
  896. }
  897. }
  898. },
  899. {
  900. "path": "order/coupon",
  901. "style": {
  902. "navigationBarTitleText": "制单优惠券",
  903. "app-plus": {
  904. "titleNView": false
  905. }
  906. }
  907. },
  908. {
  909. "path": "order/productShowDetails",
  910. "style": {
  911. "navigationBarTitleText": "产品详情",
  912. "app-plus": {
  913. "titleNView": false
  914. }
  915. }
  916. },
  917. {
  918. "path": "alipayImg",
  919. "style": {
  920. "navigationBarTitleText": "支付宝收款",
  921. "app-plus": {
  922. "titleNView": false
  923. }
  924. }
  925. },
  926. {
  927. "path": "wechatcode",
  928. "style": {
  929. "navigationBarTitleText": "微信收款码",
  930. "app-plus": {
  931. "titleNView": false
  932. }
  933. }
  934. },
  935. {
  936. "path": "card",
  937. "style": {
  938. "navigationBarTitleText": "我的名片",
  939. "app-plus": {
  940. "titleNView": false
  941. }
  942. }
  943. }
  944. ]
  945. },
  946. {
  947. "root": "pages_shopping",
  948. "pages": [{
  949. "path": "shopping/confirmPackageOrder",
  950. "style": {
  951. "navigationBarTitleText": "确认支付",
  952. "enablePullDownRefresh": false
  953. }
  954. },
  955. {
  956. "path": "shopping/confirmCreateOrder",
  957. "style": {
  958. "navigationBarTitleText": "确认订单",
  959. "enablePullDownRefresh": false
  960. }
  961. },
  962. {
  963. "path": "shopping/productList",
  964. "style": {
  965. "navigationBarTitleText": "药品列表",
  966. "enablePullDownRefresh": false
  967. }
  968. },
  969. {
  970. "path": "shopping/coupon",
  971. "style": {
  972. "navigationBarTitleText": "优惠券",
  973. "enablePullDownRefresh": false
  974. }
  975. }, {
  976. "path": "shopping/myCoupon",
  977. "style": {
  978. "navigationBarTitleText": "我的优惠券",
  979. "enablePullDownRefresh": false
  980. }
  981. }, {
  982. "path": "shopping/activityDetails",
  983. "style": {
  984. "navigationBarTitleText": "活动",
  985. "enablePullDownRefresh": false
  986. }
  987. }
  988. ]
  989. },
  990. {
  991. "root": "pages_manage",
  992. "pages": [
  993. {
  994. "path": "login",
  995. "style": {
  996. "navigationBarTitleText": "登录",
  997. "enablePullDownRefresh": false
  998. }
  999. },
  1000. {
  1001. "path": "index",
  1002. "style": {
  1003. "navigationBarTitleText": "数据",
  1004. "enablePullDownRefresh": false
  1005. }
  1006. },
  1007. {
  1008. "path": "dataDetails",
  1009. "style": {
  1010. "navigationBarTitleText": "课程数据详情",
  1011. "enablePullDownRefresh": false
  1012. }
  1013. },
  1014. {
  1015. "path": "statistic",
  1016. "style": {
  1017. "navigationBarTitleText": "课程统计",
  1018. "enablePullDownRefresh": false
  1019. }
  1020. },
  1021. {
  1022. "path": "manageDataDetail",
  1023. "style": {
  1024. "navigationBarTitleText": "销售详情",
  1025. "enablePullDownRefresh": false
  1026. }
  1027. }
  1028. ]
  1029. },
  1030. {
  1031. "root": "pages_managedata",
  1032. "pages": [{
  1033. "path": "coursedetail",
  1034. "style": {
  1035. "navigationBarTitleText": "课程详情",
  1036. "enablePullDownRefresh": false
  1037. }
  1038. },
  1039. {
  1040. "path": "vipdetail",
  1041. "style": {
  1042. "navigationBarTitleText": "会员详情",
  1043. "enablePullDownRefresh": false
  1044. }
  1045. },
  1046. {
  1047. "path": "userInfo",
  1048. "style": {
  1049. "navigationBarTitleText": "用户信息",
  1050. "enablePullDownRefresh": false
  1051. }
  1052. },
  1053. {
  1054. "path": "editUser",
  1055. "style": {
  1056. "navigationBarTitleText": "设置",
  1057. "enablePullDownRefresh": false
  1058. }
  1059. },
  1060. {
  1061. "path": "lableSetup",
  1062. "style": {
  1063. "navigationBarTitleText": "标签设置",
  1064. "enablePullDownRefresh": false
  1065. }
  1066. },
  1067. {
  1068. "path": "about",
  1069. "style": {
  1070. "navigationBarTitleText": "关于我们",
  1071. "enablePullDownRefresh": false
  1072. }
  1073. },
  1074. {
  1075. "path": "users",
  1076. "style": {
  1077. "navigationBarTitleText": "审核销售",
  1078. "enablePullDownRefresh": false
  1079. }
  1080. },
  1081. {
  1082. "path": "managedetail",
  1083. "style": {
  1084. "navigationBarTitleText": "审核销售",
  1085. "enablePullDownRefresh": false
  1086. }
  1087. },
  1088. {
  1089. "path": "exprotList",
  1090. "style": {
  1091. "navigationBarTitleText": "审核列表",
  1092. "enablePullDownRefresh": false
  1093. }
  1094. },
  1095. {
  1096. "path": "saleInfo",
  1097. "style": {
  1098. "navigationBarTitleText": "员工详情",
  1099. "enablePullDownRefresh": false
  1100. }
  1101. },
  1102. {
  1103. "path": "changeVip",
  1104. "style": {
  1105. "navigationBarTitleText": "更换会员归属",
  1106. "enablePullDownRefresh": false
  1107. }
  1108. }
  1109. ]
  1110. },
  1111. {
  1112. "root": "pages_course",
  1113. "pages": [{
  1114. "path": "reward",
  1115. "style": {
  1116. "navigationBarTitleText": "领取奖励",
  1117. "enablePullDownRefresh": false
  1118. }
  1119. },
  1120. {
  1121. "path": "becomeVIP",
  1122. "style": {
  1123. "navigationBarTitleText": "注册会员",
  1124. "enablePullDownRefresh": false
  1125. }
  1126. },
  1127. {
  1128. "path": "becomeSale",
  1129. "style": {
  1130. "navigationBarTitleText": "注册销售",
  1131. "enablePullDownRefresh": false
  1132. }
  1133. },
  1134. {
  1135. "path": "webview",
  1136. "style": {
  1137. "navigationBarTitleText": "授权登录",
  1138. "enablePullDownRefresh": false
  1139. }
  1140. },
  1141. {
  1142. "path": "videovip",
  1143. "style": {
  1144. "navigationBarTitleText": "看课详情",
  1145. "enablePullDownRefresh": false
  1146. }
  1147. },
  1148. {
  1149. "path" : "learn",
  1150. "style" :
  1151. {
  1152. "navigationBarTitleText" : "健康生活方式指导",
  1153. "enablePullDownRefresh": false
  1154. }
  1155. },
  1156. {
  1157. "path": "teacherClassroom",
  1158. "style": {
  1159. "navigationBarTitleText": "名师课堂",
  1160. "enablePullDownRefresh": false
  1161. }
  1162. },
  1163. {
  1164. "path": "video",
  1165. "style": {
  1166. "navigationBarTitleText": "",
  1167. "enablePullDownRefresh": false,
  1168. "navigationStyle": "custom"
  1169. }
  1170. }
  1171. ]
  1172. }
  1173. ],
  1174. "globalStyle": {
  1175. "navigationBarTextStyle": "black",
  1176. "navigationBarTitleText": "宽益堂九",
  1177. "navigationBarBackgroundColor": "#FFFFFF",
  1178. "backgroundColor": "#FFFFFF"
  1179. },
  1180. "tabBar": {
  1181. "color": "#666666",
  1182. "selectedColor": "#C39A58",
  1183. // "custom": true,
  1184. "borderStyle": "white",
  1185. "backgroundColor": "#ffffff",
  1186. "height": "64px",
  1187. "fontSize": "12px",
  1188. "iconWidth": "18px",
  1189. "spacing": "4px",
  1190. "list": [{
  1191. "pagePath": "pages/home/index",
  1192. "iconPath": "/static/tabbar04/home.png",
  1193. "selectedIconPath": "/static/tabbar04/home_sel.png",
  1194. "text": "首页"
  1195. },
  1196. {
  1197. "pagePath": "pages/healthy/index",
  1198. "iconPath": "/static/tabbar04/health.png",
  1199. "selectedIconPath": "/static/tabbar04/health_sel.png",
  1200. "text": "健康百科"
  1201. },
  1202. // {
  1203. // "pagePath": "pages/shopping/index",
  1204. // "iconPath": "/static/tabbar04/shop_mall.png",
  1205. // "selectedIconPath": "/static/tabbar04/shop_mall_sel.png",
  1206. // "text": "健康产品"
  1207. // },
  1208. // {
  1209. // "pagePath": "pages/healthy/idea",
  1210. // "iconPath": "/static/tabbar/archive.png",
  1211. // "selectedIconPath": "/static/tabbar/archive_sel.png",
  1212. // "text": "健康档案"
  1213. // },
  1214. {
  1215. "pagePath": "pages/user/index",
  1216. "iconPath": "/static/tabbar04/my.png",
  1217. "selectedIconPath": "/static/tabbar04/my_sel.png",
  1218. "text": "我的"
  1219. }
  1220. ]
  1221. }
  1222. }