@@ -35,7 +35,7 @@
alert('1234')
$.get("/oa2/login", params, function (reUrl) {
- //alert(reUrl);
+ alert(reUrl);
console.log('request start')
window.location = reUrl;
});