{ "pages": [ // { // "path": "pages/login/login", // "style": { // "navigationBarTitleText": "登录", // "navigationBarBackgroundColor": "#fff" // } // }, { "path": "pages/index/index", "style": { "navigationBarTitleText": "首页", "navigationStyle": "custom" } }, { "path": "pages/user/index", "style": { "navigationBarTitleText": "我的", "navigationStyle": "custom" } }, { "path" : "pages/user/userxy/userxy", "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/user/portrait/portrait", "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/mendainlist/mendainlist", "style" : { "navigationBarTitleText" : "", "navigationStyle": "custom" } }, { "path" : "pages/order/order", "style" : { "navigationBarTitleText" : "", "navigationStyle": "custom" } }, { "path" : "pages/face/face", "style" : { "navigationBarTitleText" : "", "navigationStyle": "custom" } } ], "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": "fff", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8A617", "backgroundColor": "#55ff00", "app-plus": { "background": "#efeff4" } } }