From 0a9bdd2e30ac80d4a5000eb970e55a5a343399b1 Mon Sep 17 00:00:00 2001 From: chenbiao Date: Wed, 5 Dec 2018 17:06:29 +0800 Subject: [PATCH] add test分支 --- js/config.js | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/js/config.js b/js/config.js index 0f3251d..854f292 100644 --- a/js/config.js +++ b/js/config.js @@ -1,19 +1,15 @@ //阿里云正式环境,别删 -// parkcloudbaseUrl ='http://bcp.service.renniting.cn/';// url公用地址 -// authUrl = 'http://sys.service.renniting.cn/';// 鉴权URL公用地址 + baseUrl = 'http://sys.service.renniting.cn/';// 鉴权URL公用地址 //阿里云环境,别删 丹阳 // baseUrl='http://106.15.191.5:8088/' -// parkcloudbaseUrl='http://106.15.191.5:8093/' -// authUrl='http://106.15.191.5:8088/' + //阿里云测试环境,别删 // baseUrl = 'http://39.98.54.240:8088/';// url公用地址 -// parkcloudbaseUrl = 'http://39.98.54.240:8093/';// url公用地址 -// authUrl = 'http://39.98.54.240:8088/';// 鉴权URL公用地址 + //demo环境,别删 // baseUrl = 'http://47.96.41.88:18088/';// url公用地址 -// parkcloudbaseUrl = 'http://47.96.41.88:18093/';// url公用地址 -// authUrl = 'http://47.96.41.88:18088/';// 鉴权URL公用地址 + -- libgit2 0.21.4