Commit bb8dcc3b5cb6ba160388a862930733b1ff0eca9b

Authored by chenbiao
1 parent 025e127e

add 综合平台入口 登录添加验证码以及校验功能

Showing 1 changed file with 2 additions and 2 deletions
js/config.js
1 1 //阿里云正式环境,别删
2   -// baseUrl = 'http://sys.service.renniting.cn/';// 鉴权URL公用地址
  2 +baseUrl = 'http://sys.service.renniting.cn/';// 鉴权URL公用地址
3 3  
4 4 //赤峰测试环境,别删
5   - baseUrl = 'http://dev.renniting.cn/sys/';// url公用地址
  5 +// baseUrl = 'http://dev.renniting.cn/sys/';// url公用地址
6 6  
7 7 //demo环境,别删
8 8 // baseUrl = 'http://47.96.41.88:18088/';// url公用地址
... ...