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.
168 lines
4.3 KiB
168 lines
4.3 KiB
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/student/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "首页",
|
|
"navigationStyle": "default",
|
|
"navigationBarBackgroundColor": "#29d3b4",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/student/timetable/index",
|
|
"style": {
|
|
"navigationBarTitleText": "课表",
|
|
"navigationStyle": "default",
|
|
"navigationBarBackgroundColor": "#292929",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/student/my/my",
|
|
"style": {
|
|
"navigationBarTitleText": "我的",
|
|
"navigationStyle": "default",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/student/login/login",
|
|
"style": {
|
|
"navigationBarTitleText": "",
|
|
"navigationStyle": "default",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/student/login/forgot",
|
|
"style": {
|
|
"navigationBarTitleText": "找回密码",
|
|
"navigationStyle": "default",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"navigationBarTextStyle": "black"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/student/index/work_details",
|
|
"style": {
|
|
"navigationBarTitleText": "作业详情",
|
|
"navigationStyle": "default",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"navigationBarTextStyle": "black"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/student/index/physical_examination",
|
|
"style": {
|
|
"navigationBarTitleText": "体测数据",
|
|
"navigationStyle": "default",
|
|
"navigationBarBackgroundColor": "#29d3b4",
|
|
"navigationBarTextStyle": "black"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/student/timetable/info",
|
|
"style": {
|
|
"navigationBarTitleText": "课表详情",
|
|
"navigationStyle": "default",
|
|
"navigationBarBackgroundColor": "#292929",
|
|
"navigationBarTextStyle": "black"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/student/timetable/list",
|
|
"style": {
|
|
"navigationBarTitleText": "场馆",
|
|
"navigationStyle": "default",
|
|
"navigationBarBackgroundColor": "#292929",
|
|
"navigationBarTextStyle": "black"
|
|
}
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{
|
|
"path": "pages/coach/home/index",
|
|
"style": {
|
|
"navigationBarTitleText": "首页",
|
|
"navigationStyle": "custom",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"navigationBarTextStyle": "black"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/coach/job/add",
|
|
"style": {
|
|
"navigationBarTitleText": "发布作业",
|
|
"navigationStyle": "default",
|
|
"navigationBarBackgroundColor": "#292929",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/coach/job/list",
|
|
"style": {
|
|
"navigationBarTitleText": "全部作业",
|
|
"navigationStyle": "default",
|
|
"navigationBarBackgroundColor": "#292929",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/coach/course/list",
|
|
"style": {
|
|
"navigationBarTitleText": "课表",
|
|
"navigationStyle": "custom",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"navigationBarTextStyle": "black"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/coach/course/info",
|
|
"style": {
|
|
"navigationBarTitleText": "课时详情",
|
|
"navigationStyle": "default",
|
|
"navigationBarBackgroundColor": "#292929",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/coach/class/list",
|
|
"style": {
|
|
"navigationBarTitleText": "班级",
|
|
"navigationStyle": "custom",
|
|
"navigationBarBackgroundColor": "#292929",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/coach/class/info",
|
|
"style": {
|
|
"navigationBarTitleText": "班级详情",
|
|
"navigationStyle": "default",
|
|
"navigationBarBackgroundColor": "#292929",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "white",
|
|
"navigationBarTitleText": "",
|
|
"navigationBarBackgroundColor": "#f7f7f7",
|
|
"backgroundColor": "#FDFDFD",
|
|
"enablePullDownRefresh": true
|
|
},
|
|
"easycom": {
|
|
"autoscan": true,
|
|
"custom": {
|
|
"fui-(.*)": "@/components/firstui/fui-$1/fui-$1.vue"
|
|
}
|
|
}
|
|
}
|