From 3f73960ef524fbe35fd37234f72646000137a4db Mon Sep 17 00:00:00 2001
From: liuyg <liuyg@qq.com>
Date: Thu, 24 Feb 2022 17:48:55 +0800
Subject: [PATCH] +地图参与的弹窗

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

diff --git a/store/state.js b/store/state.js
index 9e30d60..f0ea1dc 100644
--- a/store/state.js
+++ b/store/state.js
@@ -7,10 +7,10 @@
 		useName: '过客',
 	},
 	logPath: '',
-	//piAPI: apis.api,
+	piAPI: apis.api,
 	// piAPI: 'http://223.82.109.183:2082/api/',
-	 piAPI: 'http://192.168.0.110:83/',
-	 BaopiAPI: 'http://223.82.109.183:2080/api/',
+	//  piAPI: 'http://192.168.0.110:83/',
+	BaopiAPI: 'http://223.82.109.183:2080/api/',
 	puserName: '',
 	puserID: '',
 	puserIphone: '',
@@ -53,4 +53,4 @@
 	...positions.state
 }
 
-export default state
+export default state
\ No newline at end of file

--
Gitblit v1.9.3