Ver código fonte

git-svn-id: https://192.168.57.71/svn/jsgkj@974 931142cf-59ea-a443-aa0e-51397b428577

ld_liqk 8 anos atrás
pai
commit
6f7632e182

+ 0 - 1
znjg/trunk/WebContent/WEB-INF/view/jsp/common.jsp

@@ -1,4 +1,3 @@
-<%@ page language="java" contentType="text/html; charset=UTF-8"  pageEncoding="UTF-8"%>
 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
 <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
 <META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">

+ 2 - 1
znjg/trunk/WebContent/WEB-INF/view/jsp/default/ui/casGenericSuccess.jsp

@@ -330,7 +330,8 @@ footer {
 
 	<footer>
 		<p id="footer"
-			style="font-size: 12px; font-family: SimSun, sans-serif; color: #fff; line-height: 30px; margin-left: 10%; margin-top: -1px;">Copyright 2015 江苏省新通智能交通科技发展有限公司版权所有</p>
+			style="font-size: 12px; font-family: SimSun, sans-serif; color: #fff; line-height: 30px; margin-left: 10%; margin-top: -1px;">Copyright
+			© 2015 江苏省新通智能交通科技发展有限公司</p>
 	</footer>
 	<script type="text/javascript">
 		$(document).ready(function() {

+ 5 - 5
znjg/trunk/WebContent/WEB-INF/view/jsp/default/ui/casLoginView.jsp

@@ -67,8 +67,8 @@ $(document).ready(function () {
 	//credential="JrDBOacSk3SETlnM+3PHk9TKKxl0stT5AAYziT4CRX28v2GV3Y0fng==";
 	//credential="<spring:eval expression="T(com.jsjty.sso.util.DesPasswordEncoder).encrypt('{username:\"shentz\",password:\"123456\"}','yjpt_gkj')" />";
 	//credential="<spring:eval expression="T(com.jsjty.sso.util.DesPasswordEncoder).encrypt('{username:\"shentz\"}','yjpt_gkj')" />";
-	console.log("credential",credential);
-	console.log("iscredential",$('#iscredential').val());
+	//console.log("credential",credential);
+	//console.log("iscredential",$('#iscredential').val());
 	if($('#iscredential').val()!='false'&&isNotBlank(credential)){
 		$.ajax({
 			type : 'post',
@@ -84,7 +84,7 @@ $(document).ready(function () {
 				if(data&&typeof(data)=='object'){
 					//alert(typeof(data));
 					//alert(JSON.stringify(data));
-					console.log(data);
+					//console.log(data);
 					if(data.credentialDecrypt&&
 							isNotBlank(data.credentialDecrypt.username)&&isNotBlank(data.credentialDecrypt.password)){
 						
@@ -97,7 +97,7 @@ $(document).ready(function () {
 						$('#credential').val("");
 						$("#frm1").submit();						
 					}else{
-						console.log("自动登录失败...");
+						//console.log("自动登录失败...");
 					}
 
 				}
@@ -154,7 +154,7 @@ $(document).ready(function () {
 			</form:form>
 	</div>
 	<footer> <img src="${basePath}/static/image/footer_img.png" />
-	<p id="footer">Copyright 2015 江苏省新通智能交通科技发展有限公司版权所有</p>
+	<p id="footer">Copyright © 2015 江苏省新通智能交通科技发展有限公司</p>
 
 	</footer>
 	<script type="text/javascript">

BIN
znjg/trunk/WebContent/static/image/login_bg.jpg