From 2e23ec2683b27b037b76d00e0590a8d81039872f Mon Sep 17 00:00:00 2001 From: chenbiao Date: Wed, 26 Dec 2018 11:41:40 +0800 Subject: [PATCH] add unit --- js/config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/js/config.js b/js/config.js index e4d29b4..337ced2 100644 --- a/js/config.js +++ b/js/config.js @@ -1,8 +1,8 @@ //阿里云测试环境,别删 - parkcloudbaseUrl = 'http://39.98.54.240:8093/';// url公用地址 - authUrl = 'http://39.98.54.240:8088/';// 鉴权URL公用地址 +// parkcloudbaseUrl = 'http://39.98.54.240:8093/';// url公用地址 +// authUrl = 'http://39.98.54.240:8088/';// 鉴权URL公用地址 // 阿里云正式环境,别删 -// var parkcloudbaseUrl ='http://bcp.service.renniting.cn/';// url公用地址 -// var authUrl = 'http://sys.service.renniting.cn/';// 鉴权URL公用地址 \ No newline at end of file +var parkcloudbaseUrl ='http://bcp.service.renniting.cn/';// url公用地址 +var authUrl = 'http://sys.service.renniting.cn/';// 鉴权URL公用地址 \ No newline at end of file -- libgit2 0.21.4