1 changed files with 60 additions and 60 deletions
@ -1,62 +1,62 @@ |
|||||
{ |
{ |
||||
"pages": [{ |
"pages": [ |
||||
"path": "pages/student/index/index", |
{ |
||||
"style": { |
"path": "pages/student/index/index", |
||||
"navigationBarTitleText": "首页", |
"style": { |
||||
"navigationStyle": "default", |
"navigationBarTitleText": "首页", |
||||
"navigationBarBackgroundColor": "#fff", |
"navigationStyle": "default", |
||||
"navigationBarTextStyle": "white" |
"navigationBarBackgroundColor": "#fff", |
||||
} |
"navigationBarTextStyle": "white" |
||||
}, { |
} |
||||
"path": "pages/student/timetable/index", |
}, |
||||
"style": { |
{ |
||||
"navigationBarTitleText": "课表", |
"path": "pages/student/timetable/index", |
||||
"navigationStyle": "default", |
"style": { |
||||
"navigationBarBackgroundColor": "#fff", |
"navigationBarTitleText": "课表", |
||||
"navigationBarTextStyle": "white" |
"navigationStyle": "default", |
||||
|
"navigationBarBackgroundColor": "#fff", |
||||
} |
"navigationBarTextStyle": "white" |
||||
}, { |
} |
||||
"path": "pages/student/my/my", |
}, |
||||
"style": { |
{ |
||||
"navigationBarTitleText": "我的", |
"path": "pages/student/my/my", |
||||
"navigationStyle": "default", |
"style": { |
||||
"navigationBarBackgroundColor": "#fff", |
"navigationBarTitleText": "我的", |
||||
"navigationBarTextStyle": "white" |
"navigationStyle": "default", |
||||
|
"navigationBarBackgroundColor": "#fff", |
||||
} |
"navigationBarTextStyle": "white" |
||||
}, { |
} |
||||
"path": "pages/student/login/login", |
}, |
||||
"style": { |
{ |
||||
"navigationBarTitleText": "", |
"path": "pages/student/login/login", |
||||
"navigationStyle": "default", |
"style": { |
||||
"navigationBarBackgroundColor": "#fff", |
"navigationBarTitleText": "", |
||||
"navigationBarTextStyle": "white" |
"navigationStyle": "default", |
||||
|
"navigationBarBackgroundColor": "#fff", |
||||
} |
"navigationBarTextStyle": "white" |
||||
}, |
} |
||||
{ |
}, |
||||
"path": "pages/student/login/forgot", |
{ |
||||
"style": { |
"path": "pages/student/login/forgot", |
||||
"navigationBarTitleText": "找回密码", |
"style": { |
||||
"navigationStyle": "default", |
"navigationBarTitleText": "找回密码", |
||||
"navigationBarBackgroundColor": "#fff", |
"navigationStyle": "default", |
||||
"navigationBarTextStyle": "black" |
"navigationBarBackgroundColor": "#fff", |
||||
|
"navigationBarTextStyle": "black" |
||||
} |
} |
||||
} |
} |
||||
], |
], |
||||
"globalStyle": { |
"globalStyle": { |
||||
"navigationBarTextStyle": "white", |
"navigationBarTextStyle": "white", |
||||
"navigationBarTitleText": "", |
"navigationBarTitleText": "", |
||||
"navigationBarBackgroundColor": "#f7f7f7", |
"navigationBarBackgroundColor": "#f7f7f7", |
||||
"backgroundColor": "#FDFDFD", |
"backgroundColor": "#FDFDFD", |
||||
"enablePullDownRefresh": true |
"enablePullDownRefresh": true |
||||
}, |
}, |
||||
"easycom": { |
"easycom": { |
||||
"autoscan": true, |
"autoscan": true, |
||||
"custom": { |
"custom": { |
||||
"fui-(.*)": "@/components/firstui/fui-$1/fui-$1.vue" |
"fui-(.*)": "@/components/firstui/fui-$1/fui-$1.vue" |
||||
} |
} |
||||
} |
} |
||||
} |
} |
||||
Loading…
Reference in new issue