{ "pages": [ { "path": "pages/index/index", "type": "home", "name": "index", "style": { "navigationStyle": "custom" }, "layout": "tabbar" }, { "path": "pages/login/index", "type": "page" }, { "path": "pages/mine/index", "type": "page", "name": "mine", "style": { "navigationStyle": "custom" }, "layout": "tabbar" }, { "path": "pages/work/index", "type": "page", "name": "index", "style": { "navigationBarTitleText": "工作台" }, "meta": { "requireAuth": true } }, { "path": "pages/mine/about/index", "type": "page" }, { "path": "pages/mine/faq/index", "type": "page" }, { "path": "pages/mine/feedback/index", "type": "page" }, { "path": "pages/mine/profile/complete-profile", "type": "page" }, { "path": "pages/mine/profile/index", "type": "page" }, { "path": "pages/mine/settings/index", "type": "page" }, { "path": "pages/mine/settings/account/index", "type": "page" }, { "path": "pages/mine/settings/agreement/index", "type": "page" }, { "path": "pages/mine/settings/network/index", "type": "page" }, { "path": "pages/mine/settings/theme/index", "type": "page" } ], "globalStyle": { "navigationBarBackgroundColor": "@navBgColor", "navigationBarTextStyle": "@navTxtStyle", "navigationBarTitleText": "FastApp", "backgroundColor": "@bgColor", "backgroundTextStyle": "@bgTxtStyle", "backgroundColorTop": "@bgColorTop", "backgroundColorBottom": "@bgColorBottom", "enablePullDownRefresh": false, "onReachBottomDistance": 50, "animationType": "pop-in", "animationDuration": 300 }, "tabBar": { "custom": true, "customize": true, "overlay": true, "height": "0", "color": "@tabColor", "selectedColor": "@tabSelectedColor", "backgroundColor": "@tabBgColor", "borderStyle": "@tabBorderStyle", "list": [ { "pagePath": "pages/index/index" }, { "pagePath": "pages/mine/index" } ] }, "__esModule": true, "subPackages": [] }