You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
529 lines
12 KiB
529 lines
12 KiB
{
|
|
"easycom": {
|
|
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
|
|
},
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
{
|
|
"path": "pages/index/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "首页",
|
|
"enablePullDownRefresh":true,
|
|
"navigationStyle": "custom",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/business/payment/paystate",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText":"支付结果"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/aboutpay/paystate",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText":"支付结果"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/aboutpay/confirmcash",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText":"确认金额"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/user/my/myregister",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText":"我的报名"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/shop/goodsdetail",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText":"商品详情"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/coupon/index/index",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText":"优惠券"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/store/list/list",
|
|
"style": {
|
|
"navigationBarTitleText": "商品列表",
|
|
"navigationStyle":"custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/store/comment/comment",
|
|
"style": {
|
|
"navigationBarTitleText": "商品评论" ,
|
|
"navigationStyle":"custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/store/cart/cart",
|
|
"style": {
|
|
"navigationBarTitleText": "购物车",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/article/details",
|
|
"style": {
|
|
"navigationBarTitleText": "文章详情",
|
|
"navigationStyle":"custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/order/index/onlineorder",
|
|
"style": {
|
|
"navigationBarTitleText": "在线商城订单",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/user/my/chatonline",
|
|
"style": {
|
|
"navigationBarTitleText": "客服",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/user/my/collect",
|
|
"style": {
|
|
"navigationBarTitleText": "收藏",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/user/my/vipinfo",
|
|
"style": {
|
|
"navigationBarTitleText": "会员资料",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/user/my/editname",
|
|
"style": {
|
|
"navigationBarTitleText": "修改昵称",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/user/my/setting",
|
|
"style": {
|
|
"navigationBarTitleText": "设置",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/user/my/center",
|
|
"style": {
|
|
"navigationBarTitleText": "个人中心",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/discover/discover",
|
|
"style": {
|
|
"navigationBarTitleText": "发现",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/shop/shopdetail",
|
|
"style": {
|
|
"navigationBarTitleText": "品牌详情",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/user/my/my",
|
|
"style": {
|
|
"navigationBarTitleText": "个人主页",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/discover/discoverdetails",
|
|
"style": {
|
|
"navigationBarTitleText": "发现详情",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/index/classification/classification",
|
|
"style": {
|
|
"navigationBarTitleText": "分类" ,
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/index/author/author",
|
|
"style": {
|
|
"navigationBarTitleText": "iBrand社交新零售"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/user/register/register",
|
|
"style": {
|
|
"navigationBarTitleText": "登录",
|
|
"backgroundColor": "#000000",
|
|
"navigationStyle":"custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/user/loginType/loginType",
|
|
"style": {
|
|
"navigationBarTitleText": "登录" ,
|
|
"navigationStyle":"custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/user/agreement/agreement",
|
|
"style": {
|
|
"navigationBarTitleText": "关于我们",
|
|
"backgroundColor": "#fff",
|
|
"navigationStyle":"custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/address/add/add",
|
|
"style": {
|
|
"navigationBarTitleText": "收货地址",
|
|
"navigationStyle":"custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/address/list/list",
|
|
"style": {
|
|
"navigationBarTitleText": "收货地址列表",
|
|
"navigationStyle":"custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/order/evaluate/evaluate",
|
|
"style": {
|
|
"navigationBarTitleText": "评价"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/order/comment/comment",
|
|
"style": {
|
|
"navigationBarTitleText": "评价"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/recharge/balance/balance",
|
|
"style": {
|
|
"navigationBarTitleText": "余额" ,
|
|
"navigationStyle":"custom"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/index/openScreenAd/openScreenAd",
|
|
"style" : {
|
|
"navigationBarTitleText": "欢迎使用",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/index/category/category",
|
|
"style" : {
|
|
"navigationBarTitleText": "分类",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/user/my/verificationPhone",
|
|
"style" : {
|
|
"navigationBarTitleText": "旧手机号验证",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/user/my/newPhone",
|
|
"style" : {
|
|
"navigationBarTitleText": "设置新手机号",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/user/my/setPassword",
|
|
"style" : {
|
|
"navigationBarTitleText": "设置密码",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/point/detail/detail",
|
|
"style" : {
|
|
"navigationBarTitleText": "积分",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/point/rule/rule",
|
|
"style" : {
|
|
"navigationBarTitleText": "积分规则",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/user/member/service",
|
|
"style" : {
|
|
"navigationBarTitleText": "会员服务",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/user/my/myEventRegistrationList",
|
|
"style" : {
|
|
"navigationBarTitleText": "我的报名",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/index/activity/hot",
|
|
"style" : {
|
|
"navigationBarTitleText": "热门活动",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/index/activity/detail",
|
|
"style" : {
|
|
"navigationBarTitleText": "活动详情",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/index/activity/confirm",
|
|
"style" : {
|
|
"navigationBarTitleText": "确认报名",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/user/member/code",
|
|
"style" : {
|
|
"navigationBarTitleText": "会员码",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/point/shoppingMall/shoppingMall",
|
|
"style" : {
|
|
"navigationBarTitleText": "积分商城",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/discover/publish",
|
|
"style" : {
|
|
"navigationBarTitleText": "发表",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/order/confirm/confirm",
|
|
"style" : {
|
|
"navigationBarTitleText": "确认订单",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/shop/goodsSpecial",
|
|
"style" : {
|
|
"navigationBarTitleText": "商品专题",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/shop/specialList",
|
|
"style" : {
|
|
"navigationBarTitleText": "商品专题列表",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/shop/seckillList",
|
|
"style" : {
|
|
"navigationBarTitleText": "秒杀专场",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/order/cashier/cashier",
|
|
"style" : {
|
|
"navigationBarTitleText": "支付收银台",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/order/newdetail/newdetail",
|
|
"style" : {
|
|
"navigationBarTitleText": "订单详情",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/index/cateringFacilities/cateringFacilities",
|
|
"style" : {
|
|
"navigationBarTitleText": "餐饮配套",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/index/collectCoupons/collectCoupons",
|
|
"style" : {
|
|
"navigationBarTitleText": "领券中心",
|
|
"enablePullDownRefresh":true,
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/shop/search",
|
|
"style" : {
|
|
"navigationBarTitleText": "搜索",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/shop/searchList",
|
|
"style" : {
|
|
"navigationBarTitleText": "搜索",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/user/member/quanyi",
|
|
"style" : {
|
|
"navigationBarTitleText": "会员权益",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/user/member/explain",
|
|
"style" : {
|
|
"navigationBarTitleText": "会员权益",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/index/list/selected",
|
|
"style" : {
|
|
"navigationBarTitleText": "精选榜单",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/index/list/monthlyList",
|
|
"style" : {
|
|
"navigationBarTitleText": "热销榜单",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/index/activity/goods",
|
|
"style" : {
|
|
"navigationBarTitleText": "家居专场",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/point/exchangeRecord/exchangeRecord",
|
|
"style" : {
|
|
"navigationBarTitleText": "兑换记录",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/index/onlineMall/onlineMall",
|
|
"style" : {
|
|
"navigationBarTitleText": "在线商城",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/business/center/center",
|
|
"style" : {
|
|
"navigationBarTitleText": "我的",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/business/order/list",
|
|
"style" : {
|
|
"navigationBarTitleText": "订单管理",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/business/balance/balance",
|
|
"style": {
|
|
"navigationBarTitleText": "余额" ,
|
|
"navigationStyle":"custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/business/withdrawal/withdrawal",
|
|
"style": {
|
|
"navigationBarTitleText": "提现" ,
|
|
"navigationStyle":"custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/business/payment/money",
|
|
"style": {
|
|
"navigationBarTitleText": "输入金额" ,
|
|
"navigationStyle":"custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/business/payment/wait",
|
|
"style": {
|
|
"navigationBarTitleText": "等待用户支付" ,
|
|
"navigationStyle":"custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/order/newdetail/logistics",
|
|
"style": {
|
|
"navigationBarTitleText": "物流详情" ,
|
|
"navigationStyle":"custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/business/login/login",
|
|
"style": {
|
|
"navigationBarTitleText": "商家登录" ,
|
|
"navigationStyle":"custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/business/activity/add",
|
|
"style": {
|
|
"navigationBarTitleText": "新增活动" ,
|
|
"navigationStyle":"custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/business/activity/list",
|
|
"style": {
|
|
"navigationBarTitleText": "活动列表" ,
|
|
"navigationStyle":"custom"
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"navigationStyle":"custom"
}
}
|