删除tab

This commit is contained in:
luyuan 2020-06-11 09:42:44 +08:00
parent 79ce809325
commit 16d586a50b
Signed by: theluyuan
GPG Key ID: A7972FD973317FF3

View File

@ -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",