diff --git a/joinous.html b/joinous.html
index 04a1ca0..0817495 100644
--- a/joinous.html
+++ b/joinous.html
@@ -243,6 +243,7 @@
+
diff --git a/js/config.js b/js/config.js
new file mode 100644
index 0000000..74c7c8d
--- /dev/null
+++ b/js/config.js
@@ -0,0 +1,4 @@
+
+//阿里云测试环境,别删
+ parkcloudbaseUrl = 'http://39.98.54.240:8093/';// url公用地址
+ authUrl = 'http://39.98.54.240:8088/';// 鉴权URL公用地址
\ No newline at end of file
diff --git a/js/unit.js b/js/unit.js
index 6029cf8..3261586 100644
--- a/js/unit.js
+++ b/js/unit.js
@@ -5,9 +5,7 @@ sysComm = {
grantType: 'PASSWORD',//授权模式
clientType: 'WEB'//客户端类型
}
-//阿里云测试环境,别删
-var parkcloudbaseUrl = 'http://39.98.54.240:8093/';// url公用地址
-var authUrl = 'http://39.98.54.240:8088/';// 鉴权URL公用地址
+
//丹阳
// var parkcloudbaseUrl = 'http://106.15.191.5:8093/';// url公用地址