qingnianyexiao2.0/pages.json

338 lines
6.0 KiB
JSON
Raw Permalink Normal View History

2025-04-01 09:03:51 +08:00
{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [
{
"path": "pages/tail",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom" //单个页面设置
}
},
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "多样青春·青年夜校",
"navigationStyle": "custom" //单个页面设置
}
},
{
"path": "pages/activity/index",
"style": {
"navigationBarTitleText": "活动中心",
"navigationStyle": "custom" //单个页面设置
}
},
{
"path": "pages/center/index", // 确保此处与 tabBar 匹配
"style": {
"navigationBarTitleText": "选课中心",
"navigationStyle": "custom" //单个页面设置
}
},
{
"path": "pages/my/index",
"style": {
"navigationBarTitleText": "我的" // 更改为更清晰的标题
}
},
{
"path": "pages/center/list",
"style": {
"navigationBarTitleText": "选课中心"
}
},
{
"path": "pages/center/detail",
"style": {
"navigationBarTitleText": "课程详情",
"navigationStyle": "custom" //单个页面设置
}
},
{
"path": "pages/center/teacherDetail",
"style": {
"navigationBarTitleText": "教师详情"
}
},
{
"path": "pages/center/MechanismDetail",
"style": {
"navigationBarTitleText": "机构详情"
}
},
{
"path": "pages/index/Apply",
"style": {
"navigationBarTitleText": "申请入驻"
}
},
{
"path": "pages/center/orderDetail",
"style": {
"navigationBarTitleText": "订单详情"
}
},
{
"path": "pages/center/applyDetail",
"style": {
"navigationBarTitleText": "预约订单详情"
}
},
{
"path": "pages/index/group",
"style": {
"navigationBarTitleText": "一键进群"
}
},
{
"path": "pages/index/previousList",
"style": {
"navigationBarTitleText": "往期课程"
}
},
{
"path": "pages/afterSales/index",
"style": {
"navigationBarTitleText": "售后订单"
}
},
{
"path": "pages/afterSales/list",
"style": {
"navigationBarTitleText": "售后订单"
}
},
{
"path": "pages/afterSales/info",
"style": {
"navigationBarTitleText": "售后订单"
}
},
{
"path": "pages/Negotiate/agreement",
"style": {
"navigationBarTitleText": "用户协议"
}
},
{
"path": "pages/Negotiate/privacy",
"style": {
"navigationBarTitleText": "隐私政策"
}
}
],
"subPackages": [{
"root": "packageA",
"pages": [{
"path": "activity/activityDetaill",
"style": {
"navigationBarTitleText": "活动详情"
}
},
{
"path": "activity/exercise",
"style": {
"navigationBarTitleText": "我的活动"
}
},
{
"path": "activity/acList",
"style": {
"navigationBarTitleText": "活动管理"
}
},
{
"path": "activity/exerciseDetaill",
"style": {
"navigationBarTitleText": "活动详情"
}
},
{
"path": "index/About",
"style": {
"navigationBarTitleText": "关于我们"
}
},
{
"path": "index/previousDetail",
"style": {
"navigationBarTitleText": "课程详情"
}
},
{
"path": "my/person-detail",
"style": {
"navigationBarTitleText": "个人中心"
}
},
{
"path": "my/makeList",
"style": {
"navigationBarTitleText": "我的预约"
}
},
{
"path": "my/station",
"style": {
"navigationBarTitleText": "站内信"
}
},
{
"path": "my/orderList",
"style": {
"navigationBarTitleText": "我的课程"
}
},
{
"path": "my/cancel",
"style": {
"navigationBarTitleText": "课程核销"
}
},
{
"path": "my/cancelActivity",
"style": {
"navigationBarTitleText": "活动核销"
}
},
{
"path": "my/Collect",
"style": {
"navigationBarTitleText": "收藏课程"
}
},
{
"path": "my/classCheck",
"style": {
"navigationBarTitleText": "报名审核"
}
},
{
"path": "my/stationDetail",
"style": {
"navigationBarTitleText": "消息通知"
}
},
{
"path": "my/Feedback",
"style": {
"navigationBarTitleText": "课程反馈"
}
},
{
"path": "my/timetable",
"style": {
"navigationBarTitleText": "课程表"
}
},
{
"path": "my/Judge",
"style": {
"navigationBarTitleText": "课程评价"
}
},
{
"path": "my/settleIn",
"style": {
"navigationBarTitleText": "邀请入驻"
}
},
{
"path": "my/management",
"style": {
"navigationBarTitleText": "课程管理"
}
},
{
"path": "my/ac-management",
"style": {
"navigationBarTitleText": "活动管理"
}
},
{
"path": "my/help",
"style": {
"navigationBarTitleText": "帮助"
}
},
{
"path": "my/helpDetail",
"style": {
"navigationBarTitleText": "帮助中心"
}
},
{
"path": "my/addManagement",
"style": {
"navigationBarTitleText": "新增课程"
}
},
{
"path": "my/mentList",
"style": {
"navigationBarTitleText": "订单管理"
}
},
{
"path": "center/teacherClass",
"style": {
"navigationBarTitleText": "全部课程"
}
},
{
"path": "my/refund",
"style": {
"navigationBarTitleText": "发起退款"
}
}
]
}],
"preloadRule": { // 分包预载配置
"pages/index/index": { // 在进入小程序pages/index页面时由框架自动预下载分包A、分包B
"network": "all",
"packages": ["packageA"]
}
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"custom": true,
"color": "#888888",
"selectedColor": "#181818",
"list": [{
"pagePath": "pages/index/index",
"text": "首页"
},
{
"pagePath": "pages/center/index", // 更新为与 pages 数组一致
"text": "选课中心"
},
{
"pagePath": "pages/activity/index",
"text": "活动中心"
},
{
"pagePath": "pages/my/index",
"text": "我的"
}
]
},
"__usePrivacyCheck__": true,
"uniIdRouter": {}
}