From 426c207c575ae951565ae7e60882c4f3a9df2de8 Mon Sep 17 00:00:00 2001
From: liuyg <liuyg@qq.com>
Date: Tue, 08 Mar 2022 10:24:22 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/qfqk-android
---
store/apiConfig.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/store/apiConfig.js b/store/apiConfig.js
index ce0558e..7896d1e 100644
--- a/store/apiConfig.js
+++ b/store/apiConfig.js
@@ -1,4 +1,4 @@
-let i = 3; //1是服务器
+let i = 1; //1是服务器
if (i == 1) {
var api = 'http://223.82.109.183:2082/api/';
var wsapi = 'ws://223.82.109.183:2082/wss/websocket';
--
Gitblit v1.9.3