{ "pages": [ { "path": "pages/index/index", "style": { "navigationBarTitleText": "首页" } }, { "path": "pages/mine/mine", "style": { "navigationBarTitleText": "我的" } }, { "path": "pages/login/login", "style": { "navigationBarTitleText": "登录", "navigationStyle": "custom" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "qgdzs", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#7A7E83", "selectedColor": "#667eea", "borderStyle": "black", "backgroundColor": "#ffffff", "fontSize": "14px", "list": [ { "pagePath": "pages/index/index", "iconPath": "", "selectedIconPath": "", "text": "首页" }, { "pagePath": "pages/mine/mine", "iconPath": "", "selectedIconPath": "", "text": "我的" } ] }, "uniIdRouter": {} }