Commit 5296885e authored by maliang's avatar maliang

data

parent 4bcd7413
......@@ -16,6 +16,7 @@ import org.springframework.security.web.authentication.UsernamePasswordAuthentic
import org.springframework.security.web.authentication.logout.LogoutSuccessHandler;
import com.boot.security.server.filter.TokenFilter;
import org.springframework.security.web.authentication.www.BasicAuthenticationFilter;
/**
* spring security配置
......
......@@ -97,11 +97,6 @@
//请求成功
success : function(result) {
//setTable(result.data);
},
//请求失败,包含具体的错误信息
error : function(e){
console.log(e.status);
console.log(e.responseText);
}
});
}
......
......@@ -45,6 +45,13 @@
});
});
$.ajax({
type : 'post',
url : '/advertiserController/advertCount',
success : function(data) {
}
});
layui.use('table', function(){
var table = layui.table;
//第一个实例
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment