|
@@ -7,42 +7,6 @@
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/study/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "首页"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/exam/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "考试"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/my/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "我的"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/demo/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "demo"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/course/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "课程"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/score/index",
|
|
|
- "style": {
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
"path": "pages/selectGradesTerms/index",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "选择年级和学期",
|
|
@@ -73,30 +37,25 @@
|
|
|
"iconWidth": "28px",
|
|
|
"spacing": "0px",
|
|
|
"list": [{
|
|
|
- "pagePath": "pages/index/index",
|
|
|
+ "pagePath": "pages/study/catalogue",
|
|
|
"iconPath": "static/images/tabbar/unselect/index-sj.png",
|
|
|
"selectedIconPath": "static/images/tabbar/select/index-sj.png",
|
|
|
"text": "首页"
|
|
|
}, {
|
|
|
- "pagePath": "pages/exam/index",
|
|
|
+ "pagePath": "pages/study/catalogue",
|
|
|
"iconPath": "static/images/tabbar/unselect/exam-sj.png",
|
|
|
"selectedIconPath": "static/images/tabbar/select/exam-sj.png",
|
|
|
"text": "考试"
|
|
|
}, {
|
|
|
- "pagePath": "pages/course/index",
|
|
|
+ "pagePath": "pages/study/catalogue",
|
|
|
"iconPath": "static/images/tabbar/unselect/kecheng-sj.png",
|
|
|
"selectedIconPath": "static/images/tabbar/select/kecheng-sj.png",
|
|
|
"text": "课程"
|
|
|
}, {
|
|
|
- "pagePath": "pages/score/index",
|
|
|
+ "pagePath": "pages/study/catalogue",
|
|
|
"iconPath": "static/images/tabbar/unselect/score-sj.png",
|
|
|
"selectedIconPath": "static/images/tabbar/select/score-sj.png",
|
|
|
"text": "成绩"
|
|
|
- }, {
|
|
|
- "pagePath": "pages/my/index",
|
|
|
- "iconPath": "static/images/tabbar/unselect/my-sj.png",
|
|
|
- "selectedIconPath": "static/images/tabbar/unselect/my-sj.png",
|
|
|
- "text": "我的"
|
|
|
}]
|
|
|
},
|
|
|
"globalStyle": {
|