123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677 |
- {
- "easycom": {
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页",
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/my/my",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFF7F2"
- }
- }, {
- "path": "pages/shopping-cart/shopping-cart",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/my-order/my-order",
- "style": {
- "navigationBarTitleText": "我的订单",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#F6F6F6"
- }
- }, {
- "path": "pages/classification/classification",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/health-encyclopedia/health-encyclopedia",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/login/forgot-password/forgot-password",
- "style": {
- "navigationBarTitleText": "忘记密码",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/login/user-agreement/user-agreement",
- "style": {
- "navigationBarTitleText": "用户协议",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/login/register/register",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/login/mobile-number-login/mobile-number-login",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/login/message-login/message-login",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/login/enter-code/enter-code",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/my/personal-information/personal-information",
- "style": {
- "navigationBarTitleText": "个人资料",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/my/change-password/change-password",
- "style": {
- "navigationBarTitleText": "修改密码",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/my/real-name-certification/real-name-certification",
- "style": {
- "navigationBarTitleText": "实名认证",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/my/add-address/add-address",
- "style": {
- "navigationBarTitleText": "添加收货地址",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/my/my-address/my-address",
- "style": {
- "navigationBarTitleText": "收货地址",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/my/accounts-and-security/accounts-and-security",
- "style": {
- "navigationBarTitleText": "账户与安全",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/my/my-appointment/my-appointment",
- "style": {
- "navigationBarTitleText": "我的预约",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/my/set-up/set-up",
- "style": {
- "navigationBarTitleText": "设置",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/my/privacy-setting/privacy-setting",
- "style": {
- "navigationBarTitleText": "隐私设置",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/my/my-fans/my-fans",
- "style": {
- "navigationBarTitleText": "我的粉丝",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/my/my-commission/my-commission",
- "style": {
- "navigationBarTitleText": "我的佣金",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/my/my-collection/my-collection",
- "style": {
- "navigationBarTitleText": "我的收藏",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/my/browse-history/browse-history",
- "style": {
- "navigationBarTitleText": "浏览记录",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/my/exchange-record/exchange-record",
- "style": {
- "navigationBarTitleText": "兑换记录",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/my/points-details/points-details",
- "style": {
- "navigationBarTitleText": "积分明细",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/my/coupon/coupon",
- "style": {
- "navigationBarTitleText": "卡券",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/my/feedback/feedback",
- "style": {
- "navigationBarTitleText": "意见反馈",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/my/withdrawal-details/withdrawal-details",
- "style": {
- "navigationBarTitleText": "提现明细",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/my/message/message",
- "style": {
- "navigationBarTitleText": "消息",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/my/discount-activity/discount-activity",
- "style": {
- "navigationBarTitleText": "优惠活动",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/my/cancel-account/cancel-account",
- "style": {
- "navigationBarTitleText": "注销账户",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/my/cancel-notice/cancel-notice",
- "style": {
- "navigationBarTitleText": "注销须知",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/my/withdraw/withdraw",
- "style": {
- "navigationBarTitleText": "提现",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/my/bind-alipay/bind-alipay",
- "style": {
- "navigationBarTitleText": "绑定支付宝",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/my/bind-bank-card/bind-bank-card",
- "style": {
- "navigationBarTitleText": "绑定银行卡",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/my/set-password/set-password",
- "style": {
- "navigationBarTitleText": "设置密码",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/my/area-agent/area-agent",
- "style": {
- "navigationBarTitleText": "区域代理",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/my/information-material/information-material",
- "style": {
- "navigationBarTitleText": "资讯素材",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/my/integral/integral",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/my/transaction-logistics/transaction-logistics",
- "style": {
- "navigationBarTitleText": "交易物流",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/my/new-video/new-video",
- "style": {
- "navigationBarTitleText": "视频上新",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/my/sign-in-award/sign-in-award",
- "style": {
- "navigationBarTitleText": "签到奖励",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/my/online-service/online-service",
- "style": {
- "navigationBarTitleText": "在线客服",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/health-encyclopedia/health-encyclopedia-details/health-encyclopedia-details",
- "style": {
- "navigationBarTitleText": "详情",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/health-encyclopedia/seasonal-health/seasonal-health",
- "style": {
- "navigationBarTitleText": "时令养生",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/health-encyclopedia/fatigued/fatigued",
- "style": {
- "navigationBarTitleText": "疲乏无力",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/health-encyclopedia/video-details/video-details",
- "style": {
- "navigationBarTitleText": "视频详情",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/health-encyclopedia/health-symptomatic-video-explain/health-symptomatic-video-explain",
- "style": {
- "navigationBarTitleText": "亚健康对症视频讲解",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/health-encyclopedia/health-care/health-care",
- "style": {
- "navigationBarTitleText": "亚健康养生",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/health-encyclopedia/health-consult-results-page/health-consult-results-page",
- "style": {
- "navigationBarTitleText": "健康咨询",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/shopping-cart/confirm-order/confirm-order",
- "style": {
- "navigationBarTitleText": "确认订单",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/index/product-details/product-details",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/my-order/order-details/order-details",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/my-order/refund-after-sale/refund-after-sale",
- "style": {
- "navigationBarTitleText": "我的订单",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#F6F6F6"
- }
- }, {
- "path": "pages/my-order/select-service/select-service",
- "style": {
- "navigationBarTitleText": "选择服务",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/my-order/apply-for-invoice/apply-for-invoice",
- "style": {
- "navigationBarTitleText": "申请开票",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/my-order/apply-for-refund/apply-for-refund",
- "style": {
- "navigationBarTitleText": "申请退款",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/my-order/evaluation/evaluation",
- "style": {
- "navigationBarTitleText": "评价",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/index/origin-direct-sales/origin-direct-sales",
- "style": {
- "navigationBarTitleText": "产地直销",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/index/limited-source-pre-sale/limited-source-pre-sale",
- "style": {
- "navigationBarTitleText": "限源预售",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/index/video-column/video-column",
- "style": {
- "navigationBarTitleText": "视频专栏",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/index/my-custom/my-custom",
- "style": {
- "navigationBarTitleText": "我的定制",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/index/gift-choice/gift-choice",
- "style": {
- "navigationBarTitleText": "礼品心选",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/index/gift-choice-list/gift-choice-list",
- "style": {
- "navigationBarTitleText": "送长辈",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/my-order/logistics-details/logistics-details",
- "style": {
- "navigationBarTitleText": "物流详情",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#F6F6F6"
- }
- }, {
- "path": "pages/my/member/member",
- "style": {
- "navigationBarTitleText": "会员",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#35313F",
- "navigationBarTextStyle": "white"
- }
- }, {
- "path": "pages/index/raise-five-internal-organs/raise-five-internal-organs",
- "style": {
- "navigationBarTitleText": "养五脏",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/index/regulate-six-bowels/regulate-six-bowels",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/index/good-quality-work/good-quality-work",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/index/seasonal-healthy-food/seasonal-healthy-food",
- "style": {
- "navigationBarTitleText": "时令健康养生食品",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/index/seasonal-healthy-foods-shoppingCart/seasonal-healthy-foods-shoppingCart",
- "style": {
- "navigationBarTitleText": "强心长寿粥",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/index/promotional-picks/promotional-picks",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/index/search/search",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/index/city/city",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/index/customize-gift/customize-gift",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/index/sub-health-pool/sub-health-pool",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/index/sub-health-pool-details/sub-health-pool-details",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/index/pay/pay",
- "style": {
- "navigationBarTitleText": "付款",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#F2F2F2"
- }
- }, {
- "path": "pages/my-order/refund-details/refund-details",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/my/my-distribution-apply/my-distribution-apply",
- "style": {
- "navigationBarTitleText": "我的分销",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#F28A1A",
- "navigationBarTextStyle": "white"
- }
- }, {
- "path": "pages/my/my-distribution/my-distribution",
- "style": {
- "navigationBarTitleText": "我的分销",
- "enablePullDownRefresh": false
- }
- }
- ,{
- "path" : "pages/my/about-us/about-us",
- "style" :
- {
- "navigationBarTitleText": "关于我们",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/my/join-hands-with-partners/join-hands-with-partners",
- "style" :
- {
- "navigationBarTitleText": "携手合伙人",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#F2501A",
- "navigationBarTextStyle": "white"
- }
-
- }
- ,{
- "path" : "pages/index/seasonal-nutrition/seasonal-nutrition",
- "style" :
- {
- "navigationBarTitleText": "时令营养滋补免疫",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/my/bind-mobile-phone-number/bind-mobile-phone-number",
- "style" :
- {
- "navigationBarTitleText": "绑定手机号",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/my/change-bind-mobile-phone-number/change-bind-mobile-phone-number",
- "style" :
- {
- "navigationBarTitleText": "更换绑定手机号",
- "enablePullDownRefresh": false
- }
-
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#fff",
- "backgroundColor": "#fff"
- }
- }
|