driverSchool/pages.json
2025-04-15 17:47:29 +08:00

211 lines
4.4 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "newPages/newIndex/index",
"style": {
"enablePullDownRefresh": true,
"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"
}
},
{
"path": "newPages/orderList/index",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "考试通过",
"navigationStyle": "custom"
}
},
{
"path": "newPages/courseList/index",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "考试通过",
"navigationStyle": "custom"
}
},
{
"path": "newPages/my/index",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "考试通过",
"navigationStyle": "custom"
}
},
{
"path": "newPages/schoolDetail/index",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "考试通过",
"navigationStyle": "custom"
}
},
{
"path": "newPages/schoolList/index",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "考试通过",
"navigationStyle": "custom"
}
},
{
"path": "newPages/messageCenter/index",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "消息中心",
"navigationStyle": "custom"
}
},
{
"path": "newPages/orderDetails/index",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "订单详情",
"navigationStyle": "custom"
}
}
],
"subPackages": [
{
"root": "pagesA",
"pages": [
{
"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"
}
}
]
},
{
"root": "uni_modules",
"name": "modules",
"pages": []
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}