{ "easycom": { "autoscan": true, "custom": { "^u--(.*)": "uview-plus/components/u-$1/u-$1.vue", "^up-(.*)": "uview-plus/components/u-$1/u-$1.vue", "^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue" } }, "pages": [ { "path": "pages/goods/index", "style": { "navigationBarTitleText": "家具优选" } }, { "path": "pages/login/index", "style": { "navigationBarTitleText": "登录" } }, { "path": "pages/mine/mine", "style": { "navigationBarTitleText": "我" } }, { "path": "pages/my/index", "style": { "navigationBarTitleText": "个人信息" } }, { "path": "pages/product/product", "style": { "navigationBarTitleText": "商品列表", "enablePullDownRefresh": true, "backgroundTextStyle": "dark", "backgroundColor": "#f8f8f8", "onReachBottomDistance": 50 } }, { "path": "pages/product/detail", "style": { "navigationBarTitleText": "商品详情", "enablePullDownRefresh": false } }, { "path": "pages/cart/cart", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/cart/detail", "style": { "navigationBarTitleText": "清单详情", "enablePullDownRefresh": false } }, { "path": "pages/search/search", "style": { "navigationBarTitleText": "搜索", "enablePullDownRefresh": false } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "uniIdRouter": {}, "tabBar": { "color": "#7A7E83", "selectedColor": "#3cc51f", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/goods/index", "text": "首页", "iconPath": "static/tabbar/v2/home.png", "selectedIconPath": "static/tabbar/v2/home-fill.png" }, // { // "pagePath": "pages/goods/index", // "text": "首页", // "iconPath": "static/tabbar/classify.png", // "selectedIconPath": "static/tabbar/classify-fill.png" // }, // { // "pagePath": "pages/order/order", // "text": "我的订单", // "iconPath": "static/icon/order.png", // "selectedIconPath": "static/icon/order.png" // }, { "pagePath": "pages/mine/mine", "text": "我", "iconPath": "static/tabbar/v2/mine.png", "selectedIconPath": "static/tabbar/v2/mine-fill.png" } ] } }