|
|
@@ -1,6 +1,8 @@
|
|
|
<!DOCTYPE HTML>
|
|
|
<html>
|
|
|
<head>
|
|
|
+<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
|
+<meta name="renderer" content="webkit">
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
|
<meta name="robots" content="none">
|
|
|
<base href="../" />
|
|
|
@@ -20,6 +22,7 @@
|
|
|
$.post('login/crossAfter', {
|
|
|
replyTxt : d.content
|
|
|
}, function(e) {
|
|
|
+
|
|
|
console.log(e);
|
|
|
// 已登录
|
|
|
window.location.href = e.returnUrl;
|