@@ -36,7 +36,7 @@ $(function(){
function getHeadMsg(){
$.ajax({
type: "POST",
- url: locat+'/head/getList.do?tm='+new Date().getTime(),
+ url: locat+'GSYH/head/getList.do?tm='+new Date().getTime(),
data: encodeURI(""),
dataType:'json',
//beforeSend: validateData,
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd"
+ version="4.0">
+</web-app>