From 6ba170c786c7b5024fe287c892f2d707c0c662d7 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Fri, 25 Feb 2022 09:54:05 +0800
Subject: [PATCH] 注册调整
---
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