Commit ccfb55959308e973ec7deafcaae480e668500630

Authored by Andy
1 parent ca59d7a3

add unit

Showing 1 changed file with 5 additions and 1 deletions
js/config.js
1 1
2 //阿里云测试环境,别删 2 //阿里云测试环境,别删
3 parkcloudbaseUrl = 'http://39.98.54.240:8093/';// url公用地址 3 parkcloudbaseUrl = 'http://39.98.54.240:8093/';// url公用地址
4 - authUrl = 'http://39.98.54.240:8088/';// 鉴权URL公用地址  
5 \ No newline at end of file 4 \ No newline at end of file
  5 + authUrl = 'http://39.98.54.240:8088/';// 鉴权URL公用地址
  6 +
  7 +// 阿里云正式环境,别删
  8 +// var parkcloudbaseUrl ='http://bcp.service.renniting.cn/';// url公用地址
  9 +// var authUrl = 'http://sys.service.renniting.cn/';// 鉴权URL公用地址
6 \ No newline at end of file 10 \ No newline at end of file