From 138bfdbcf0a6e01cbe0048d851608b865c61f288 Mon Sep 17 00:00:00 2001 From: zwzw1219 Date: Sun, 15 Oct 2017 17:53:45 +0800 Subject: [PATCH] 1 --- src/main/resources/static/js/jq.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/static/js/jq.js b/src/main/resources/static/js/jq.js index 4e4c801..3efbac8 100644 --- a/src/main/resources/static/js/jq.js +++ b/src/main/resources/static/js/jq.js @@ -2,7 +2,7 @@ $.ajaxSetup({ cache : false, headers : { "token" : localStorage.getItem("token") - } + }, error : function(xhr, textStatus, errorThrown) { var msg = xhr.responseText; var response = JSON.parse(msg);