diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml
index f93ae00d2..d4dbc7c39 100644
--- a/WebContent/WEB-INF/web.xml
+++ b/WebContent/WEB-INF/web.xml
@@ -41,7 +41,7 @@
ExcludedURLs
- ^/.*Logon.jsp,^/.*SaveGraphAjax.jsp
+ ^/.*Logon.jsp,^/.*SaveGraphAjax.jsp,^/.*appDownload.jsp
diff --git a/WebContent/appDownload.jsp b/WebContent/appDownload.jsp
index 90e234215..51895a9f8 100644
--- a/WebContent/appDownload.jsp
+++ b/WebContent/appDownload.jsp
@@ -1,84 +1,84 @@
-<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%>
-
-
-
-
-
-
-
-App应用下载
-
-
-
-
-
-<%
- String devType="android";
- String userAgent = request.getHeader("user-agent");
- if(userAgent.toLowerCase().indexOf("iphone")>=0){
- devType="ios";
- }
-%>
-
-
-
-
-
-

-
-
-
-
-
-
-
-
-
-
-
-
+
+
+<%
+ String devType="android";
+ String userAgent = request.getHeader("user-agent");
+ if(userAgent.toLowerCase().indexOf("iphone")>=0){
+ devType="ios";
+ }
+%>
+
+
+
+
+
+

+
+
+
+
+
+
+
+
+
+
+