pages.json 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677
  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. "navigationStyle": "custom"
  11. }
  12. }, {
  13. "path": "pages/my/my",
  14. "style": {
  15. "navigationBarTitleText": "",
  16. "enablePullDownRefresh": false,
  17. "navigationBarBackgroundColor": "#FFF7F2"
  18. }
  19. }, {
  20. "path": "pages/shopping-cart/shopping-cart",
  21. "style": {
  22. "navigationBarTitleText": "",
  23. "enablePullDownRefresh": false,
  24. "navigationStyle": "custom"
  25. }
  26. }, {
  27. "path": "pages/my-order/my-order",
  28. "style": {
  29. "navigationBarTitleText": "我的订单",
  30. "enablePullDownRefresh": false,
  31. "navigationBarBackgroundColor": "#F6F6F6"
  32. }
  33. }, {
  34. "path": "pages/classification/classification",
  35. "style": {
  36. "navigationBarTitleText": "",
  37. "enablePullDownRefresh": false,
  38. "navigationStyle": "custom"
  39. }
  40. }, {
  41. "path": "pages/login/login",
  42. "style": {
  43. "navigationBarTitleText": "",
  44. "enablePullDownRefresh": false
  45. }
  46. }, {
  47. "path": "pages/health-encyclopedia/health-encyclopedia",
  48. "style": {
  49. "navigationBarTitleText": "",
  50. "enablePullDownRefresh": false,
  51. "navigationStyle": "custom"
  52. }
  53. }, {
  54. "path": "pages/login/forgot-password/forgot-password",
  55. "style": {
  56. "navigationBarTitleText": "忘记密码",
  57. "enablePullDownRefresh": false
  58. }
  59. }, {
  60. "path": "pages/login/user-agreement/user-agreement",
  61. "style": {
  62. "navigationBarTitleText": "用户协议",
  63. "enablePullDownRefresh": false
  64. }
  65. }, {
  66. "path": "pages/login/register/register",
  67. "style": {
  68. "navigationBarTitleText": "",
  69. "enablePullDownRefresh": false
  70. }
  71. }, {
  72. "path": "pages/login/mobile-number-login/mobile-number-login",
  73. "style": {
  74. "navigationBarTitleText": "",
  75. "enablePullDownRefresh": false
  76. }
  77. }, {
  78. "path": "pages/login/message-login/message-login",
  79. "style": {
  80. "navigationBarTitleText": "",
  81. "enablePullDownRefresh": false
  82. }
  83. }, {
  84. "path": "pages/login/enter-code/enter-code",
  85. "style": {
  86. "navigationBarTitleText": "",
  87. "enablePullDownRefresh": false
  88. }
  89. }, {
  90. "path": "pages/my/personal-information/personal-information",
  91. "style": {
  92. "navigationBarTitleText": "个人资料",
  93. "enablePullDownRefresh": false
  94. }
  95. }, {
  96. "path": "pages/my/change-password/change-password",
  97. "style": {
  98. "navigationBarTitleText": "修改密码",
  99. "enablePullDownRefresh": false
  100. }
  101. }, {
  102. "path": "pages/my/real-name-certification/real-name-certification",
  103. "style": {
  104. "navigationBarTitleText": "实名认证",
  105. "enablePullDownRefresh": false
  106. }
  107. }, {
  108. "path": "pages/my/add-address/add-address",
  109. "style": {
  110. "navigationBarTitleText": "添加收货地址",
  111. "enablePullDownRefresh": false
  112. }
  113. }, {
  114. "path": "pages/my/my-address/my-address",
  115. "style": {
  116. "navigationBarTitleText": "收货地址",
  117. "enablePullDownRefresh": false
  118. }
  119. }, {
  120. "path": "pages/my/accounts-and-security/accounts-and-security",
  121. "style": {
  122. "navigationBarTitleText": "账户与安全",
  123. "enablePullDownRefresh": false
  124. }
  125. }, {
  126. "path": "pages/my/my-appointment/my-appointment",
  127. "style": {
  128. "navigationBarTitleText": "我的预约",
  129. "enablePullDownRefresh": false
  130. }
  131. }, {
  132. "path": "pages/my/set-up/set-up",
  133. "style": {
  134. "navigationBarTitleText": "设置",
  135. "enablePullDownRefresh": false
  136. }
  137. }, {
  138. "path": "pages/my/privacy-setting/privacy-setting",
  139. "style": {
  140. "navigationBarTitleText": "隐私设置",
  141. "enablePullDownRefresh": false
  142. }
  143. }, {
  144. "path": "pages/my/my-fans/my-fans",
  145. "style": {
  146. "navigationBarTitleText": "我的粉丝",
  147. "enablePullDownRefresh": false,
  148. "navigationStyle": "custom"
  149. }
  150. }, {
  151. "path": "pages/my/my-commission/my-commission",
  152. "style": {
  153. "navigationBarTitleText": "我的佣金",
  154. "enablePullDownRefresh": false
  155. }
  156. }, {
  157. "path": "pages/my/my-collection/my-collection",
  158. "style": {
  159. "navigationBarTitleText": "我的收藏",
  160. "enablePullDownRefresh": false,
  161. "navigationStyle": "custom"
  162. }
  163. }, {
  164. "path": "pages/my/browse-history/browse-history",
  165. "style": {
  166. "navigationBarTitleText": "浏览记录",
  167. "enablePullDownRefresh": false,
  168. "navigationStyle": "custom"
  169. }
  170. }, {
  171. "path": "pages/my/exchange-record/exchange-record",
  172. "style": {
  173. "navigationBarTitleText": "兑换记录",
  174. "enablePullDownRefresh": false
  175. }
  176. }, {
  177. "path": "pages/my/points-details/points-details",
  178. "style": {
  179. "navigationBarTitleText": "积分明细",
  180. "enablePullDownRefresh": false
  181. }
  182. }, {
  183. "path": "pages/my/coupon/coupon",
  184. "style": {
  185. "navigationBarTitleText": "卡券",
  186. "enablePullDownRefresh": false
  187. }
  188. }, {
  189. "path": "pages/my/feedback/feedback",
  190. "style": {
  191. "navigationBarTitleText": "意见反馈",
  192. "enablePullDownRefresh": false
  193. }
  194. }, {
  195. "path": "pages/my/withdrawal-details/withdrawal-details",
  196. "style": {
  197. "navigationBarTitleText": "提现明细",
  198. "enablePullDownRefresh": false
  199. }
  200. }, {
  201. "path": "pages/my/message/message",
  202. "style": {
  203. "navigationBarTitleText": "消息",
  204. "enablePullDownRefresh": false
  205. }
  206. }, {
  207. "path": "pages/my/discount-activity/discount-activity",
  208. "style": {
  209. "navigationBarTitleText": "优惠活动",
  210. "enablePullDownRefresh": false
  211. }
  212. }, {
  213. "path": "pages/my/cancel-account/cancel-account",
  214. "style": {
  215. "navigationBarTitleText": "注销账户",
  216. "enablePullDownRefresh": false
  217. }
  218. }, {
  219. "path": "pages/my/cancel-notice/cancel-notice",
  220. "style": {
  221. "navigationBarTitleText": "注销须知",
  222. "enablePullDownRefresh": false
  223. }
  224. }, {
  225. "path": "pages/my/withdraw/withdraw",
  226. "style": {
  227. "navigationBarTitleText": "提现",
  228. "enablePullDownRefresh": false
  229. }
  230. }, {
  231. "path": "pages/my/bind-alipay/bind-alipay",
  232. "style": {
  233. "navigationBarTitleText": "绑定支付宝",
  234. "enablePullDownRefresh": false
  235. }
  236. }, {
  237. "path": "pages/my/bind-bank-card/bind-bank-card",
  238. "style": {
  239. "navigationBarTitleText": "绑定银行卡",
  240. "enablePullDownRefresh": false
  241. }
  242. }, {
  243. "path": "pages/my/set-password/set-password",
  244. "style": {
  245. "navigationBarTitleText": "设置密码",
  246. "enablePullDownRefresh": false
  247. }
  248. }, {
  249. "path": "pages/my/area-agent/area-agent",
  250. "style": {
  251. "navigationBarTitleText": "区域代理",
  252. "enablePullDownRefresh": false
  253. }
  254. }, {
  255. "path": "pages/my/information-material/information-material",
  256. "style": {
  257. "navigationBarTitleText": "资讯素材",
  258. "enablePullDownRefresh": false
  259. }
  260. }, {
  261. "path": "pages/my/integral/integral",
  262. "style": {
  263. "navigationBarTitleText": "",
  264. "enablePullDownRefresh": false,
  265. "navigationStyle": "custom"
  266. }
  267. }, {
  268. "path": "pages/my/transaction-logistics/transaction-logistics",
  269. "style": {
  270. "navigationBarTitleText": "交易物流",
  271. "enablePullDownRefresh": false
  272. }
  273. }, {
  274. "path": "pages/my/new-video/new-video",
  275. "style": {
  276. "navigationBarTitleText": "视频上新",
  277. "enablePullDownRefresh": false
  278. }
  279. }, {
  280. "path": "pages/my/sign-in-award/sign-in-award",
  281. "style": {
  282. "navigationBarTitleText": "签到奖励",
  283. "enablePullDownRefresh": false,
  284. "navigationStyle": "custom"
  285. }
  286. }, {
  287. "path": "pages/my/online-service/online-service",
  288. "style": {
  289. "navigationBarTitleText": "在线客服",
  290. "enablePullDownRefresh": false,
  291. "navigationStyle": "custom"
  292. }
  293. }, {
  294. "path": "pages/health-encyclopedia/health-encyclopedia-details/health-encyclopedia-details",
  295. "style": {
  296. "navigationBarTitleText": "详情",
  297. "enablePullDownRefresh": false,
  298. "navigationStyle": "custom"
  299. }
  300. }, {
  301. "path": "pages/health-encyclopedia/seasonal-health/seasonal-health",
  302. "style": {
  303. "navigationBarTitleText": "时令养生",
  304. "enablePullDownRefresh": false,
  305. "navigationStyle": "custom"
  306. }
  307. }, {
  308. "path": "pages/health-encyclopedia/fatigued/fatigued",
  309. "style": {
  310. "navigationBarTitleText": "疲乏无力",
  311. "enablePullDownRefresh": false
  312. }
  313. }, {
  314. "path": "pages/health-encyclopedia/video-details/video-details",
  315. "style": {
  316. "navigationBarTitleText": "视频详情",
  317. "enablePullDownRefresh": false
  318. }
  319. }, {
  320. "path": "pages/health-encyclopedia/health-symptomatic-video-explain/health-symptomatic-video-explain",
  321. "style": {
  322. "navigationBarTitleText": "亚健康对症视频讲解",
  323. "enablePullDownRefresh": false
  324. }
  325. }, {
  326. "path": "pages/health-encyclopedia/health-care/health-care",
  327. "style": {
  328. "navigationBarTitleText": "亚健康养生",
  329. "enablePullDownRefresh": false
  330. }
  331. }, {
  332. "path": "pages/health-encyclopedia/health-consult-results-page/health-consult-results-page",
  333. "style": {
  334. "navigationBarTitleText": "健康咨询",
  335. "enablePullDownRefresh": false
  336. }
  337. }, {
  338. "path": "pages/shopping-cart/confirm-order/confirm-order",
  339. "style": {
  340. "navigationBarTitleText": "确认订单",
  341. "enablePullDownRefresh": false
  342. }
  343. }, {
  344. "path": "pages/index/product-details/product-details",
  345. "style": {
  346. "navigationBarTitleText": "",
  347. "enablePullDownRefresh": false,
  348. "navigationStyle": "custom"
  349. }
  350. }, {
  351. "path": "pages/my-order/order-details/order-details",
  352. "style": {
  353. "navigationBarTitleText": "",
  354. "enablePullDownRefresh": false,
  355. "navigationStyle": "custom"
  356. }
  357. }, {
  358. "path": "pages/my-order/refund-after-sale/refund-after-sale",
  359. "style": {
  360. "navigationBarTitleText": "我的订单",
  361. "enablePullDownRefresh": false,
  362. "navigationBarBackgroundColor": "#F6F6F6"
  363. }
  364. }, {
  365. "path": "pages/my-order/select-service/select-service",
  366. "style": {
  367. "navigationBarTitleText": "选择服务",
  368. "enablePullDownRefresh": false
  369. }
  370. }, {
  371. "path": "pages/my-order/apply-for-invoice/apply-for-invoice",
  372. "style": {
  373. "navigationBarTitleText": "申请开票",
  374. "enablePullDownRefresh": false
  375. }
  376. }, {
  377. "path": "pages/my-order/apply-for-refund/apply-for-refund",
  378. "style": {
  379. "navigationBarTitleText": "申请退款",
  380. "enablePullDownRefresh": false
  381. }
  382. }, {
  383. "path": "pages/my-order/evaluation/evaluation",
  384. "style": {
  385. "navigationBarTitleText": "评价",
  386. "enablePullDownRefresh": false
  387. }
  388. }, {
  389. "path": "pages/index/origin-direct-sales/origin-direct-sales",
  390. "style": {
  391. "navigationBarTitleText": "产地直销",
  392. "enablePullDownRefresh": false
  393. }
  394. }, {
  395. "path": "pages/index/limited-source-pre-sale/limited-source-pre-sale",
  396. "style": {
  397. "navigationBarTitleText": "限源预售",
  398. "enablePullDownRefresh": false
  399. }
  400. }, {
  401. "path": "pages/index/video-column/video-column",
  402. "style": {
  403. "navigationBarTitleText": "视频专栏",
  404. "enablePullDownRefresh": false
  405. }
  406. }, {
  407. "path": "pages/index/my-custom/my-custom",
  408. "style": {
  409. "navigationBarTitleText": "我的定制",
  410. "enablePullDownRefresh": false
  411. }
  412. }, {
  413. "path": "pages/index/gift-choice/gift-choice",
  414. "style": {
  415. "navigationBarTitleText": "礼品心选",
  416. "enablePullDownRefresh": false
  417. }
  418. }, {
  419. "path": "pages/index/gift-choice-list/gift-choice-list",
  420. "style": {
  421. "navigationBarTitleText": "送长辈",
  422. "enablePullDownRefresh": false
  423. }
  424. }, {
  425. "path": "pages/my-order/logistics-details/logistics-details",
  426. "style": {
  427. "navigationBarTitleText": "物流详情",
  428. "enablePullDownRefresh": false,
  429. "navigationBarBackgroundColor": "#F6F6F6"
  430. }
  431. }, {
  432. "path": "pages/my/member/member",
  433. "style": {
  434. "navigationBarTitleText": "会员",
  435. "enablePullDownRefresh": false,
  436. "navigationBarBackgroundColor": "#35313F",
  437. "navigationBarTextStyle": "white"
  438. }
  439. }, {
  440. "path": "pages/index/raise-five-internal-organs/raise-five-internal-organs",
  441. "style": {
  442. "navigationBarTitleText": "养五脏",
  443. "enablePullDownRefresh": false
  444. }
  445. }, {
  446. "path": "pages/index/regulate-six-bowels/regulate-six-bowels",
  447. "style": {
  448. "navigationBarTitleText": "",
  449. "enablePullDownRefresh": false
  450. }
  451. }, {
  452. "path": "pages/index/good-quality-work/good-quality-work",
  453. "style": {
  454. "navigationBarTitleText": "",
  455. "enablePullDownRefresh": false,
  456. "navigationStyle": "custom"
  457. }
  458. }, {
  459. "path": "pages/index/seasonal-healthy-food/seasonal-healthy-food",
  460. "style": {
  461. "navigationBarTitleText": "时令健康养生食品",
  462. "enablePullDownRefresh": false
  463. }
  464. }, {
  465. "path": "pages/index/seasonal-healthy-foods-shoppingCart/seasonal-healthy-foods-shoppingCart",
  466. "style": {
  467. "navigationBarTitleText": "强心长寿粥",
  468. "enablePullDownRefresh": false
  469. }
  470. }, {
  471. "path": "pages/index/promotional-picks/promotional-picks",
  472. "style": {
  473. "navigationBarTitleText": "",
  474. "enablePullDownRefresh": false,
  475. "navigationStyle": "custom"
  476. }
  477. }, {
  478. "path": "pages/index/search/search",
  479. "style": {
  480. "navigationBarTitleText": "",
  481. "enablePullDownRefresh": false,
  482. "navigationStyle": "custom"
  483. }
  484. }, {
  485. "path": "pages/index/city/city",
  486. "style": {
  487. "navigationBarTitleText": "",
  488. "enablePullDownRefresh": false
  489. }
  490. }, {
  491. "path": "pages/index/customize-gift/customize-gift",
  492. "style": {
  493. "navigationBarTitleText": "",
  494. "enablePullDownRefresh": false,
  495. "navigationStyle": "custom"
  496. }
  497. }, {
  498. "path": "pages/index/sub-health-pool/sub-health-pool",
  499. "style": {
  500. "navigationBarTitleText": "",
  501. "enablePullDownRefresh": false,
  502. "navigationStyle": "custom"
  503. }
  504. }, {
  505. "path": "pages/index/sub-health-pool-details/sub-health-pool-details",
  506. "style": {
  507. "navigationBarTitleText": "",
  508. "enablePullDownRefresh": false,
  509. "navigationStyle": "custom"
  510. }
  511. }, {
  512. "path": "pages/index/pay/pay",
  513. "style": {
  514. "navigationBarTitleText": "付款",
  515. "enablePullDownRefresh": false,
  516. "navigationBarBackgroundColor": "#F2F2F2"
  517. }
  518. }, {
  519. "path": "pages/my-order/refund-details/refund-details",
  520. "style": {
  521. "navigationBarTitleText": "",
  522. "enablePullDownRefresh": false,
  523. "navigationStyle": "custom"
  524. }
  525. }, {
  526. "path": "pages/my/my-distribution-apply/my-distribution-apply",
  527. "style": {
  528. "navigationBarTitleText": "我的分销",
  529. "enablePullDownRefresh": false,
  530. "navigationBarBackgroundColor": "#F28A1A",
  531. "navigationBarTextStyle": "white"
  532. }
  533. }, {
  534. "path": "pages/my/my-distribution/my-distribution",
  535. "style": {
  536. "navigationBarTitleText": "我的分销",
  537. "enablePullDownRefresh": false
  538. }
  539. }
  540. ,{
  541. "path" : "pages/my/about-us/about-us",
  542. "style" :
  543. {
  544. "navigationBarTitleText": "关于我们",
  545. "enablePullDownRefresh": false
  546. }
  547. }
  548. ,{
  549. "path" : "pages/my/join-hands-with-partners/join-hands-with-partners",
  550. "style" :
  551. {
  552. "navigationBarTitleText": "携手合伙人",
  553. "enablePullDownRefresh": false,
  554. "navigationBarBackgroundColor": "#F2501A",
  555. "navigationBarTextStyle": "white"
  556. }
  557. }
  558. ,{
  559. "path" : "pages/index/seasonal-nutrition/seasonal-nutrition",
  560. "style" :
  561. {
  562. "navigationBarTitleText": "时令营养滋补免疫",
  563. "enablePullDownRefresh": false
  564. }
  565. }
  566. ,{
  567. "path" : "pages/my/bind-mobile-phone-number/bind-mobile-phone-number",
  568. "style" :
  569. {
  570. "navigationBarTitleText": "绑定手机号",
  571. "enablePullDownRefresh": false
  572. }
  573. }
  574. ,{
  575. "path" : "pages/my/change-bind-mobile-phone-number/change-bind-mobile-phone-number",
  576. "style" :
  577. {
  578. "navigationBarTitleText": "更换绑定手机号",
  579. "enablePullDownRefresh": false
  580. }
  581. }
  582. ],
  583. "globalStyle": {
  584. "navigationBarTextStyle": "black",
  585. "navigationBarTitleText": "",
  586. "navigationBarBackgroundColor": "#fff",
  587. "backgroundColor": "#fff"
  588. }
  589. }