From 4894b41ca691a754a010d6e8002c035040d2e634 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Fri, 02 Jul 2021 09:30:18 +0800
Subject: [PATCH] 底部导航栏修改
---
store/state.js | 30 +++++++++++++++++++++++++++++-
1 files changed, 29 insertions(+), 1 deletions(-)
diff --git a/store/state.js b/store/state.js
index 93b8c35..83c37e6 100644
--- a/store/state.js
+++ b/store/state.js
@@ -10,7 +10,35 @@
puserID: '',
puserIphone:'',
avatar:"../../static/logo.png",
- UserData: {}
+ UserData: {},
+ tabbar:[{
+ iconPath: "/static/tabbar/index01.png",
+ selectedIconPath: "/static/tabbar/index02.png",
+ text: '首页',
+
+ pagePath: "/pages/home/home"
+ },
+ {
+ iconPath: "/static/tabbar/article.png",
+ selectedIconPath: "/static/tabbar/articleH.png",
+ text: '资讯',
+ pagePath: "/pages/article/article"
+ },
+ {
+ iconPath: "/static/tabbar/workbench.png",
+ selectedIconPath: "/static/tabbar/workbenchH.png",
+ text: '工作台',
+ count: 2,
+ isDot: false,
+ pagePath: "/pages/business/business"
+ },
+ {
+ iconPath: "/static/tabbar/my.png",
+ selectedIconPath: "/static/tabbar/my-blue.png",
+ text: '我的',
+ pagePath: "/pages/myself/myself"
+ },
+ ]
}
export default state
--
Gitblit v1.9.3