From bb8dcc3b5cb6ba160388a862930733b1ff0eca9b Mon Sep 17 00:00:00 2001 From: chenbiao Date: Thu, 2 Jun 2022 11:07:32 +0800 Subject: [PATCH] add 综合平台入口 登录添加验证码以及校验功能 --- js/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/config.js b/js/config.js index 4142709..6ad1e4c 100644 --- a/js/config.js +++ b/js/config.js @@ -1,8 +1,8 @@ //阿里云正式环境,别删 -// baseUrl = 'http://sys.service.renniting.cn/';// 鉴权URL公用地址 +baseUrl = 'http://sys.service.renniting.cn/';// 鉴权URL公用地址 //赤峰测试环境,别删 - baseUrl = 'http://dev.renniting.cn/sys/';// url公用地址 +// baseUrl = 'http://dev.renniting.cn/sys/';// url公用地址 //demo环境,别删 // baseUrl = 'http://47.96.41.88:18088/';// url公用地址 -- libgit2 0.21.4