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