摘要: $(function () { $.ajax({ url : baseURL+'api/userInfo', type : 'post', dataType : 'json', success : function(data) { if(data.cod... 阅读全文
posted @ 2018-01-11 13:50 huahua_0825 阅读(146) 评论(0) 推荐(0)
摘要: function LogoutClick() { var r=confirm("确定退出吗?"); if (r==true) { $.ajax({ type: "GET", url: baseURL + "/api/logout", ... 阅读全文
posted @ 2018-01-11 13:50 huahua_0825 阅读(113) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-01-11 13:49 huahua_0825 阅读(677) 评论(0) 推荐(0)