From 13d7349ea1beda3ebd48d27092aed0f17cd1c4b1 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 25 Feb 2022 18:59:42 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/qfqk-android

---
 store/state.js |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/store/state.js b/store/state.js
index aef65ac..db93dc9 100644
--- a/store/state.js
+++ b/store/state.js
@@ -32,16 +32,16 @@
 			iconPath: "/static/tabbar/article.png",
 			selectedIconPath: "/static/tabbar/articleH.png"
 		},
-		{
-			pagePath: "/pages/issue/issue",
-			iconPath: "/static/tabbar/addIcon.png",
-			selectedIconPath: "/static/tabbar/addSelectedIcon.png",
-			text: "发布",
-			midButton: true,
-		},
+		// {
+		// 	pagePath: "/pages/issue/issue",
+		// 	iconPath: "/static/tabbar/addIcon.png",
+		// 	selectedIconPath: "/static/tabbar/addSelectedIcon.png",
+		// 	text: "发布",
+		// 	midButton: true,
+		// },
 		{
 			pagePath: "/pages/business/business",
-			text: "工作台",
+			text: "行业圈",
 			iconPath: "/static/tabbar/workbench.png",
 			selectedIconPath: "/static/tabbar/workbenchH.png"
 		},

--
Gitblit v1.9.3