From 083b17d07939af29bcb04a27e564664c7280595a Mon Sep 17 00:00:00 2001
From: 王旭 <1377869194@qq.com>
Date: 星期一, 10 十月 2022 15:40:58 +0800
Subject: [PATCH] 登录验证登出

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

diff --git a/public/config/config.js b/public/config/config.js
index c80e8a3..a2b2f29 100644
--- a/public/config/config.js
+++ b/public/config/config.js
@@ -1,5 +1,5 @@
-const BASE_URL = 'http://192.168.20.55:12316';
-// const BASE_URL = 'http://192.168.20.39:12316';
+// const BASE_URL = 'http://192.168.20.55:12316';
+const BASE_URL = 'http://192.168.20.39:12316';
 var gisUrl = 'http://183.162.245.49:3301';
 var ifreamUrl = 'http://192.168.20.39:12306/';
 

--
Gitblit v1.9.3