diff --git a/app.json b/app.json index 585c097..50ef4a2 100644 --- a/app.json +++ b/app.json @@ -111,38 +111,7 @@ "backgroundColor": "#ffffff", "enablePullDownRefresh": true }, - "tabBar": { - "color": "#6e6d6b", - "selectedColor": "#f23030", - "borderStyle": "white", - "backgroundColor": "#ffffff", - "list": [ - { - "pagePath": "pages/index/index/index", - "text": "首页", - "iconPath": "packageA/images/bar/index.png", - "selectedIconPath": "packageA/images/bar/index_on.png" - }, - { - "pagePath": "pages/goods/categoryList/categoryList", - "text": "分类", - "iconPath": "packageA/images/bar/fl.png", - "selectedIconPath": "packageA/images/bar/fl_on.png" - }, - { - "pagePath": "pages/cart/cart/cart", - "text": "购物车", - "iconPath": "packageA/images/bar/car.png", - "selectedIconPath": "packageA/images/bar/car_on.png" - }, - { - "pagePath": "pages/user/index/index", - "text": "我的", - "iconPath": "packageA/images/bar/user.png", - "selectedIconPath": "packageA/images/bar/user_on.png" - } - ] - }, + "debug": false, "sitemapLocation": "sitemap.json" } \ No newline at end of file