{ "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" } }], "tabBar": { "color": "#999999", "selectedColor": "#60ba61", "borderStyle": "white", "backgroundColor": "#fff", "fontSize": "18px", "iconWidth": "25px", "list": [{ "pagePath": "pages/student/index/index", "iconPath": "static/images/tabbar/home.png", "selectedIconPath": "static/images/tabbar/home_selected.png", "text": "首页" }, { "pagePath": "pages/student/timetable/index", "iconPath": "static/images/tabbar/index.png", "selectedIconPath": "static/images/tabbar/index_selected.png", "text": "课表" }, { "pagePath": "pages/student/my/my", "iconPath": "static/images/tabbar/my.png", "selectedIconPath": "static/images/tabbar/my_selected.png", "text": "我的" }] }, "share": { "title": "用药提醒", "imageUrl": "/static/images/home/tixing.png", "path": "/pages/my/my" }, "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "", "navigationBarBackgroundColor": "#f7f7f7", "backgroundColor": "#FDFDFD", "enablePullDownRefresh": true }, "easycom": { "autoscan": true, "custom": { "fui-(.*)": "@/components/firstui/fui-$1/fui-$1.vue" } } }