From a9602adbed4fed7a595e43963b987cba7f47824c Mon Sep 17 00:00:00 2001
From: liuyg <liuyg@qq.com>
Date: Tue, 08 Mar 2022 15:50:06 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/qfqk-android

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

diff --git a/store/state.js b/store/state.js
index 9178149..ab96272 100644
--- a/store/state.js
+++ b/store/state.js
@@ -9,16 +9,16 @@
 	queTypeArr:[0,0,0,0,0],
 	loging: false,
 	message: {
-		useName: '过客',
+		useName: '过客',	
 	},
 	roleid:'',//角色id
 	logPath: '',
 	piAPI: apis.api,
 	// piAPI: 'http://223.82.109.183:2082/api/',
-	//  piAPI: 'http://192.168.0.110:83/',
-	 piAPI: 'http://192.168.0.222:83/',
+	//piAPI: 'http://192.168.0.110:83/',
+	 //piAPI: 'http://192.168.0.222:83/',
 	//piAPI: 'http://223.82.109.183:2082/api/',
-	// BaopiAPI: 'http://223.82.109.183:2080/api/',
+	BaopiAPI: 'http://223.82.109.183:2080/api/',
 	puserName: '',
 	puserID: '',
 	puserIphone: '',

--
Gitblit v1.9.3