From 67c3975bd714f01f775cba2e194e3255c8d7fc57 Mon Sep 17 00:00:00 2001 From: sunxin <2741094504@qq.com> Date: Mon, 25 Mar 2019 18:46:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=A8=E6=88=B7=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E8=AF=B7=E6=B1=82=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/templets/1/default/head.htm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/templets/1/default/head.htm b/src/main/webapp/templets/1/default/head.htm index 77996e6c..afb1e7f2 100644 --- a/src/main/webapp/templets/1/default/head.htm +++ b/src/main/webapp/templets/1/default/head.htm @@ -94,7 +94,7 @@ target.isLogin = msg.result; if(msg.result) { $.ajax({ - type: "POST", + type: "GET", url: "{ms:global.host/}/people/user/info.do", success: function(msg) { target.peopleInfo = msg; @@ -109,7 +109,7 @@ quitLogin: function() { var target = this; $.ajax({ - type: "POST", + type: "GET", url: "{ms:global.host/}/people/quit.do", success: function(msg) { if(msg.result) {