diff --git a/public/react/src/forge/Main/Index.js b/public/react/src/forge/Main/Index.js index 6f9970745..fe5d065da 100644 --- a/public/react/src/forge/Main/Index.js +++ b/public/react/src/forge/Main/Index.js @@ -201,7 +201,7 @@ class Index extends Component{ :"" ) return( -
+

diff --git a/public/react/src/modules/tpm/NewFooter.js b/public/react/src/modules/tpm/NewFooter.js index 9a69d522b..051bfadc7 100644 --- a/public/react/src/modules/tpm/NewFooter.js +++ b/public/react/src/modules/tpm/NewFooter.js @@ -4,20 +4,9 @@ import { Link } from 'react-router-dom'; class NewFooter extends Component { - constructor(props) { - super(props) - - } - - componentWillReceiveProps(newProps, newContext) { - - } - - render() { return (
- - {/*newContainers*/}
- {this.props.user&&this.props.user.main_site===true?
- {/*
- - 高校智能化教学与实训平台 - - - EduCoder.net -
*/} -
    -
  • 网站首页
  • -
  • 关于我们
  • -
  • 联系我们
  • -
  • 合作伙伴
  • -
  • 服务协议
  • -
  • 帮助中心
  • -
  • 意见反馈
  • -
-
:""} -
- {this.props.mygetHelmetapi === null ? "" : - this.props.mygetHelmetapi===undefined|| this.props.mygetHelmetapi.footer===null||this.props.mygetHelmetapi.footer===undefined? -

- © {moment().year()} EduCoder - 湘ICP备17009477号 - - 湘公网安备43019002000962号 - - Trustie   &   IntelliDE inside. 版权所有 湖南智擎科技有限公司 -

- : -
- - } - -
-
+
    +
  • 网站首页
  • +
  • 关于我们
  • +
  • 联系我们
  • +
  • 合作伙伴
  • +
  • 服务协议
  • +
  • 帮助中心
  • +
  • 意见反馈
  • +
+
+

+ © {moment().year()} EduCoder + 湘ICP备17009477号 + + 湘公网安备43019002000962号 + + Trustie   &   IntelliDE inside. 版权所有 湖南智擎科技有限公司 +

+
+
); }