{ "pages": [ "pages/index/index", "pages/dialogue/index", "pages/verification/index", "pages/user/user", "pages/login/login" ], "subPackages": [ { "root": "subPackages", "pages": [ "index", "user/myNews", "user/myNewDetail", "user/userInfo", "user/accountPassword", "video/index", "order/orderList", "order/orderDetail", "user/infoFilling" ] } ], "window": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#666666", "selectedColor": "#96684F", "borderStyle": "black", "backgroundColor": "#ffffff", "fontSize": "24rpx", "height": "100rpx", "iconWidth": "40rpx", "list": [ { "pagePath": "pages/index/index", "iconPath": "/static/images/home.png", "selectedIconPath": "/static/images/homes.png", "text": "首页" }, { "pagePath": "pages/verification/index", "iconPath": "/static/images/hx.png", "selectedIconPath": "/static/images/hxs.png", "text": "核销" }, { "pagePath": "pages/user/user", "iconPath": "/static/images/user.png", "selectedIconPath": "/static/images/users.png", "text": "我的" } ] }, "usingComponents": {} }