无法重定向localhost'http:// localhost:8080 /

时间:2018-06-26 06:49:04

标签: angularjs okta-api

确定登录成功后,我需要重定向本地主机URL。

我可以将用户重定向到https://dev-498575-admin.oktapreview.com/dev/console,但是我需要将用户重定向到localhost。

我写了下面的代码,该代码不起作用:

if (res.status === 'SUCCESS') {
              debugger;
             //  window.location.href = //"http://localhost:8080/AudiGoIPAM/main.jsp#/dashboard";

           res.session.setCookieAndRedirect(redirectUrl);                 
          } 

0 个答案:

没有答案