From e3dcaeb0180a4e37347ac9ceb44c8a59ae7af37f Mon Sep 17 00:00:00 2001
From: liuyg <liuyg@qq.com>
Date: Mon, 21 Feb 2022 19:40:20 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/qfqk-android

---
 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