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.
177 lines
3.4 KiB
177 lines
3.4 KiB
{
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "欧轩智能教裁助手"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/feedback/feedback",
|
|
"style": {
|
|
}
|
|
},
|
|
|
|
{
|
|
"path": "pages/message_list/message_list",
|
|
"style": {
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/message_info/message_info",
|
|
"style": {
|
|
"navigationBarTitleText": "消息详情"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/store_list/store_list",
|
|
"style": {
|
|
"navigationBarTitleText": "门店列表"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/course/list/list",
|
|
"style": {
|
|
"navigationBarTitleText": "我的课程"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/course/class_list/class_list",
|
|
"style": {
|
|
"navigationBarTitleText": "班级列表"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/course/student_list/student_list",
|
|
"style": {
|
|
"navigationBarTitleText": "学员列表"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/course/class_change/class_change",
|
|
"style": {
|
|
"navigationBarTitleText": "学员调班"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/course/student_review/student_review",
|
|
"style": {
|
|
"navigationBarTitleText": "学员点评"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/course/roll_call/roll_call",
|
|
"style": {
|
|
"navigationBarTitleText": "点名"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/course/task/task",
|
|
"style": {
|
|
"navigationBarTitleText": "作业"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/course/task_finish/task_finish",
|
|
"style": {
|
|
"navigationBarTitleText": "作业完成列表"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/course/task_info/task_info",
|
|
"style": {
|
|
"navigationBarTitleText": "作业情况"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/course/task_publish/task_publish",
|
|
"style": {
|
|
"navigationBarTitleText": "布置作业"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/course/experience/experience",
|
|
"style": {
|
|
"navigationBarTitleText": "体验课预约列表"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/course/offer/offer",
|
|
"style": {
|
|
"navigationBarTitleText": "报价详情页"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/course/offer_info/offer_info",
|
|
"style": {
|
|
"navigationBarTitleText": "报价详情页"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/approve/list/list",
|
|
"style": {
|
|
"navigationBarTitleText": "我的审批"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/approve/record/record",
|
|
"style": {
|
|
"navigationBarTitleText": "审批记录"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/shift/application/application",
|
|
"style": {
|
|
"navigationBarTitleText": "换班"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/shift/record/record",
|
|
"style": {
|
|
"navigationBarTitleText": "我的换班"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/mine_trainee/mine_trainee",
|
|
"style": {
|
|
"navigationBarTitleText": "我的学员"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/site/manage/manage",
|
|
"style": {
|
|
"navigationBarTitleText": "选择场次"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/site/confirm/confirm",
|
|
"style": {
|
|
"navigationBarTitleText": "确认订单"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/time/select/select",
|
|
"style": {
|
|
"navigationBarTitleText": "设置时间"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/time/_config/_config",
|
|
"style": {
|
|
"navigationBarTitleText": "设置时间"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/login/login",
|
|
"style": {
|
|
}
|
|
}
|
|
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "white",
|
|
"navigationBarTitleText": "欧轩智能教裁助手",
|
|
"navigationBarBackgroundColor": "#009874",
|
|
"backgroundColor": "#f2f2f7"
|
|
}
|
|
}
|