Boom
1 year ago
13 changed files with 519 additions and 521 deletions
@ -1,497 +1,495 @@ |
|||||||
{ |
{ |
||||||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages |
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages |
||||||
{ |
{ |
||||||
"path": "pages/Loading/index", |
"path": "pages/Loading/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "yshop商城" |
"navigationBarTitleText": "系统" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/authorization/index", |
"path": "pages/authorization/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "微信授权" |
"navigationBarTitleText": "微信授权" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/user/Login/index", |
"path": "pages/user/Login/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "登录" |
"navigationBarTitleText": "登录" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/user/Register/index", |
"path": "pages/user/Register/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "注册" |
"navigationBarTitleText": "注册" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
// "path": "pages/user/RetrievePassword/index", |
// "path": "pages/user/RetrievePassword/index", |
||||||
"path": "pages/user/ChangePassword/index", |
"path": "pages/user/ChangePassword/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "重置密码" |
"navigationBarTitleText": "重置密码" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/launch/index", |
"path": "pages/launch/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "首页" |
"navigationBarTitleText": "首页" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/home/index", |
"path": "pages/home/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "yshop商城", |
"navigationBarTitleText": "系统", |
||||||
"navigationBarTextStyle": "white", |
"navigationBarTextStyle": "white", |
||||||
"navigationStyle": "custom" |
"navigationStyle": "custom" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/shop/GoodSearch/index", |
"path": "pages/shop/GoodSearch/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "搜索商品" |
"navigationBarTitleText": "搜索商品" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/shop/GoodsClass/index", |
"path": "pages/shop/GoodsClass/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "商品分类" |
"navigationBarTitleText": "商品分类" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/shop/ShoppingCart/index", |
"path": "pages/shop/ShoppingCart/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "购物车" |
"navigationBarTitleText": "购物车" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/shop/StoreList/index", |
"path": "pages/shop/StoreList/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "商家列表" |
"navigationBarTitleText": "商家列表" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/shop/GoodsList/index", |
"path": "pages/shop/GoodsList/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "商品列表" |
"navigationBarTitleText": "商品列表" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/NotDefined/index", |
"path": "pages/NotDefined/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "404" |
"navigationBarTitleText": "404" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/user/User/index", |
"path": "pages/user/User/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "我的" |
"navigationBarTitleText": "我的" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/shop/GoodsCollection/index", |
"path": "pages/shop/GoodsCollection/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "商品收藏" |
"navigationBarTitleText": "商品收藏" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/shop/GoodsFoot/index", |
"path": "pages/shop/GoodsFoot/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "我的足迹" |
"navigationBarTitleText": "我的足迹" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/shop/news/NewsDetail/index", |
"path": "pages/shop/news/NewsDetail/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "新闻详情" |
"navigationBarTitleText": "新闻详情" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/shop/news/NewsList/index", |
"path": "pages/shop/news/NewsList/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "新闻列表" |
"navigationBarTitleText": "新闻列表" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/shop/EvaluateList/index", |
"path": "pages/shop/EvaluateList/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "评价列表" |
"navigationBarTitleText": "评价列表" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/shop/GoodsEvaluate/index", |
"path": "pages/shop/GoodsEvaluate/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "商品评价" |
"navigationBarTitleText": "商品评价" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/shop/GoodsPromotion/index", |
"path": "pages/shop/GoodsPromotion/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "促销商品" |
"navigationBarTitleText": "促销商品" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/shop/HotNewGoods/index", |
"path": "pages/shop/HotNewGoods/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "热门商品" |
"navigationBarTitleText": "热门商品" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/shop/GoodsCon/index", |
"path": "pages/shop/GoodsCon/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "商品详情" |
"navigationBarTitleText": "商品详情" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/shop/IntegralGoodsCon/index", |
"path": "pages/shop/IntegralGoodsCon/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "积分商品详情" |
"navigationBarTitleText": "积分商品详情" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/user/BindingPhone/index", |
"path": "pages/user/BindingPhone/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "绑定手机号" |
"navigationBarTitleText": "绑定手机号" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/user/address/AddAddress/index", |
"path": "pages/user/address/AddAddress/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "新增收货地址" |
"navigationBarTitleText": "新增收货地址" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/user/UserAccount/index", |
"path": "pages/user/UserAccount/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "账户余额" |
"navigationBarTitleText": "账户余额" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/user/address/AddressManagement/index", |
"path": "pages/user/address/AddressManagement/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "收货地址" |
"navigationBarTitleText": "收货地址" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/user/promotion/Poster/index", |
"path": "pages/user/promotion/Poster/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "推广名片" |
"navigationBarTitleText": "推广名片" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/user/signIn/Sign/index", |
"path": "pages/user/signIn/Sign/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "签到" |
"navigationBarTitleText": "签到" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/user/signIn/SignRecord/index", |
"path": "pages/user/signIn/SignRecord/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "签到记录" |
"navigationBarTitleText": "签到记录" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/user/promotion/CashAudit/index", |
"path": "pages/user/promotion/CashAudit/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "提现结果" |
"navigationBarTitleText": "提现结果" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/user/promotion/PromoterOrder/index", |
"path": "pages/user/promotion/PromoterOrder/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "分销详情" |
"navigationBarTitleText": "分销详情" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/user/promotion/PromoterList/index", |
"path": "pages/user/promotion/PromoterList/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "分销列表" |
"navigationBarTitleText": "分销列表" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/user/promotion/UserPromotion/index", |
"path": "pages/user/promotion/UserPromotion/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "佣金" |
"navigationBarTitleText": "佣金" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/user/UserBill/index", |
"path": "pages/user/UserBill/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "账单记录" |
"navigationBarTitleText": "账单记录" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/user/promotion/CashRecord/index", |
"path": "pages/user/promotion/CashRecord/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "提现记录" |
"navigationBarTitleText": "提现记录" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/user/promotion/CommissionDetails/index", |
"path": "pages/user/promotion/CommissionDetails/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "佣金明细" |
"navigationBarTitleText": "佣金明细" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/user/signIn/Integral/index", |
"path": "pages/user/signIn/Integral/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "我的积分" |
"navigationBarTitleText": "我的积分" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/user/UserVip/index", |
"path": "pages/user/UserVip/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "用户vip" |
"navigationBarTitleText": "用户vip" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/user/PersonalData/index", |
"path": "pages/user/PersonalData/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "个人资料" |
"navigationBarTitleText": "个人资料" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/user/coupon/UserCoupon/index", |
"path": "pages/user/coupon/UserCoupon/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "优惠券" |
"navigationBarTitleText": "优惠券" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/user/coupon/GetCoupon/index", |
"path": "pages/user/coupon/GetCoupon/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "领取优惠券" |
"navigationBarTitleText": "领取优惠券" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/user/promotion/UserCash/index", |
"path": "pages/user/promotion/UserCash/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "提现" |
"navigationBarTitleText": "提现" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/user/CustomerList/index", |
"path": "pages/user/CustomerList/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "客服列表" |
"navigationBarTitleText": "客服列表" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/user/Recharge/index", |
"path": "pages/user/Recharge/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "充值" |
"navigationBarTitleText": "充值" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/order/MyOrder/index", |
"path": "pages/order/MyOrder/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "我的订单" |
"navigationBarTitleText": "我的订单" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/order/Logistics/index", |
"path": "pages/order/Logistics/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "查看物流" |
"navigationBarTitleText": "查看物流" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/order/OrderDetails/index", |
"path": "pages/order/OrderDetails/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "订单详情" |
"navigationBarTitleText": "订单详情" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path" : "pages/order/OrderReturnDetail/index", |
"path": "pages/order/OrderReturnDetail/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "售后详情" |
"navigationBarTitleText": "售后详情" |
||||||
|
} |
||||||
|
}, |
||||||
|
{ |
||||||
|
"path": "pages/order/OrderSubmission/index", |
||||||
|
"style": { |
||||||
|
"navigationBarTitleText": "提交订单" |
||||||
|
} |
||||||
|
}, |
||||||
|
{ |
||||||
|
"path": "pages/order/PaymentStatus/index", |
||||||
|
"style": { |
||||||
|
"navigationBarTitleText": "支付状态" |
||||||
|
} |
||||||
|
}, |
||||||
|
{ |
||||||
|
"path": "pages/order/GoodsReturn/index", |
||||||
|
"style": { |
||||||
|
"navigationBarTitleText": "商品退货" |
||||||
|
} |
||||||
|
}, |
||||||
|
{ |
||||||
|
"path": "pages/order/ReturnList/index", |
||||||
|
"style": { |
||||||
|
"navigationBarTitleText": "我的售后" |
||||||
|
} |
||||||
|
}, |
||||||
|
{ |
||||||
|
"path": "pages/order/submitExpress/index", |
||||||
|
"style": { |
||||||
|
"navigationBarTitleText": "售后物流填写" |
||||||
|
} |
||||||
|
}, |
||||||
|
{ |
||||||
|
"path": "pages/orderAdmin/OrderIndex/index", |
||||||
|
"style": { |
||||||
|
"navigationBarTitleText": "商家订单统计" |
||||||
|
} |
||||||
|
}, |
||||||
|
{ |
||||||
|
"path": "pages/orderAdmin/AdminOrderList/index", |
||||||
|
"style": { |
||||||
|
"navigationBarTitleText": "订单" |
||||||
|
} |
||||||
|
}, |
||||||
|
{ |
||||||
|
"path": "pages/orderAdmin/GoodsDeliver/index", |
||||||
|
"style": { |
||||||
|
"navigationBarTitleText": "发货" |
||||||
|
} |
||||||
|
}, |
||||||
|
{ |
||||||
|
"path": "pages/orderAdmin/AdminOrder/index", |
||||||
|
"style": { |
||||||
|
"navigationBarTitleText": "商家订单列表" |
||||||
|
} |
||||||
|
}, |
||||||
|
{ |
||||||
|
"path": "pages/orderAdmin/Statistics/index", |
||||||
|
"style": { |
||||||
|
"navigationBarTitleText": "商家统计数据" |
||||||
|
} |
||||||
|
}, |
||||||
|
{ |
||||||
|
"path": "pages/orderAdmin/OrderCancellation/index", |
||||||
|
"style": { |
||||||
|
"navigationBarTitleText": "商家核销订单" |
||||||
|
} |
||||||
|
}, |
||||||
|
{ |
||||||
|
"path": "pages/activity/Poster/index", |
||||||
|
"style": { |
||||||
|
"navigationBarTitleText": "推广海报" |
||||||
|
} |
||||||
|
}, |
||||||
|
{ |
||||||
|
"path": "pages/activity/DargainDetails/index", |
||||||
|
"style": { |
||||||
|
"navigationBarTitleText": "帮砍价" |
||||||
|
} |
||||||
|
}, |
||||||
|
{ |
||||||
|
"path": "pages/activity/GoodsBargain/index", |
||||||
|
"style": { |
||||||
|
"navigationBarTitleText": "砍价列表" |
||||||
|
} |
||||||
|
}, |
||||||
|
{ |
||||||
|
"path": "pages/activity/BargainRecord/index", |
||||||
|
"style": { |
||||||
|
"navigationBarTitleText": "砍价记录" |
||||||
|
} |
||||||
|
}, |
||||||
|
{ |
||||||
|
"path": "pages/activity/GoodsGroup/index", |
||||||
|
"style": { |
||||||
|
"navigationBarTitleText": "团购商品列表" |
||||||
|
} |
||||||
|
}, |
||||||
|
{ |
||||||
|
"path": "pages/activity/GroupDetails/index", |
||||||
|
"style": { |
||||||
|
"navigationBarTitleText": "团购商品详情" |
||||||
|
} |
||||||
|
}, |
||||||
|
{ |
||||||
|
"path": "pages/activity/GroupRule/index", |
||||||
|
"style": { |
||||||
|
"navigationBarTitleText": "团购规则" |
||||||
|
} |
||||||
|
}, |
||||||
|
{ |
||||||
|
"path": "pages/activity/GoodsSeckill/index", |
||||||
|
"style": { |
||||||
|
"navigationBarTitleText": "秒杀" |
||||||
|
} |
||||||
|
}, |
||||||
|
{ |
||||||
|
"path": "pages/activity/SeckillDetails/index", |
||||||
|
"style": { |
||||||
|
"navigationBarTitleText": "秒杀详情" |
||||||
|
} |
||||||
|
}, |
||||||
|
{ |
||||||
|
"path": "pages/map/index", |
||||||
|
"style": { |
||||||
|
"navigationBarTitleText": "地图" |
||||||
|
} |
||||||
|
}, |
||||||
|
// { |
||||||
|
// "path": "pages/shop/Live/LiveList/index", |
||||||
|
// "style": { |
||||||
|
// "navigationBarTitleText": "直播列表" |
||||||
|
// } |
||||||
|
// }, |
||||||
|
{ |
||||||
|
"path": "pages/user/content/content", |
||||||
|
"style": { |
||||||
|
"navigationBarTitleText": "", |
||||||
|
"enablePullDownRefresh": false |
||||||
|
} |
||||||
|
|
||||||
|
} |
||||||
|
], |
||||||
|
"easycom": { |
||||||
|
"autoscan": true, |
||||||
|
"custom": { |
||||||
|
"tui-(.*)": "@/components/tui-$1/tui-$1.vue" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
"globalStyle": { |
||||||
"path": "pages/order/OrderSubmission/index", |
"navigationBarTextStyle": "black", |
||||||
"style": { |
"navigationBarTitleText": "ZSW", |
||||||
"navigationBarTitleText": "提交订单" |
"navigationBarBackgroundColor": "#F8F8F8", |
||||||
} |
"backgroundColor": "#F8F8F8", |
||||||
}, |
"navigationStyle": "default" |
||||||
{ |
|
||||||
"path": "pages/order/PaymentStatus/index", |
|
||||||
"style": { |
|
||||||
"navigationBarTitleText": "支付状态" |
|
||||||
} |
|
||||||
}, |
|
||||||
{ |
|
||||||
"path": "pages/order/GoodsReturn/index", |
|
||||||
"style": { |
|
||||||
"navigationBarTitleText": "商品退货" |
|
||||||
} |
|
||||||
}, |
|
||||||
{ |
|
||||||
"path": "pages/order/ReturnList/index", |
|
||||||
"style": { |
|
||||||
"navigationBarTitleText": "我的售后" |
|
||||||
} |
|
||||||
}, |
|
||||||
{ |
|
||||||
"path": "pages/order/submitExpress/index", |
|
||||||
"style": { |
|
||||||
"navigationBarTitleText": "售后物流填写" |
|
||||||
} |
|
||||||
}, |
}, |
||||||
{ |
"tabBar": { |
||||||
"path": "pages/orderAdmin/OrderIndex/index", |
"color": "#282828", |
||||||
"style": { |
"selectedColor": "#eb3729", |
||||||
"navigationBarTitleText": "商家订单统计" |
"borderStyle": "black", |
||||||
} |
"backgroundColor": "#ffffff", |
||||||
}, |
"height": "50px", |
||||||
{ |
"fontSize": "10px", |
||||||
"path": "pages/orderAdmin/AdminOrderList/index", |
"iconWidth": "24px", |
||||||
"style": { |
"spacing": "3px", |
||||||
"navigationBarTitleText": "订单" |
"list": [{ |
||||||
} |
"pagePath": "pages/home/index", |
||||||
}, |
"iconPath": "static/icon-home.png", |
||||||
{ |
"selectedIconPath": "static/icon-home-hot.png", |
||||||
"path": "pages/orderAdmin/GoodsDeliver/index", |
"text": "首页" |
||||||
"style": { |
}, |
||||||
"navigationBarTitleText": "发货" |
{ |
||||||
} |
"pagePath": "pages/shop/GoodsClass/index", |
||||||
}, |
"iconPath": "static/icon-class.png", |
||||||
{ |
"selectedIconPath": "static/icon-class-hot.png", |
||||||
"path": "pages/orderAdmin/AdminOrder/index", |
"text": "分类" |
||||||
"style": { |
}, |
||||||
"navigationBarTitleText": "商家订单列表" |
{ |
||||||
} |
"pagePath": "pages/shop/ShoppingCart/index", |
||||||
}, |
"iconPath": "static/icon-cart.png", |
||||||
{ |
"selectedIconPath": "static/icon-cart-hot.png", |
||||||
"path": "pages/orderAdmin/Statistics/index", |
"text": "购物车" |
||||||
"style": { |
}, |
||||||
"navigationBarTitleText": "商家统计数据" |
{ |
||||||
} |
"pagePath": "pages/user/User/index", |
||||||
}, |
"iconPath": "static/icon-user.png", |
||||||
{ |
"selectedIconPath": "static/icon-user-hot.png", |
||||||
"path": "pages/orderAdmin/OrderCancellation/index", |
"text": "我的" |
||||||
"style": { |
} |
||||||
"navigationBarTitleText": "商家核销订单" |
] |
||||||
} |
} |
||||||
}, |
} |
||||||
{ |
|
||||||
"path": "pages/activity/Poster/index", |
|
||||||
"style": { |
|
||||||
"navigationBarTitleText": "推广海报" |
|
||||||
} |
|
||||||
}, |
|
||||||
{ |
|
||||||
"path": "pages/activity/DargainDetails/index", |
|
||||||
"style": { |
|
||||||
"navigationBarTitleText": "帮砍价" |
|
||||||
} |
|
||||||
}, |
|
||||||
{ |
|
||||||
"path": "pages/activity/GoodsBargain/index", |
|
||||||
"style": { |
|
||||||
"navigationBarTitleText": "砍价列表" |
|
||||||
} |
|
||||||
}, |
|
||||||
{ |
|
||||||
"path": "pages/activity/BargainRecord/index", |
|
||||||
"style": { |
|
||||||
"navigationBarTitleText": "砍价记录" |
|
||||||
} |
|
||||||
}, |
|
||||||
{ |
|
||||||
"path": "pages/activity/GoodsGroup/index", |
|
||||||
"style": { |
|
||||||
"navigationBarTitleText": "团购商品列表" |
|
||||||
} |
|
||||||
}, |
|
||||||
{ |
|
||||||
"path": "pages/activity/GroupDetails/index", |
|
||||||
"style": { |
|
||||||
"navigationBarTitleText": "团购商品详情" |
|
||||||
} |
|
||||||
}, |
|
||||||
{ |
|
||||||
"path": "pages/activity/GroupRule/index", |
|
||||||
"style": { |
|
||||||
"navigationBarTitleText": "团购规则" |
|
||||||
} |
|
||||||
}, |
|
||||||
{ |
|
||||||
"path": "pages/activity/GoodsSeckill/index", |
|
||||||
"style": { |
|
||||||
"navigationBarTitleText": "秒杀" |
|
||||||
} |
|
||||||
}, |
|
||||||
{ |
|
||||||
"path": "pages/activity/SeckillDetails/index", |
|
||||||
"style": { |
|
||||||
"navigationBarTitleText": "秒杀详情" |
|
||||||
} |
|
||||||
}, |
|
||||||
{ |
|
||||||
"path": "pages/map/index", |
|
||||||
"style": { |
|
||||||
"navigationBarTitleText": "地图" |
|
||||||
} |
|
||||||
}, |
|
||||||
{ |
|
||||||
"path": "pages/shop/Live/LiveList/index", |
|
||||||
"style": { |
|
||||||
"navigationBarTitleText": "直播列表" |
|
||||||
} |
|
||||||
} |
|
||||||
,{ |
|
||||||
"path" : "pages/user/content/content", |
|
||||||
"style" : |
|
||||||
{ |
|
||||||
"navigationBarTitleText": "", |
|
||||||
"enablePullDownRefresh": false |
|
||||||
} |
|
||||||
|
|
||||||
} |
|
||||||
], |
|
||||||
"easycom": { |
|
||||||
"autoscan": true, |
|
||||||
"custom": { |
|
||||||
"tui-(.*)": "@/components/tui-$1/tui-$1.vue" |
|
||||||
} |
|
||||||
}, |
|
||||||
"globalStyle": { |
|
||||||
"navigationBarTextStyle": "black", |
|
||||||
"navigationBarTitleText": "Yshop", |
|
||||||
"navigationBarBackgroundColor": "#F8F8F8", |
|
||||||
"backgroundColor": "#F8F8F8", |
|
||||||
"navigationStyle": "default" |
|
||||||
}, |
|
||||||
"tabBar": { |
|
||||||
"color": "#282828", |
|
||||||
"selectedColor": "#eb3729", |
|
||||||
"borderStyle": "black", |
|
||||||
"backgroundColor": "#ffffff", |
|
||||||
"height": "50px", |
|
||||||
"fontSize": "10px", |
|
||||||
"iconWidth": "24px", |
|
||||||
"spacing": "3px", |
|
||||||
"list": [ |
|
||||||
{ |
|
||||||
"pagePath": "pages/home/index", |
|
||||||
"iconPath": "static/icon-home.png", |
|
||||||
"selectedIconPath": "static/icon-home-hot.png", |
|
||||||
"text": "首页" |
|
||||||
}, |
|
||||||
{ |
|
||||||
"pagePath": "pages/shop/GoodsClass/index", |
|
||||||
"iconPath": "static/icon-class.png", |
|
||||||
"selectedIconPath": "static/icon-class-hot.png", |
|
||||||
"text": "分类" |
|
||||||
}, |
|
||||||
{ |
|
||||||
"pagePath": "pages/shop/ShoppingCart/index", |
|
||||||
"iconPath": "static/icon-cart.png", |
|
||||||
"selectedIconPath": "static/icon-cart-hot.png", |
|
||||||
"text": "购物车" |
|
||||||
}, |
|
||||||
{ |
|
||||||
"pagePath": "pages/user/User/index", |
|
||||||
"iconPath": "static/icon-user.png", |
|
||||||
"selectedIconPath": "static/icon-user-hot.png", |
|
||||||
"text": "我的" |
|
||||||
} |
|
||||||
] |
|
||||||
} |
|
||||||
} |
|
Loading…
Reference in new issue