diff --git a/src/pages.json b/src/pages.json index b8ced69..2c0f778 100644 --- a/src/pages.json +++ b/src/pages.json @@ -60,7 +60,7 @@ // 设置 TabBar https://uniapp.dcloud.net.cn/collocation/pages.html#tabbar "tabBar": { "color": "#333", - "selectedColor": "#18c7ff", + "selectedColor": "#27BA9B", "backgroundColor": "#fff", "borderStyle": "white", "spacing": "5px", diff --git a/src/pages/index/components/CustomNavbar.vue b/src/pages/index/components/CustomNavbar.vue index 6e9d704..ec45586 100644 --- a/src/pages/index/components/CustomNavbar.vue +++ b/src/pages/index/components/CustomNavbar.vue @@ -6,10 +6,7 @@ const { safeAreaInsets } = uni.getSystemInfoSync()