From c0197c85562b0986606a6c1b2a9b975dc444e604 Mon Sep 17 00:00:00 2001
From: hdw <hdw@192.168.137.1>
Date: 星期二, 18 十二月 2018 14:56:26 +0800
Subject: [PATCH] 添加module.css和删除Test.js

---
 gx_tieta/WebRoot/WEB-INF/web.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/gx_tieta/WebRoot/WEB-INF/web.xml b/gx_tieta/WebRoot/WEB-INF/web.xml
index b923bf3..9868da3 100644
--- a/gx_tieta/WebRoot/WEB-INF/web.xml
+++ b/gx_tieta/WebRoot/WEB-INF/web.xml
@@ -59,6 +59,7 @@
   <filter-mapping>
     <filter-name>LoginFilter</filter-name>
     <url-pattern>*.jsp</url-pattern>
+    <url-pattern>*.html</url-pattern>
   </filter-mapping>
   <filter>
     <filter-name>HotlinkFilter</filter-name>

--
Gitblit v1.9.1