diff --git a/vote/templates/shop_list.html b/vote/templates/shop_list.html index f546a63..28e5314 100644 --- a/vote/templates/shop_list.html +++ b/vote/templates/shop_list.html @@ -477,7 +477,7 @@ var ajaxObj = new XMLHttpRequest(); // (2)设置请求的参数。包括:请求的方法、请求的url。 - ajaxObj.open('get', 'http://114.116.110.134:8080/springmvc/Test'); + ajaxObj.open('get', 'http://114.116.199.154:8080/test/TestServlet'); // (3)发送请求 ajaxObj.send();