yuansh hace 2 años
padre
commit
5fc4d47d7d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/cas/sso.js

+ 1 - 0
src/cas/sso.js

@@ -61,6 +61,7 @@ function validateSt(ticket,service,callback){
       loginSuccess(callback);
     }else{
       var sevice = "http://"+window.location.host+"/";
+      // var sevice = "http://www.myfitt.cn";
       var serviceUrl = encodeURIComponent(sevice);
       window.location.href = window._CONFIG['casPrefixUrl']+"/login?service="+serviceUrl;
     }