|
|
@ -1,26 +1,6 @@
|
|
|
|
import React, {Component} from "react";
|
|
|
|
import React, {Component} from "react";
|
|
|
|
import {
|
|
|
|
import moment from 'moment';
|
|
|
|
Form,
|
|
|
|
|
|
|
|
Select,
|
|
|
|
|
|
|
|
Input,
|
|
|
|
|
|
|
|
Button,
|
|
|
|
|
|
|
|
Checkbox,
|
|
|
|
|
|
|
|
Upload,
|
|
|
|
|
|
|
|
Icon,
|
|
|
|
|
|
|
|
message,
|
|
|
|
|
|
|
|
Modal,
|
|
|
|
|
|
|
|
Table,
|
|
|
|
|
|
|
|
Divider,
|
|
|
|
|
|
|
|
InputNumber,
|
|
|
|
|
|
|
|
Tag,
|
|
|
|
|
|
|
|
DatePicker,
|
|
|
|
|
|
|
|
Radio,
|
|
|
|
|
|
|
|
Tooltip,
|
|
|
|
|
|
|
|
notification
|
|
|
|
|
|
|
|
} from "antd";
|
|
|
|
|
|
|
|
import {Link, Switch, Route, Redirect} from 'react-router-dom';
|
|
|
|
|
|
|
|
import { SnackbarHOC,getImageUrl } from 'educoder';
|
|
|
|
import { SnackbarHOC,getImageUrl } from 'educoder';
|
|
|
|
import { TPMIndexHOC } from '../tpm/TPMIndexHOC';
|
|
|
|
|
|
|
|
import '../courses/css/members.css';
|
|
|
|
import '../courses/css/members.css';
|
|
|
|
import "../courses/common/formCommon.css"
|
|
|
|
import "../courses/common/formCommon.css"
|
|
|
|
import '../courses/css/Courses.css';
|
|
|
|
import '../courses/css/Courses.css';
|
|
|
@ -201,21 +181,21 @@ class EducoderLogin extends Component {
|
|
|
|
justifyContent: "center",
|
|
|
|
justifyContent: "center",
|
|
|
|
width: "100%",
|
|
|
|
width: "100%",
|
|
|
|
}}>
|
|
|
|
}}>
|
|
|
|
<div className="font-14 color-grey-9 " style={{marginTop:"20px"}}><span className="font-18">©</span> 2019 EduCoder<span className="ml15 mr15">湘ICP备17009477号</span><a href="https://team.trustie.net" style={{"color":"#888"}} target="_blank">Trustie</a> & IntelliDE inside.</div>
|
|
|
|
<div className="font-14 color-grey-9 " style={{marginTop:"20px"}}><span className="font-18">©</span> {moment().year()} EduCoder<span className="ml15 mr15">湘ICP备17009477号</span><a href="https://team.trustie.net" style={{"color":"#888"}} target="_blank">Trustie</a> & IntelliDE inside.</div>
|
|
|
|
</div>:
|
|
|
|
</div>:
|
|
|
|
this.props.mygetHelmetapi===undefined||this.props.mygetHelmetapi.main_site===null|| this.props.mygetHelmetapi.main_site===undefined? <div style={{
|
|
|
|
this.props.mygetHelmetapi===undefined||this.props.mygetHelmetapi.main_site===null|| this.props.mygetHelmetapi.main_site===undefined? <div style={{
|
|
|
|
display: "flex",
|
|
|
|
display: "flex",
|
|
|
|
justifyContent: "center",
|
|
|
|
justifyContent: "center",
|
|
|
|
width: "100%",
|
|
|
|
width: "100%",
|
|
|
|
}}>
|
|
|
|
}}>
|
|
|
|
<div className="font-14 color-grey-9 " style={{marginTop:"20px"}}><span className="font-18">©</span> 2019 EduCoder<span className="ml15 mr15">湘ICP备17009477号</span><a href="https://team.trustie.net" style={{"color":"#888"}} target="_blank">Trustie</a> & IntelliDE inside.</div>
|
|
|
|
<div className="font-14 color-grey-9 " style={{marginTop:"20px"}}><span className="font-18">©</span> {moment().year()} EduCoder<span className="ml15 mr15">湘ICP备17009477号</span><a href="https://team.trustie.net" style={{"color":"#888"}} target="_blank">Trustie</a> & IntelliDE inside.</div>
|
|
|
|
</div>:this.props.mygetHelmetapi.main_site===true?
|
|
|
|
</div>:this.props.mygetHelmetapi.main_site===true?
|
|
|
|
<div style={{
|
|
|
|
<div style={{
|
|
|
|
display: "flex",
|
|
|
|
display: "flex",
|
|
|
|
justifyContent: "center",
|
|
|
|
justifyContent: "center",
|
|
|
|
width: "100%",
|
|
|
|
width: "100%",
|
|
|
|
}}>
|
|
|
|
}}>
|
|
|
|
<div className="font-14 color-grey-9 " style={{marginTop:"20px"}}><span className="font-18">©</span> 2019 EduCoder<span className="ml15 mr15">湘ICP备17009477号</span><a href="https://team.trustie.net" style={{"color":"#888"}} target="_blank">Trustie</a> & IntelliDE inside.</div>
|
|
|
|
<div className="font-14 color-grey-9 " style={{marginTop:"20px"}}><span className="font-18">©</span> {moment().year()} EduCoder<span className="ml15 mr15">湘ICP备17009477号</span><a href="https://team.trustie.net" style={{"color":"#888"}} target="_blank">Trustie</a> & IntelliDE inside.</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
:""
|
|
|
|
:""
|
|
|
|
}
|
|
|
|
}
|
|
|
|