Commit 0a9bdd2e30ac80d4a5000eb970e55a5a343399b1

Authored by Andy
1 parent 5a879810

add test分支

Showing 1 changed file with 4 additions and 8 deletions
js/config.js
1 1 //阿里云正式环境,别删
2   -// parkcloudbaseUrl ='http://bcp.service.renniting.cn/';// url公用地址
3   -// authUrl = 'http://sys.service.renniting.cn/';// 鉴权URL公用地址
  2 +
4 3 baseUrl = 'http://sys.service.renniting.cn/';// 鉴权URL公用地址
5 4  
6 5 //阿里云环境,别删 丹阳
7 6 // baseUrl='http://106.15.191.5:8088/'
8   -// parkcloudbaseUrl='http://106.15.191.5:8093/'
9   -// authUrl='http://106.15.191.5:8088/'
  7 +
10 8  
11 9 //阿里云测试环境,别删
12 10 // baseUrl = 'http://39.98.54.240:8088/';// url公用地址
13   -// parkcloudbaseUrl = 'http://39.98.54.240:8093/';// url公用地址
14   -// authUrl = 'http://39.98.54.240:8088/';// 鉴权URL公用地址
  11 +
15 12  
16 13 //demo环境,别删
17 14 // baseUrl = 'http://47.96.41.88:18088/';// url公用地址
18   -// parkcloudbaseUrl = 'http://47.96.41.88:18093/';// url公用地址
19   -// authUrl = 'http://47.96.41.88:18088/';// 鉴权URL公用地址
  15 +
... ...