{ "easycom": { "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "首页" } }, { "path": "pages/category/category", "style": { "navigationBarTitleText": "分类" } }, { "path": "pages/goods_list/goods_list", "style": { "navigationBarTitleText": "商品列表", "enablePullDownRefresh":true } }, { "path": "pages/goods_detail/goods_detail", "style": { "navigationBarTitleText": "商品详情页" } }, { "path": "pages/cart/cart", "style": { "navigationBarTitleText": "购物车" } }, { "path": "pages/my/my", "style": { "navigationBarTitleText": "我的" } }, { "path": "pages/pay/pay", "style": { "navigationBarTitleText": "结算" } }, { "path": "pages/order/order", "style": { "navigationBarTitleText": "订单" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#7A7E83", "selectedColor": "#eb4450", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [{ "pagePath": "pages/index/index", "iconPath": "static/icons/home.png", "selectedIconPath": "static/icons/home-o.png", "text": "首页" }, { "pagePath": "pages/category/category", "iconPath": "static/icons/order.png", "selectedIconPath": "static/icons/order-o.png", "text": "分类" }, { "pagePath": "pages/cart/cart", "iconPath": "static/icons/cart.png", "selectedIconPath": "static/icons/cart-o.png", "text": "购物车" }, { "pagePath": "pages/my/my", "iconPath": "static/icons/user.png", "selectedIconPath": "static/icons/user-o.png", "text": "我的" }] }, "condition": { "current": 0, "list": [ { "name": "商品详情页", "path": "pages/goods_detail/goods_detail", "query": "goods_id=33" }, { "name": "商品列表", "path": "pages/goods_list/goods_list", "query": "id=33" }, { "name": "购物车", "path": "pages/cart/cart", "query": "" }, { "name": "结算", "path": "pages/pay/pay", "query": "" }, { "name": "个人页面", "path": "pages/my/my", "query": "" }, { "name": "订单页", "path": "pages/order/order", "query": "" } ] } }