{ "pages": [{ "path": "pages/index/index", "style": { "navigationBarTitleText": "首页", "navigationBarTextStyle": "black", "navigationStyle": "custom" } }, { "path": "pages/login/login", "style": { "navigationBarTitleText": "登录", "navigationBarBackgroundColor": "#fff", "navigationStyle": "custom" } }, { "path": "pages/user/index", "style": { "navigationBarTitleText": "我的", "navigationStyle": "custom" } }, { "path": "pages/user/userxy/userxy", "style": { "navigationBarTitleText": "" } }, { "path": "pages/user/portrait/portrait", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "pages/mendainlist/mendainlist", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "pages/order/order", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "pages/face/face", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "pages/login/auth/auth", "style": { "navigationBarTitleText": "" } } ], "tabBar": { "color": "#666666", "selectedColor": "#F8A617", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [{ "pagePath": "pages/index/index", "iconPath": "static/shouyew.png", "selectedIconPath": "static/shouyeac.png", "text": "首页" }, { "pagePath": "pages/user/index", "iconPath": "static/wodew.png", "selectedIconPath": "static/wodeac.png", "text": "我的" } ] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "", "navigationBarBackgroundColor": "#F8A617", "app-plus": { "background": "#efeff4" } } }