{ "easycom": { "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" }, "pages": [ { "path": "pages/peanut/home", "style": { "navigationBarTitleText": "首页" } }, { "path": "pages/peanut/shopping", "style": { "navigationBarTitleText": "购物车", "enablePullDownRefresh": false } }, { "path": "pages/peanut/bookshelf", "style": { "navigationBarTitleText": "我的书架", "enablePullDownRefresh": false } }, { "path": "pages/peanut/mine", "style": { "navigationBarTitleText": "我的", "enablePullDownRefresh": false } }, { "path": "pages/peanut/searchFor", "style": { "navigationBarTitleText": "搜索", "enablePullDownRefresh": false } }, { "path": "pages/peanut/opeVip", "style": { "navigationBarTitleText": "开通Vip", "enablePullDownRefresh": false } }, { "path": "pages/peanut/reCharge", "style": { "navigationBarTitleText": "充值", "enablePullDownRefresh": false } }, { "path": "pages/user/persData", "style": { "navigationBarTitleText": "个人资料", "enablePullDownRefresh": false } }, { "path": "pages/user/persCount", "style": { "navigationBarTitleText": "个人账户", "enablePullDownRefresh": false } }, { "path": "pages/user/bindPhone", "style": { "navigationBarTitleText": "绑定手机号" } }, { "path": "pages/user/forget", "style": { "navigationBarTitleText": "忘记密码" } }, { "path": "pages/user/protocol", "style": { "navigationBarTitleText": "协议" } }, { "path": "pages/user/register", "style": { "navigationBarTitleText": "注册" } }, { "path": "pages/user/login", "style": { "navigationBarTitleText": "登录", "enablePullDownRefresh": false // 禁止下拉刷新 } }, { "path": "pages/user/healthLog", "style": { "navigationBarTitleText": "一路健康用户登录" } }, { "path": "pages/user/visitor", "style": { "navigationBarTitleText": "游客登录" } }, { "path": "pages/bookShop/bookShopIndex", "style": { "navigationBarTitleText": "健康超市" } }, { "path": "pages/bookShop/bookShopType", "style": { "navigationBarTitleText": "健康超市分类列表" } }, { "path": "pages/bookShop/commodityDetail", "style": { "navigationBarTitleText": "商品详情" } }, { "path": "pages/bookShop/classify", "style": { "navigationBarTitleText": "商品分类列表" } }, { "path": "pages/bookShop/classifyAll", "style": { "navigationBarTitleText": "商品分类" } }, { "path": "pages/bookShop/settlement", "style": { "navigationBarTitleText": "商品结算", "enablePullDownRefresh": false } }, { "path": "pages/bookShop/orderList", "style": { "navigationBarTitleText": "我的订单" } }, { "path": "pages/bookShop/orderLCont", "style": { "navigationBarTitleText": "我的订单详情", "enablePullDownRefresh": false } }, { "path": "pages/bookShop/commoditySearch", "style": { "navigationBarTitleText": "商品搜索" } }, { "path": "pages/user/address", "style": { "navigationBarTitleText": "地址管理", "enablePullDownRefresh": false } }, { "path": "pages/user/addAddress", "style": { "navigationBarTitleText": "编辑地址" } }, { "path": "pages/bookShop/deliverDetail", "style": { "navigationBarTitleText": "物流详情" } }, { "path": "pages/peanut/aboutUs", "style": { "navigationBarTitleText": "关于我们", "enablePullDownRefresh": false } }, { "path": "pages/bookShop/settlementBook", "style": { "navigationBarTitleText": "book购买1", "enablePullDownRefresh": false } }, { // 更新版本 "path": "uni_modules/uni-upgrade-center-app/pages/upgrade-popup", "style": { "disableScroll": true, "app-plus": { "backgroundColorTop": "transparent", "background": "transparent", "titleNView": false, "scrollIndicator": false, "popGesture": "none", "animationType": "fade-in", "animationDuration": 200 } } }, { "path": "pages/bookShop/deliverLIst", "style": { "navigationBarTitleText": "快递列表", "enablePullDownRefresh": false } }, { "path": "pages/peanut/chargeDetaill", "style": { "navigationBarTitleText": "充值详情1", "enablePullDownRefresh": false } }, { "path" : "pages/news/news", "style" : { "navigationBarTitleText" : "news", "enablePullDownRefresh": false } }, { "path" : "pages/course/index", "style" : { "navigationBarTitleText" : "课程列表" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", // "navigationBarTitleText": "启动页", "navigationBarBackgroundColor": "#343434", "backgroundColor": "#FFFFFF", "navigationStyle": "custom", "enablePullDownRefresh": true }, "tabBar": { "color": "#fff", "selectedColor": "#079307", "borderStyle": "black", "backgroundColor": "#343434", "list": [ { "pagePath": "pages/peanut/home", "iconPath": "static/tab/icon1_n.png", "selectedIconPath": "static/tab/icon1_y.png", "text": "首页" }, { "pagePath": "pages/peanut/shopping", "iconPath": "static/tab/tab_nor_02.png", "selectedIconPath": "static/tab/tab_cur_02.png", "text": "购物车" }, { "pagePath": "pages/library/library", "iconPath": "static/tab/tab_nor_03.png", "selectedIconPath": "static/tab/tab_cur_03.png", "text": "太湖公益" }, { "pagePath": "pages/peanut/mine", "iconPath": "static/tab/tab_nor_04.png", "selectedIconPath": "static/tab/tab_cur_04.png", "text": "我的" } ] }, "condition": { //模式配置,仅开发期间生效 "current": 0, //当前激活的模式(list 的索引项) "list": [ { "name": "", //模式名称 "path": "", //启动页面,必选 "query": "" //启动参数,在页面的onLoad函数里面得到 } ] } }