|
|
@ -1,5 +1,6 @@ |
|
|
{ |
|
|
{ |
|
|
"pages": [{ |
|
|
"pages": [ |
|
|
|
|
|
{ |
|
|
"path": "pages/student/index/index", |
|
|
"path": "pages/student/index/index", |
|
|
"style": { |
|
|
"style": { |
|
|
"navigationBarTitleText": "首页", |
|
|
"navigationBarTitleText": "首页", |
|
|
@ -7,32 +8,32 @@ |
|
|
"navigationBarBackgroundColor": "#fff", |
|
|
"navigationBarBackgroundColor": "#fff", |
|
|
"navigationBarTextStyle": "white" |
|
|
"navigationBarTextStyle": "white" |
|
|
} |
|
|
} |
|
|
}, { |
|
|
}, |
|
|
|
|
|
{ |
|
|
"path": "pages/student/timetable/index", |
|
|
"path": "pages/student/timetable/index", |
|
|
"style": { |
|
|
"style": { |
|
|
"navigationBarTitleText": "课表", |
|
|
"navigationBarTitleText": "课表", |
|
|
"navigationStyle": "default", |
|
|
"navigationStyle": "default", |
|
|
"navigationBarBackgroundColor": "#fff", |
|
|
"navigationBarBackgroundColor": "#fff", |
|
|
"navigationBarTextStyle": "white" |
|
|
"navigationBarTextStyle": "white" |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
}, { |
|
|
}, |
|
|
|
|
|
{ |
|
|
"path": "pages/student/my/my", |
|
|
"path": "pages/student/my/my", |
|
|
"style": { |
|
|
"style": { |
|
|
"navigationBarTitleText": "我的", |
|
|
"navigationBarTitleText": "我的", |
|
|
"navigationStyle": "default", |
|
|
"navigationStyle": "default", |
|
|
"navigationBarBackgroundColor": "#fff", |
|
|
"navigationBarBackgroundColor": "#fff", |
|
|
"navigationBarTextStyle": "white" |
|
|
"navigationBarTextStyle": "white" |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
}, { |
|
|
}, |
|
|
|
|
|
{ |
|
|
"path": "pages/student/login/login", |
|
|
"path": "pages/student/login/login", |
|
|
"style": { |
|
|
"style": { |
|
|
"navigationBarTitleText": "", |
|
|
"navigationBarTitleText": "", |
|
|
"navigationStyle": "default", |
|
|
"navigationStyle": "default", |
|
|
"navigationBarBackgroundColor": "#fff", |
|
|
"navigationBarBackgroundColor": "#fff", |
|
|
"navigationBarTextStyle": "white" |
|
|
"navigationBarTextStyle": "white" |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
@ -42,7 +43,6 @@ |
|
|
"navigationStyle": "default", |
|
|
"navigationStyle": "default", |
|
|
"navigationBarBackgroundColor": "#fff", |
|
|
"navigationBarBackgroundColor": "#fff", |
|
|
"navigationBarTextStyle": "black" |
|
|
"navigationBarTextStyle": "black" |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
], |
|
|
], |
|
|
|