代码拉取完成,页面将自动刷新
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/tabBar/home/home",
"style": {
"navigationBarTitleText": "首页",
"enablePullDownRefresh":false
}
}
,{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "授权登录"
}
}
,{
"path" : "pages/tabBar/classification/classification",
"style" : {
"navigationBarTitleText": "分类",
"enablePullDownRefresh":true
}
}
,{
"path" : "pages/tabBar/shoppingCart/shoppingCart",
"style" : {
"navigationBarTitleText": "购物车",
"enablePullDownRefresh":true
}
}
,{
"path" : "pages/tabBar/membershipService/membershipService",
"style" : {
"navigationBarTitleText": "我的",
"enablePullDownRefresh":true
}
},
{
"path" : "pages/home/Search/Search",
"style" : {
"navigationBarTitleText": "搜索"
}
},
{
"path" : "pages/home/mallRecommendation/mallRecommendation",
"style" : {
"navigationBarTitleText": "商城推荐",
"enablePullDownRefresh":true
}
}
,{
"path" : "pages/membershipService/addressManagement/addressManagement",
"style" : {
"navigationBarTitleText":"地址管理",
"enablePullDownRefresh":true
}
}
,{
"path" : "pages/membershipService/addressManagement/addAddress/addAddress",
"style" : {
"navigationBarTitleText":"新增地址",
"enablePullDownRefresh":true
}
}
,{
"path" : "pages/membershipService/addressManagement/editAddress/editAddress",
"style" : {
"navigationBarTitleText":"编辑地址",
"enablePullDownRefresh":true
}
}
,{
"path" : "pages/membershipService/customerService/customerService",
"style" : {
"navigationBarTitleText":"联系客服",
"enablePullDownRefresh":true
}
}
,{
"path" : "pages/membershipService/openShop/openShop",
"style" : {
"navigationBarTitleText":"我要开店",
"enablePullDownRefresh":true
}
}
,{
"path" : "pages/membershipService/openShop/openShopSteps/openShopSteps",
"style" : {
"navigationBarTitleText":"开店步骤",
"enablePullDownRefresh":true
}
}
,{
"path" : "pages/membershipService/openShop/ShopRegistration/ShopRegistration",
"style" : {
"navigationBarTitleText":"注册",
"enablePullDownRefresh":true
}
}
,{
"path" : "pages/membershipService/openShop/ShopLogin/ShopLogin",
"style" : {
"navigationBarTitleText":"登录",
"enablePullDownRefresh":true
}
}
,{
"path" : "pages/membershipService/openShop/ShopForgetPassword/ShopForgetPassword",
"style" : {
"navigationBarTitleText":"忘记密码",
"enablePullDownRefresh":true
}
}
,{
"path" : "pages/membershipService/openShop/backgroundAccount/backgroundAccount",
"style" : {
"navigationBarTitleText":"后台账号",
"enablePullDownRefresh":true
}
}
,{
"path" : "pages/membershipService/openShop/improveMessage/improveMessage",
"style" : {
"navigationBarTitleText":"完善信息",
"enablePullDownRefresh":true
}
}
,{
"path" : "pages/membershipService/openShop/viewInformation/viewInformation",
"style" : {
"navigationBarTitleText":"信息详情",
"enablePullDownRefresh":true
}
}
,{
"path" : "pages/productDetails/productDetails",
"style" : {
"navigationBarTitleText":"产品详情",
"enablePullDownRefresh":true
}
}
,{
"path" : "pages/membershipService/orderDetails/orderDetails",
"style" : {
"navigationBarTitleText":"订单详情",
"enablePullDownRefresh":true
}
}
,{
"path" : "pages/membershipService/myOrders/myOrders",
"style" : {
"navigationBarTitleText":"我的订单",
"enablePullDownRefresh":true
}
},
{
"path" : "pages/membershipService/afterSales/afterSales",
"style" : {
"navigationBarTitleText" : "售后列表",
"enablePullDownRefresh":true
}
},
{
"path" : "pages/tabBar/membershipService/applySale/applySale",
"style" : {
"navigationBarTitleText":"售后申请",
"enablePullDownRefresh":true
}
},
{
"path" : "pages/membershipService/orderConfirm/orderConfirm",
"style" : {
"navigationBarTitleText":"确认订单",
"enablePullDownRefresh":true
}
},
{
"path" : "pages/membershipService/orderTrack/orderTrack",
"style" : {
"navigationBarTitleText":"订单跟踪",
"enablePullDownRefresh":true
}
},
{
"path" : "pages/afterSaleStatus/refundFailed/refundFailed",
"style" : {
"navigationBarTitleText":"退款失败",
"enablePullDownRefresh":true
}
},
{
"path" : "pages/afterSaleStatus/refundSuccess/refundSuccess",
"style" : {
"navigationBarTitleText":"退款成功",
"enablePullDownRefresh":true
}
},
{
"path" : "pages/afterSaleStatus/refundProcessing/refundProcessing",
"style" : {
"navigationBarTitleText":"退款中",
"enablePullDownRefresh":true
}
},
{
"path" : "pages/afterSaleStatus/returnFailed/returnFailed",
"style" : {
"navigationBarTitleText":"退货失败",
"enablePullDownRefresh":true
}
},
{
"path" : "pages/afterSaleStatus/returnProcessing/returnProcessing",
"style" : {
"navigationBarTitleText":"退货中",
"enablePullDownRefresh":true
}
},
{
"path" : "pages/afterSaleStatus/returnSuccess/returnSuccess",
"style" : {
"navigationBarTitleText":"退货成功",
"enablePullDownRefresh":true
}
},
{
"path" : "pages/afterSaleStatus/afterSaleStatus",
"style" : {
"navigationBarTitleText":"售后状态详情",
"enablePullDownRefresh":true
}
},
{
"path" : "pages/dynamicPage/index",
"style" : {
"enablePullDownRefresh":true
}
}
],
"globalStyle": {
"navigationBarTitleText": "uni-app",
"backgroundColor": "#fff",
"navigationBarBackgroundColor":"#f2526f",
"navigationBarTextStyle":"white"
},
"tabBar": {
"color": "#333",
"selectedColor": "#e94d6a",
"borderStyle": "white",
"backgroundColor": "#fff",
"list": [{
"pagePath": "pages/tabBar/home/home",
"iconPath": "static/images/home_03.png",
"selectedIconPath": "static/images/home_acitve_03.png",
"text": "首页"
},
{
"pagePath": "pages/tabBar/classification/classification",
"iconPath": "static/images/sort_03.png",
"selectedIconPath": "static/images/sort_active_03.png",
"text": "分类"
}, {
"pagePath": "pages/tabBar/shoppingCart/shoppingCart",
"iconPath": "static/images/car_03.png",
"selectedIconPath": "static/images/car_active_03.png",
"text": "购物车"
}, {
"pagePath": "pages/tabBar/membershipService/membershipService",
"iconPath": "static/images/my_03.png",
"selectedIconPath": "static/images/my_active_03.png",
"text": "我的"
}
]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。