{ "pages": [ "pages/index/index", "pages/map/map", "pages/mall/mall", "pages/user/user" ], "subPackages": [], "window": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#666666", "selectedColor": "#71B580", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/index/index", "iconPath": "/static/images/index.png", "selectedIconPath": "/static/images/index.png", "text": "首页" }, { "pagePath": "pages/map/map", "iconPath": "/static/images/index.png", "selectedIconPath": "/static/images/index.png", "text": "地图" }, { "pagePath": "pages/mall/mall", "iconPath": "/static/images/index.png", "selectedIconPath": "/static/images/index.png", "text": "商城" }, { "pagePath": "pages/user/user", "iconPath": "/static/images/index.png", "selectedIconPath": "/static/images/index.png", "text": "我的" } ] }, "usingComponents": {} }