{ "pages": [ { "path": "pages/dashboard/dashboard", "style": { "navigationBarTitleText": "仪表盘" } }, { "path": "pages/functions/functions", "style": { "navigationBarTitleText": "功能" } }, { "path": "pages/mine/mine", "style": { "navigationBarTitleText": "我的" } }, { "path": "pages/login/login", "style": { "navigationBarTitleText": "登录", "navigationStyle": "custom" } } ], "tabBar": { "color": "#999999", "selectedColor": "#1989fa", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/dashboard/dashboard", "text": "仪表盘", "iconPath": "static/tab/dashboard.png", "selectedIconPath": "static/tab/dashboard-active.png" }, { "pagePath": "pages/functions/functions", "text": "功能", "iconPath": "static/tab/functions.png", "selectedIconPath": "static/tab/functions-active.png" }, { "pagePath": "pages/mine/mine", "text": "我的", "iconPath": "static/tab/mine.png", "selectedIconPath": "static/tab/mine-active.png" } ] }, "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "", "navigationBarBackgroundColor": "#1989fa", "backgroundColor": "#f5f5f5" }, "easycom": { "autoscan": true, "custom": {} } }