From 3b61cbe3e591528ce219bb1da5964ab05cb5a2bf Mon Sep 17 00:00:00 2001 From: chenbiao Date: Fri, 17 Sep 2021 12:01:19 +0800 Subject: [PATCH] add 天水综合平台入口 --- js/config.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/js/config.js b/js/config.js index 854f292..0d692d4 100644 --- a/js/config.js +++ b/js/config.js @@ -1,6 +1,6 @@ //阿里云正式环境,别删 - baseUrl = 'http://sys.service.renniting.cn/';// 鉴权URL公用地址 + // baseUrl = 'http://sys.service.renniting.cn/';// 鉴权URL公用地址 //阿里云环境,别删 丹阳 // baseUrl='http://106.15.191.5:8088/' @@ -13,3 +13,7 @@ //demo环境,别删 // baseUrl = 'http://47.96.41.88:18088/';// url公用地址 +//阿里云正式环境,别删 + +baseUrl = 'http://39.103.224.68:8088/';// 鉴权URL公用地址 + -- libgit2 0.21.4