|
|
|
@ -331,21 +331,21 @@ class NewHeader extends Component {
|
|
|
|
|
}
|
|
|
|
|
educoderlogin=()=>{
|
|
|
|
|
//退出账号
|
|
|
|
|
this.setState({
|
|
|
|
|
isRender:true
|
|
|
|
|
})
|
|
|
|
|
// var url = `/accounts/logout.json`;
|
|
|
|
|
|
|
|
|
|
// axios.get((url)).then((result) => {
|
|
|
|
|
// if(result!==undefined){
|
|
|
|
|
// // this.setState({
|
|
|
|
|
// // isRender:true
|
|
|
|
|
// // })
|
|
|
|
|
// window.location.href = "/";
|
|
|
|
|
// }
|
|
|
|
|
// }).catch((error) => {
|
|
|
|
|
// console.log(error);
|
|
|
|
|
// this.setState({
|
|
|
|
|
// isRender:true
|
|
|
|
|
// })
|
|
|
|
|
var url = `/accounts/logout.json`;
|
|
|
|
|
|
|
|
|
|
axios.get((url)).then((result) => {
|
|
|
|
|
if(result!==undefined){
|
|
|
|
|
// this.setState({
|
|
|
|
|
// isRender:true
|
|
|
|
|
// })
|
|
|
|
|
window.location.href = "/";
|
|
|
|
|
}
|
|
|
|
|
}).catch((error) => {
|
|
|
|
|
console.log(error);
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
onKeywordSearch = () => {
|
|
|
|
|