页面修改
This commit is contained in:
136
src/pages.json
136
src/pages.json
@@ -26,69 +26,95 @@
|
||||
"subPackages": [{
|
||||
"root": "pages/userFunc",
|
||||
"pages": [{
|
||||
"path" : "setCourse",
|
||||
"style" :
|
||||
"path": "setCourse",
|
||||
"style": {
|
||||
"navigationBarTitleText": "新增项目"
|
||||
}
|
||||
},
|
||||
{
|
||||
"navigationBarTitleText" : "新增项目"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "swiming",
|
||||
"style" :
|
||||
"path": "swiming",
|
||||
"style": {
|
||||
"navigationBarTitleText": "游泳项目",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"navigationBarTitleText" : "游泳项目",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "segmentation",
|
||||
"style" :
|
||||
"path": "segmentation",
|
||||
"style": {
|
||||
"navigationBarTitleText": "分段"
|
||||
}
|
||||
},
|
||||
{
|
||||
"navigationBarTitleText" : "分段"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "student",
|
||||
"style" :
|
||||
"path": "student",
|
||||
"style": {
|
||||
"navigationBarTitleText": "学员管理"
|
||||
}
|
||||
},
|
||||
{
|
||||
"navigationBarTitleText" : "学员管理"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "analyze",
|
||||
"style" :
|
||||
"path": "analyze",
|
||||
"style": {
|
||||
"navigationBarTitleText": "数据分析"
|
||||
}
|
||||
},
|
||||
{
|
||||
"navigationBarTitleText" : "数据分析"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "dataAnalyze",
|
||||
"style" :
|
||||
"path": "dataAnalyze",
|
||||
"style": {
|
||||
"navigationBarTitleText": "数据分析图"
|
||||
}
|
||||
},
|
||||
{
|
||||
"navigationBarTitleText" : "数据分析图"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "set",
|
||||
"style" :
|
||||
"path": "set",
|
||||
"style": {
|
||||
"navigationBarTitleText": "设置"
|
||||
}
|
||||
},
|
||||
{
|
||||
"navigationBarTitleText" : "设置"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "projectList",
|
||||
"style" :
|
||||
"path": "projectList",
|
||||
"style": {
|
||||
"navigationBarTitleText": "项目列表"
|
||||
}
|
||||
},
|
||||
{
|
||||
"navigationBarTitleText" : "项目列表"
|
||||
"path": "project",
|
||||
"style": {
|
||||
"navigationBarTitleText": "包干"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "project",
|
||||
"style" :
|
||||
]
|
||||
}, {
|
||||
"root": "pages/dataAnalyze",
|
||||
"pages": [
|
||||
{
|
||||
"navigationBarTitleText" : "包干"
|
||||
"path": "baoganAnalyze",
|
||||
"style": {
|
||||
"navigationBarTitleText": "包干数据"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "timingAnalze",
|
||||
"style": {
|
||||
"navigationBarTitleText": "计时数据"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "Curve",
|
||||
"style": {
|
||||
"navigationBarTitleText": "曲线走势图"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "paragraphAnalyze",
|
||||
"style": {
|
||||
"navigationBarTitleText": "分段数据"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "grades",
|
||||
"style": {
|
||||
"navigationBarTitleText": "成绩排名"
|
||||
}
|
||||
}
|
||||
}]
|
||||
]
|
||||
}],
|
||||
"globalStyle": {
|
||||
"navigationBarTextStyle": "black",
|
||||
@@ -104,12 +130,12 @@
|
||||
"pagePath": "pages/index/index",
|
||||
"iconPath": "static/tab/01.png",
|
||||
"selectedIconPath": "static/tab/02.png",
|
||||
"text": "智能秒表"
|
||||
"text": "项目"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/index/user",
|
||||
"iconPath": "static/tab/01.png",
|
||||
"selectedIconPath": "static/tab/02.png",
|
||||
"iconPath": "static/tab/03.png",
|
||||
"selectedIconPath": "static/tab/04.png",
|
||||
"text": "我的"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user