{ "pages": [ { "path": "pages/index/index", "aliasPath" : "/", "style": { "navigationStyle" : "custom", "backgroundColor" : "#69ADE5" } }, { "path": "pages/login", "aliasPath" : "/login", "style": { "navigationStyle" : "custom", "navigationBarTitleText": "uni-app" } }, { "path": "pages/sekill", "aliasPath" : "/sekill", "style": { "navigationStyle" : "custom", "navigationBarTitleText": "uni-app" } }, { "path": "pages/goods/category", "aliasPath" : "/category", "style": { "navigationStyle" : "custom", "navigationBarTitleText": "uni-app" } }, { "path": "pages/goods/search", "aliasPath" : "/search", "style": { "navigationStyle" : "custom", "navigationBarTitleText": "uni-app" } }, { "path": "pages/goods/list/index", "aliasPath" : "/goodsList", "style": { "navigationStyle" : "custom", "navigationBarTitleText": "uni-app" } }, { "path": "pages/goods/detail/index", "aliasPath" : "/goodsDetail", "style": { "navigationStyle" : "custom", "navigationBarTitleText": "uni-app" } }, { "path": "pages/account/index", "aliasPath" : "/account", "style": { "navigationStyle" : "custom", "navigationBarTitleText": "uni-app" } }, { "path": "pages/cart/cart", "aliasPath" : "/cart", "style": { "navigationStyle" : "custom", "navigationBarTitleText": "uni-app" } }, { "path": "pages/cart/tabBarCart", "aliasPath" : "/tabBarCart", "style": { "navigationStyle" : "custom", "navigationBarTitleText": "uni-app" } }, { "path": "pages/account/setting/index", "aliasPath" : "/setting", "style": { "navigationBarTitleText": "设置" } }, { "path": "pages/account/setting/setUserInfo", "aliasPath" : "/setUserInfo", "style": { "navigationBarTitleText": "个人资料" } }, { "path": "pages/account/setting/setName", "aliasPath" : "/setNickname", "style": { "navigationStyle" : "custom", "navigationBarTitleText": "设置昵称" } }, { "path": "pages/account/address/list", "aliasPath" : "/addressList", "style": { "navigationBarTitleText": "收货地址" } }, { "path": "pages/account/address/create", "aliasPath" : "/addressCreate", "style": { "navigationBarTitleText": "新增收货地址" } }, { "path": "pages/account/address/edit", "aliasPath" : "/addressEdit", "style": { "navigationBarTitleText": "编辑收货地址" } }, { "path": "pages/order/submit", "aliasPath" : "/orderSubmit", "style": { "navigationBarTitleText": "提交订单" } }, { "path": "pages/order/detail/index", "aliasPath" : "/orderDetail", "style": { "navigationBarTitleText": "订单详情" } }, { "path": "pages/order/paySuccess", "style": { "navigationBarTitleText": "支付成功" } }, { "path": "pages/order/payFail", "style": { "navigationBarTitleText": "支付失败" } }, { "path": "pages/order/saleAfter/saleAfterApplication", "aliasPath" : "/saleAfterApplication", "style": { "navigationBarTitleText": "支付失败" } }, { "path": "pages/order/list", "aliasPath" : "/orderList", "style": { "navigationBarTitleText": "我的订单" } }, { "path": "pages/account/message/group", "style": { "navigationBarTitleText": "消息" } }, { "path": "pages/account/message/list", "style": { "navigationBarTitleText": "uni-app" } } ], "tabBar": { "color": "#BBBBBB", "selectedColor": "#FF875B", "backgroundColor": "#FFF", "borderStyle" : "white", "fontSize" : "24rpx", "height" : "120rpx", "list": [ { "pagePath": "pages/index/index", "iconPath": "static/tabbar/home.png", "selectedIconPath": "static/tabbar/home-active.png", "text": "首页" }, { "pagePath": "pages/goods/category", "iconPath": "static/tabbar/category.png", "selectedIconPath": "static/tabbar/category-active.png", "text": "分类" }, { "pagePath": "pages/cart/tabBarCart", "iconPath": "static/tabbar/shopping-cart.png", "selectedIconPath": "static/tabbar/shopping-cart-active.png", "text": "购物车" }, { "pagePath": "pages/account/index", "iconPath": "static/tabbar/account.png", "selectedIconPath": "static/tabbar/account-active.png", "text": "我的" } ] }, "globalStyle": { "navigationBarBackgroundColor": "#fff", "navigationBarTextStyle" : "black", "backgroundColor": "#F8F8F8" }, "easycom" : { "autoscan": true, "custom": { "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" } } }