diff --git a/pages.json b/pages.json index d3a5eba..e79aa89 100644 --- a/pages.json +++ b/pages.json @@ -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" + } + } } \ No newline at end of file