wenhongquan 1 hónapja
szülő
commit
56f248f4ea

+ 1 - 1
src/main/webapp/static/js/myjs/head.js

@@ -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,

+ 6 - 0
src/main/webapp/web/WEB-INF/web.xml

@@ -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>