Blame view

js/config.js 871 Bytes
5972b557   Andy   add config.js 后台请...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  //阿里云正式环境,别删
  //  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公用地址