|
|
|
@ -4,7 +4,7 @@ |
|
|
|
"path": "pages/student/index/index", |
|
|
|
"style": { |
|
|
|
"navigationBarTitleText": "首页", |
|
|
|
"navigationStyle": "default", |
|
|
|
"navigationStyle": "custom", |
|
|
|
"navigationBarBackgroundColor": "#29d3b4", |
|
|
|
"navigationBarTextStyle": "white" |
|
|
|
} |
|
|
|
@ -12,10 +12,8 @@ |
|
|
|
{ |
|
|
|
"path": "pages/student/timetable/index", |
|
|
|
"style": { |
|
|
|
|
|
|
|
|
|
|
|
"navigationBarTitleText": "课表", |
|
|
|
"navigationStyle": "default", |
|
|
|
"navigationStyle": "custom", |
|
|
|
"navigationBarBackgroundColor": "#292929", |
|
|
|
"navigationBarTextStyle": "white" |
|
|
|
} |
|
|
|
@ -24,7 +22,7 @@ |
|
|
|
"path": "pages/student/my/my", |
|
|
|
"style": { |
|
|
|
"navigationBarTitleText": "我的", |
|
|
|
"navigationStyle": "default", |
|
|
|
"navigationStyle": "custom", |
|
|
|
"navigationBarBackgroundColor": "#29d3b4", |
|
|
|
"navigationBarTextStyle": "white" |
|
|
|
} |
|
|
|
|