From b4c4d329ac2031619a7d7b96e9db22ca06756d0e Mon Sep 17 00:00:00 2001 From: chenbiao Date: Wed, 28 Nov 2018 10:24:38 +0800 Subject: [PATCH] add url后台接口路径 --- joinous.html | 1 + js/config.js | 4 ++++ js/unit.js | 4 +--- 3 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 js/config.js 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公用地址 -- libgit2 0.21.4