From f9c715e78720a4cb79067d20d92464a8743e9a47 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 04 Nov 2021 15:26:53 +0800
Subject: [PATCH] +
---
store/state.js | 64 ++++++++++++++++----------------
1 files changed, 32 insertions(+), 32 deletions(-)
diff --git a/store/state.js b/store/state.js
index 638ed61..e13bd5f 100644
--- a/store/state.js
+++ b/store/state.js
@@ -4,9 +4,9 @@
useName: '过客',
},
logPath: '',
- // piAPI: 'http://223.82.109.183:2082/api/',
+ piAPI: 'http://223.82.109.183:2082/api/',
// piAPI: 'http://192.168.0.107:85', //唐
- piAPI: '/api', //本地转发
+ // piAPI: '/api', //本地转发
//piAPI: 'http://s16s652780.51mypc.cn/api/',
//piAPI: 'http://192.168.0.113:83/',
//piAPI: 'http://192.168.0.111:83/',
@@ -16,36 +16,36 @@
avatar: "../../static/logo.png",
UserData: {},
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"
- }
+ 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
}
--
Gitblit v1.9.3