From 13bb7a1c1b2bbded055b3a7109a5b1d9443eba1e Mon Sep 17 00:00:00 2001
From: jyy <935090232@qq.com>
Date: Sat, 16 Jan 2021 08:53:59 +0800
Subject: [PATCH] 1

---
 app.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app.js b/app.js
index b83ba5e..c201d3e 100644
--- a/app.js
+++ b/app.js
@@ -6,11 +6,11 @@
     //  baseUrl: "https://xcxhive2.jyymatrix.cc",
     
     //测试环境
-    baseUrl :   "https://testhive.jyymatrix.cc",
+    // baseUrl :   "https://testhive.jyymatrix.cc",
 
 
     //本地环境
-  //  baseUrl : "http://localhost:8080",
+   baseUrl : "http://localhost:8080",
 
   //登录后获得的token
   loginToken: "",

--
Gitblit v1.9.1