2024-08-28 11:53:54 +08:00
|
|
|
|
{
|
|
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
|
|
{
|
2025-03-15 17:32:23 +08:00
|
|
|
|
"path": "newPages/newIndex/index",
|
2024-08-28 11:53:54 +08:00
|
|
|
|
"style": {
|
2025-04-17 10:01:13 +08:00
|
|
|
|
"enablePullDownRefresh": false,
|
2024-08-28 11:53:54 +08:00
|
|
|
|
"navigationBarTitleText": "首页",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/index/ScheduleTraining",
|
|
|
|
|
"style": {
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
"navigationBarTitleText": "预约训练",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/index/contract",
|
|
|
|
|
"style": {
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
"navigationBarTitleText": "合同",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/login/login",
|
|
|
|
|
"style": {
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
"navigationBarTitleText": "登录页面",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-04-16 17:41:03 +08:00
|
|
|
|
|
2025-03-15 17:32:23 +08:00
|
|
|
|
{
|
|
|
|
|
"path": "newPages/orderList/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
"navigationBarTitleText": "考试通过",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-04-16 17:41:03 +08:00
|
|
|
|
|
|
|
|
|
|
2025-03-15 17:32:23 +08:00
|
|
|
|
{
|
|
|
|
|
"path": "newPages/courseList/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
"navigationBarTitleText": "考试通过",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-04-16 17:41:03 +08:00
|
|
|
|
|
2025-03-15 17:32:23 +08:00
|
|
|
|
{
|
|
|
|
|
"path": "newPages/my/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
"navigationBarTitleText": "考试通过",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-04-16 17:41:03 +08:00
|
|
|
|
|
2025-03-15 17:32:23 +08:00
|
|
|
|
{
|
|
|
|
|
"path": "newPages/schoolDetail/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
"navigationBarTitleText": "考试通过",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-04-16 17:41:03 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2025-03-15 17:32:23 +08:00
|
|
|
|
{
|
|
|
|
|
"path": "newPages/schoolList/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
"navigationBarTitleText": "考试通过",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
2025-03-28 09:09:00 +08:00
|
|
|
|
},
|
2025-04-16 17:41:03 +08:00
|
|
|
|
|
2025-04-14 14:38:22 +08:00
|
|
|
|
{
|
|
|
|
|
"path": "newPages/messageCenter/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
"navigationBarTitleText": "消息中心",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "newPages/orderDetails/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
"navigationBarTitleText": "订单详情",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
2024-08-28 11:53:54 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
],
|
2025-04-16 17:41:03 +08:00
|
|
|
|
"subPackages": [{
|
2025-04-15 17:47:29 +08:00
|
|
|
|
"root": "pagesA",
|
2025-04-16 17:41:03 +08:00
|
|
|
|
"pages": [{
|
2025-04-15 17:47:29 +08:00
|
|
|
|
"path": "appointmentAdd/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
"navigationBarTitleText": "添加预约",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "appointmentDetail/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
"navigationBarTitleText": "预约详情",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "appointment/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
"navigationBarTitleText": "预约",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "evaluateAdd/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
"navigationBarTitleText": "添加评价",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "evaluate/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
"navigationBarTitleText": "评价",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "examinationList/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
"navigationBarTitleText": "考试成绩录入列表",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "examinationAdd/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
"navigationBarTitleText": "考试成绩录入",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "register/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
"navigationBarTitleText": "报名",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "information/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
"navigationBarTitleText": "个人信息",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "courseDetail/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
"navigationBarTitleText": "课程详情",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "noticeContent/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
"navigationBarTitleText": "通知公告详情",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-04-16 17:41:03 +08:00
|
|
|
|
"root": "uni_modules",
|
|
|
|
|
"name": "modules",
|
|
|
|
|
"pages": []
|
2025-04-15 17:47:29 +08:00
|
|
|
|
}
|
|
|
|
|
],
|
2025-04-16 17:14:38 +08:00
|
|
|
|
"tabBar": {
|
2025-04-16 17:41:03 +08:00
|
|
|
|
"color": "#999999", // 未选中时的文字颜色(默认灰色)
|
|
|
|
|
"selectedColor": "#2c78f5", // 选中时的文字颜色(示例蓝色)
|
|
|
|
|
"list": [{
|
|
|
|
|
"pagePath": "newPages/newIndex/index",
|
|
|
|
|
"text": "首页",
|
|
|
|
|
"iconPath": "static/imgs/homeone.png",
|
|
|
|
|
"selectedIconPath": "static/imgs/hometwo.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"pagePath": "newPages/my/index",
|
|
|
|
|
"text": "我的",
|
|
|
|
|
"iconPath": "static/imgs/myone.png",
|
|
|
|
|
"selectedIconPath": "static/imgs/mytwo.png"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
2024-08-28 11:53:54 +08:00
|
|
|
|
"globalStyle": {
|
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
|
"navigationBarTitleText": "uni-app",
|
|
|
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
|
|
|
"backgroundColor": "#F8F8F8"
|
|
|
|
|
},
|
|
|
|
|
"uniIdRouter": {}
|
2025-04-16 17:41:03 +08:00
|
|
|
|
}
|