Commit 3b61cbe3e591528ce219bb1da5964ab05cb5a2bf
1 parent
ce05fbdb
add 天水综合平台入口
Showing
1 changed file
with
5 additions
and
1 deletions
js/config.js
1 | 1 | //阿里云正式环境,别删 |
2 | 2 | |
3 | - baseUrl = 'http://sys.service.renniting.cn/';// 鉴权URL公用地址 | |
3 | + // baseUrl = 'http://sys.service.renniting.cn/';// 鉴权URL公用地址 | |
4 | 4 | |
5 | 5 | //阿里云环境,别删 丹阳 |
6 | 6 | // baseUrl='http://106.15.191.5:8088/' |
... | ... | @@ -13,3 +13,7 @@ |
13 | 13 | //demo环境,别删 |
14 | 14 | // baseUrl = 'http://47.96.41.88:18088/';// url公用地址 |
15 | 15 | |
16 | +//阿里云正式环境,别删 | |
17 | + | |
18 | +baseUrl = 'http://39.103.224.68:8088/';// 鉴权URL公用地址 | |
19 | + | ... | ... |