From c16f4cfbf0d892096e49d44de9b6acde528c4749 Mon Sep 17 00:00:00 2001 From: hanxueqing <06fd54106d00266d1f7cc007bfe4f41a@huawei.com> Date: Sun, 15 Dec 2019 10:09:50 +0800 Subject: [PATCH] world --- vote/templates/shop_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();