import { useGlobalIconFont } from './components/iconfont/helper'; export default { pages: [ 'pages/index/index', 'pages/user/index', 'pages/details/index' ], window: { backgroundTextStyle: 'light', navigationBarBackgroundColor: '#fff', navigationBarTitleText: 'WeChat', navigationBarTextStyle: 'black', }, usingComponents: Object.assign(useGlobalIconFont()), tabBar: { custom: true, list: [{ pagePath: "pages/index/index", text: "้ฆ–้กต" }, { pagePath: "pages/user/index", text: "ๆˆ‘็š„", badge: '444' }] }, // debug:true, // networkTimeout:1000 }