module.exports = { 'appName': 'eros-demo', 'appBoard': '/config/index.js', // android 监听全局事件homeBack 如果为true 安卓端需要自行调用router.finish方法来关闭应用 'androidIsListenHomeBack': 'true', 'customBundleUpdate': 'false', 'version': { 'android': '1.0.0', 'iOS': '1.0.0' }, 'page': { 'homePage': '/pages/login/index.js', 'mediatorPage': '/mediator/index.js', 'navBarColor': '#1DA1F2', 'navItemColor': '#ffffff' }, 'url': { 'image': 'https://lev-inf.benmu-health.com/test/xxx', 'bundleUpdate': 'http://localhosts:3001/app/check' }, 'zipFolder': { 'iOS': '/ios/WeexEros/WeexEros', 'android': '/android/WeexFrameworkWrapper/app/src/main/assets' }, 'getui': { 'enabled': 'false', 'appId': '', 'appKey': '', 'appSecret': '' }, 'tabBar': { 'color': '#777777', 'selectedColor': '#1bc3fb', 'backgroundColor': '#fafafa', 'borderColor': '#dfe1eb', 'list': [{ 'pagePath': '/pages/message/index.js', 'text': '消息', 'icon': 'bmlocal://assets/imgs/tabIcon/news@3x.png', 'selectedIcon': 'bmlocal://assets/imgs/tabIcon/news-click@3x.png', 'navShow': 'true', 'navTitle': "消息" }, { 'pagePath': '/pages/contact/index.js', 'text': '通讯录', 'icon': 'bmlocal://assets/imgs/tabIcon/phone@3x.png', 'selectedIcon': 'bmlocal://assets/imgs/tabIcon/phone-click@3x.png', 'navShow': 'true', 'navTitle': '通讯录' }, { 'pagePath': '/pages/mine/index.js', 'text': '我的', 'icon': 'bmlocal://assets/imgs/tabIcon/mine@3x.png', 'selectedIcon': 'bmlocal://assets/imgs/tabIcon/mine-click@3x.png', 'navShow': 'true', 'navTitle': '我的' } ] } }