From e041045fb1e2efe47a7d20a7197e5ae7ffb2adac Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Wed, 14 Sep 2022 08:53:57 +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 8e79e54..b278c91 100644
--- a/store/state.js
+++ b/store/state.js
@@ -18,9 +18,9 @@
 	Jurisdiction: '', //角色辖区
 	logPath: '',
 	piAPI: apis.api,
-	// piAPI: 'http://61.131.136.25:2082/api/',
+	// piAPI: 'http://106.225.193.35:83/api/',
 	//piAPI: 'http://192.168.0.114:83/',
-	//piAPI: 'http://61.131.136.25:2082/api/',
+	//piAPI: 'http://106.225.193.35:83/api/',
 	BaopiAPI: 'http://61.131.136.25:2080/api/',
 	//BaopiAPI: 'http://192.168.0.114:81',
 	firstlogin: null,

--
Gitblit v1.9.3