From 93dade2fc9c58d69b2fe2361675b9d9647e5c130 Mon Sep 17 00:00:00 2001
From: liuyg <liuyg@qq.com>
Date: Sat, 19 Feb 2022 10:51:52 +0800
Subject: [PATCH] +任务发布地图和列表更改逻辑和字段

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

diff --git a/store/state.js b/store/state.js
index c8a6dfe..0277bd6 100644
--- a/store/state.js
+++ b/store/state.js
@@ -4,8 +4,8 @@
 		useName: '过客',
 	},
 	logPath: '',
-	piAPI: 'http://223.82.109.183:2082/api/',
-	//piAPI: 'http://192.168.1.100:83/',
+	// piAPI: 'http://223.82.109.183:2082/api/',
+	piAPI: 'http://192.168.0.108:83/',
 	puserName: '',
 	puserID: '',
 	puserIphone: '',

--
Gitblit v1.9.3