edfffcb8 by Zelig

删除多余代码

1 parent d671b463
......@@ -222,20 +222,3 @@
table.fnDraw();
}
</script>
<script type="application/javascript">
// 这部分代码要放到登录操作完成后立即执行
$.ajax({
type: 'get',
url: apiBaseUrl + 'system/user/loginUser',
cache: false,
dataType: 'json',
contentType: "application/json; charset=UTF-8",
success: function(data){
Cookies.set('login_user', data.data);
},
error:function(){
layer.alert("操作失败")
}
})
</script>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!