Files
venue-miniapp/miniprogram/src/pages.json
T

249 lines
5.9 KiB
JSON

{
"easycom": {
"autoscan": true,
"custom": {
"^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
"^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
"^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue"
}
},
"pages": [
{
"path": "pages/venue-select/index",
"style": {
"navigationBarTitleText": "选择场馆",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/comprehensive/home/index",
"style": {
"navigationBarTitleText": "首页",
"enablePullDownRefresh": true
}
},
{
"path": "pages/comprehensive/courses/index",
"style": {
"navigationBarTitleText": "课程",
"enablePullDownRefresh": true
}
},
{
"path": "pages/comprehensive/bookings/index",
"style": {
"navigationBarTitleText": "我的预约",
"enablePullDownRefresh": true
}
},
{
"path": "pages/comprehensive/profile/index",
"style": {
"navigationBarTitleText": "会员中心"
}
},
{
"path": "pages/comprehensive/activities/index",
"style": {
"navigationBarTitleText": "活动公告",
"enablePullDownRefresh": true
}
},
{
"path": "pages/comprehensive/activities/detail",
"style": {
"navigationBarTitleText": "活动详情"
}
},
{
"path": "pages/comprehensive/courses/detail",
"style": {
"navigationBarTitleText": "课程详情"
}
},
{
"path": "pages/comprehensive/courses/confirm",
"style": {
"navigationBarTitleText": "确认课程预约"
}
},
{
"path": "pages/comprehensive/private/index",
"style": {
"navigationBarTitleText": "包场预约"
}
},
{
"path": "pages/comprehensive/private/confirm",
"style": {
"navigationBarTitleText": "确认包场"
}
},
{
"path": "pages/comprehensive/tickets/index",
"style": {
"navigationBarTitleText": "篮球门票"
}
},
{
"path": "pages/comprehensive/pay/index",
"style": {
"navigationBarTitleText": "订单支付"
}
},
{
"path": "pages/comprehensive/orders/detail",
"style": {
"navigationBarTitleText": "订单详情"
}
},
{
"path": "pages/comprehensive/bookings/course-detail",
"style": {
"navigationBarTitleText": "课程预约详情"
}
},
{
"path": "pages/comprehensive/bookings/private-detail",
"style": {
"navigationBarTitleText": "包场预约详情"
}
},
{
"path": "pages/comprehensive/profile/balance",
"style": {
"navigationBarTitleText": "余额流水",
"enablePullDownRefresh": true
}
},
{
"path": "pages/comprehensive/profile/tickets",
"style": {
"navigationBarTitleText": "我的门票",
"enablePullDownRefresh": true
}
},
{
"path": "pages/comprehensive/profile/orders",
"style": {
"navigationBarTitleText": "我的订单",
"enablePullDownRefresh": true
}
},
{
"path": "pages/comprehensive/profile/detail",
"style": {
"navigationBarTitleText": "个人信息"
}
},
{
"path": "pages/comprehensive/mall/index",
"style": {
"navigationBarTitleText": "商城",
"enablePullDownRefresh": true
}
},
{
"path": "pages/comprehensive/membership/cards",
"style": {
"navigationBarTitleText": "我的次卡",
"enablePullDownRefresh": true
}
},
{
"path": "pages/comprehensive/membership/card-detail",
"style": {
"navigationBarTitleText": "次卡详情",
"enablePullDownRefresh": true
}
},
{
"path": "pages/comprehensive/membership/available-sessions",
"style": {
"navigationBarTitleText": "可约排课",
"enablePullDownRefresh": true
}
},
{
"path": "pages/comprehensive/membership/booking-detail",
"style": {
"navigationBarTitleText": "次卡预约详情",
"enablePullDownRefresh": true
}
},
{
"path": "pages/ice/home/index",
"style": {
"navigationBarTitleText": "首页",
"enablePullDownRefresh": true
}
},
{
"path": "pages/ice/courses/index",
"style": {
"navigationBarTitleText": "近期课程",
"enablePullDownRefresh": true
}
},
{
"path": "pages/ice/bookings/index",
"style": {
"navigationBarTitleText": "我的预约",
"enablePullDownRefresh": true
}
},
{
"path": "pages/ice/profile/index",
"style": {
"navigationBarTitleText": "会员中心"
}
},
{
"path": "pages/ice/bookings/detail",
"style": {
"navigationBarTitleText": "预约详情"
}
},
{
"path": "pages/ice/courses/detail",
"style": {
"navigationBarTitleText": "课程详情"
}
},
{
"path": "pages/ice/profile/cards",
"style": {
"navigationBarTitleText": "我的会员卡",
"enablePullDownRefresh": true
}
},
{
"path": "pages/ice/profile/card-history",
"style": {
"navigationBarTitleText": "会员卡使用流水",
"enablePullDownRefresh": true
}
},
{
"path": "pages/ice/profile/detail",
"style": {
"navigationBarTitleText": "个人信息"
}
},
{
"path": "pages/ice/activities/detail",
"style": {
"navigationBarTitleText": "活动详情"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#F8FAFC",
"backgroundColorBottom": "#F8FAFC",
"backgroundColorTop": "#FFFFFF"
}
}