websoft-uniapp仓库模板
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.
 
 
 
 
 
 

327 lines
7.2 KiB

{
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "工匠基地",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/shop/shop",
"style": {
"navigationBarTitleText": "积分",
"enablePullDownRefresh": false
}
},
{
"path": "pages/order/order",
"style": {
"navigationBarTitleText": "团队",
"enablePullDownRefresh": false
}
},
{
"path": "pages/user/user",
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/team/team",
"style": {
"navigationBarTitleText": "团队"
}
},
{
"path": "pages/promote/promote",
"style": {
"navigationBarTitleText": "提升"
}
}
],
"subPackages": [{
"root": "package",
"pages": [{
"path": "user/personal",
"style": {
"navigationBarTitleText": "个人资料",
"enablePullDownRefresh": false
}
}, {
"path": "user/emergency",
"style": {
"navigationBarTitleText": "紧急联系人",
"enablePullDownRefresh": false
}
}, {
"path": "user/coupon",
"style": {
"navigationBarTitleText": "我的券包",
"enablePullDownRefresh": false
}
}, {
"path": "user/integral",
"style": {
"navigationBarTitleText": "我的积分",
"enablePullDownRefresh": false
}
},
{
"path": "user/invoice",
"style": {
"navigationBarTitleText": "申请开票",
"enablePullDownRefresh": false
}
}, {
"path": "user/balance-log",
"style": {
"navigationBarTitleText": "余额明细",
"enablePullDownRefresh": false
}
}, {
"path": "user/card",
"style": {
"navigationBarTitleText": "我的卡包",
"enablePullDownRefresh": false
}
}, {
"path": "user/card-detail",
"style": {
"navigationBarTitleText": "会员卡详情",
"enablePullDownRefresh": false
}
},
{
"path": "user/card-detail-merchant",
"style": {
"navigationBarTitleText": "适用场馆",
"enablePullDownRefresh": false
}
},
{
"path": "user/card-detail-about",
"style": {
"navigationBarTitleText": "会员卡详情",
"enablePullDownRefresh": false
}
},
{
"path": "user/card-detail-record",
"style": {
"navigationBarTitleText": "使用记录",
"enablePullDownRefresh": false
}
},
{
"path": "user/pay-password",
"style": {
"navigationBarTitleText": "设置支付密码",
"enablePullDownRefresh": false
}
}, {
"path": "user/address",
"style": {
"navigationBarTitleText": "收货地址",
"enablePullDownRefresh": false
}
}, {
"path": "user/ic-card",
"style": {
"navigationBarTitleText": "IC卡激活",
"enablePullDownRefresh": false
}
}, {
"path": "user/ic-card-order",
"style": {
"navigationBarTitleText": "支付卡订单",
"enablePullDownRefresh": false
}
},
{
"path": "order/index",
"style": {
"navigationBarTitleText": "订单列表",
"enablePullDownRefresh": false
}
},
{
"path": "user/qrcode",
"style": {
"navigationBarTitleText": "我的二维码名片",
"enablePullDownRefresh": false
}
},
{
"path": "goods/detail",
"style": {
"navigationBarTitleText": "商品详情",
"enablePullDownRefresh": false
}
},
{
"path": "goods/checkout",
"style": {
"navigationBarTitleText": "订单确认",
"enablePullDownRefresh": false
}
},
{
"path": "goods/order",
"style": {
"navigationBarTitleText": "商城订单"
}
},
{
"path": "card/index",
"style": {
"navigationBarTitleText": "购买VIP会员卡"
}
},
{
"path": "card/checkout",
"style": {
"navigationBarTitleText": "订单确认"
}
},
{
"path": "article/index",
"style": {
"navigationBarTitleText": "文章列表",
"enablePullDownRefresh": false
}
},
{
"path": "article/detail",
"style": {
"navigationBarTitleText": "文章详情",
"enablePullDownRefresh": false
}
}, {
"path": "booking/merchant",
"style": {
"navigationBarTitleText": "订单核销",
"enablePullDownRefresh": false
}
},
{
"path": "booking/index",
"style": {
"navigationBarTitleText": "场地信息"
}
},
{
"path": "booking/checkout",
"style": {
"navigationBarTitleText": "场地预定"
}
},
{
"path": "booking/confirm",
"style": {
"navigationBarTitleText": "订单确认"
}
},
{
"path": "booking/cashier",
"style": {
"navigationBarTitleText": "订单确认"
}
},
{
"path": "order/detail",
"style": {
"navigationBarTitleText": "订单详情"
}
},
{
"path": "admin/index",
"style": {
"navigationBarTitleText": "管理中心"
}
}, {
"path": "admin/order-scan",
"style": {
"navigationBarTitleText": "订单核销",
"enablePullDownRefresh": false
}
}, {
"path": "team/index",
"style": {
"navigationBarTitleText": "团队列表",
"enablePullDownRefresh": false
}
},
{
"path": "team/detail",
"style": {
"navigationBarTitleText": "团队详情"
}
},
{
"path": "team/info",
"style": {
"navigationBarTitleText": "团队介绍"
}
}
]
}],
"tabBar": {
"color": "#000000",
"selectedColor": "#000000",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"borderStyle": "white",
"fontSize": "13px",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/tabbar/find.png",
"selectedIconPath": "static/tabbar/find-active.png",
"text": "发现"
},
{
"pagePath": "pages/team/team",
"iconPath": "static/tabbar/team.png",
"selectedIconPath": "static/tabbar/team-active.png",
"text": "团队"
},
{
"pagePath": "pages/promote/promote",
"iconPath": "static/tabbar/promote.png",
"selectedIconPath": "static/tabbar/promote-active.png",
"text": "提升"
},
{
"pagePath": "pages/shop/shop",
"iconPath": "static/tabbar/shop.png",
"selectedIconPath": "static/tabbar/shop-active.png",
"text": "积分"
},
{
"pagePath": "pages/user/user",
"iconPath": "static/tabbar/user.png",
"selectedIconPath": "static/tabbar/user-active.png",
"text": "我的"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "webSoft",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
// #ifdef H5
"maxWidth": 750,
"rpxCalcMaxDeviceWidth": 750, // rpx px 960
"rpxCalcBaseDeviceWidth": 560, // rpx 使 rpx px 375
"rpxCalcIncludeWidth": 9999 // rpx rpx 750
// #endif
},
"uniIdRouter": {}
}