export default { pages: ["pages/index/index", "pages/newIndex/newIndex"], window: { backgroundTextStyle: "light", navigationBarBackgroundColor: "#fff", navigationBarTitleText: "WeChat", navigationBarTextStyle: "black", }, tabBar: { color: "#fff000", custom: true, list: [{ pagePath: "pages/index/index", text: "index", }, { pagePath: "pages/newIndex/newIndex", text: "newindex", }], } };