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