From a52068f2adc6cfa7b6654132992cd9aab6578248 Mon Sep 17 00:00:00 2001
From: liuyg <liuyg@qq.com>
Date: Mon, 21 Feb 2022 17:10:15 +0800
Subject: [PATCH] +

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

diff --git a/store/state.js b/store/state.js
index 1025ada..ed952de 100644
--- a/store/state.js
+++ b/store/state.js
@@ -1,12 +1,14 @@
 import websocket from "./websocket.js"
 import positions from "./positions.js"
+import apis from "./apiConfig.js"
 const state = {
 	loging: false,
 	message: {
 		useName: '过客',
 	},
 	logPath: '',
-	piAPI: 'http://223.82.109.183:2082/api/',
+	piAPI: apis.api,
+	// piAPI: 'http://223.82.109.183:2082/api/',
 	// piAPI: 'http://192.168.0.108:83/',
 	puserName: '',
 	puserID: '',

--
Gitblit v1.9.3