From 16d586a50ba9e67d2c699fc409903124a2fbdf55 Mon Sep 17 00:00:00 2001 From: luyuan <1162963624@qq.com> Date: Thu, 11 Jun 2020 09:42:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4tab?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/pages.json b/pages.json index 240b4a8..d7768a6 100644 --- a/pages.json +++ b/pages.json @@ -676,35 +676,6 @@ } } ], - "tabBar": { - "color": "#999999", - "selectedColor": "#FF780F", - "backgroundColor": "#ffffff", - "fontSize": "12", - "iconWidth": "20", - "spacing": "7", - "list": [{ - "pagePath": "pages/index/index", - "iconPath": "static/image/home.png", - "selectedIconPath": "static/image/home2.png", - "text": "首页" - }, { - "pagePath": "pages/API/index", - "iconPath": "static/image/mall.png", - "selectedIconPath": "static/image/mall2.png", - "text": "商城" - }, { - "pagePath": "pages/API/index", - "iconPath": "static/image/message.png", - "selectedIconPath": "static/image/message2.png", - "text": "消息" - }, { - "pagePath": "pageE/mine/MineIndex", - "iconPath": "static/image/mine.png", - "selectedIconPath": "static/image/mine2.png", - "text": "我的" - }] - }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app",