Commit 3150c3a1 by guojuxing

运营平台单点登录页面修改

parent def1b698
......@@ -88,7 +88,8 @@ public class LoginController {
@RequestMapping("login-gic")
public RestResponse login(Integer enterpriseId, String redirectUrl) throws IOException {
if (StringUtils.isBlank(redirectUrl)) {
redirectUrl = "https://four.gicdev.com/cost-center/billing-center/overview";
redirectUrl = "https://four.gicdev.com/damo-system/overview/index";
// redirectUrl = "https://four.gicdev.com/cost-center/billing-center/overview";
}
String token;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment