{ "pages": [ { "path": "pages/index/home", "style": { "navigationStyle": "custom" } }, { "path": "pages/user/login", "style": { "navigationStyle": "custom", "disableScroll": true } } ], "globalStyle": { "navigationBarTitleText": "cool-unix", "navigationBarTextStyle": "@navTextStyle", "backgroundColorContent": "@bgContentColor", "backgroundColor": "@bgColor", "navigationBarBackgroundColor": "@navBgColor", "pageOrientation": "landscape" }, "tabBar": { "custom": true, "color": "@tabColor", "selectedColor": "@tabSelectedColor", "backgroundColor": "@tabBgColor", "borderStyle": "@tabBorderStyle", "height": "60px", "list": [ { "pagePath": "pages/index/home", "iconPath": "/static/icon/tabbar/home.png", "selectedIconPath": "/static/icon/tabbar/home2.png", "text": "首页" }, { "pagePath": "pages/user/login", "iconPath": "/static/icon/tabbar/home.png", "selectedIconPath": "/static/icon/tabbar/home2.png", "text": "login" } ] }, "uniIdRouter": {} }