|
|
@@ -154,7 +154,8 @@
|
|
|
"selectedColor": "#1C86EE",
|
|
|
"borderStyle": "white",
|
|
|
"backgroundColor": "#fff",
|
|
|
- "current": 1,
|
|
|
+ /* 消息 Tab 暂不展示,默认选中工作台。恢复消息 Tab 时请改回 1。 */
|
|
|
+ "current": 0,
|
|
|
"list": [
|
|
|
{
|
|
|
"pagePath": "pages/tabBar/home/home",
|
|
|
@@ -162,12 +163,14 @@
|
|
|
"iconPath": "static/assets/images/workbench.png",
|
|
|
"selectedIconPath": "static/assets/images/workbenchS.png"
|
|
|
},
|
|
|
+ /* 消息 Tab 暂时隐藏,保留配置以便后续恢复。
|
|
|
{
|
|
|
"pagePath": "pages/tabBar/messageCenter/messageCenter",
|
|
|
"text": "消息",
|
|
|
"iconPath": "static/assets/images/message.png",
|
|
|
"selectedIconPath": "static/assets/images/messageS.png"
|
|
|
},
|
|
|
+ */
|
|
|
{
|
|
|
"pagePath": "pages/tabBar/login/login",
|
|
|
"text": "我的",
|
|
|
@@ -469,4 +472,4 @@
|
|
|
"van-skeleton": "./wxcomponents/vant/skeleton/index"
|
|
|
}
|
|
|
}
|
|
|
-}
|
|
|
+}
|