From 7473eb735cf82bb88f43b263f9cc74e43fe8f5e3 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 18 Feb 2022 09:15:11 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/qfqk-android
---
store/state.js | 68 ++++++++++++++++++----------------
1 files changed, 36 insertions(+), 32 deletions(-)
diff --git a/store/state.js b/store/state.js
index 5390672..c8a6dfe 100644
--- a/store/state.js
+++ b/store/state.js
@@ -5,41 +5,45 @@
},
logPath: '',
piAPI: 'http://223.82.109.183:2082/api/',
- //piAPI: 'http://s16s652780.51mypc.cn/api/',
- // piAPI: 'http://localhost:83/',
- //piAPI: 'http://192.168.0.111:83/',
+ //piAPI: 'http://192.168.1.100:83/',
puserName: '',
puserID: '',
- puserIphone:'',
- avatar:"../../static/logo.png",
+ puserIphone: '',
+ avatar: "../../static/logo.png",
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"
- },
- ]
+ tabbar: [{
+ pagePath: "/pages/home/home",
+ text: "首页",
+ iconPath: "/static/tabbar/index01.png",
+ selectedIconPath: "/static/tabbar/index02.png"
+ },
+ {
+ pagePath: "/pages/article/article",
+ text: "资讯",
+ 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/business/business",
+ text: "工作台",
+ iconPath: "/static/tabbar/workbench.png",
+ selectedIconPath: "/static/tabbar/workbenchH.png"
+ },
+ {
+ pagePath: "/pages/myself/myself",
+ text: "我的",
+ iconPath: "/static/tabbar/my.png",
+ selectedIconPath: "/static/tabbar/my-blue.png"
+ }
+ ],
+ gotuGrabOrders: false
}
export default state
--
Gitblit v1.9.3