From 879b5eb5fec29e98372348e105c9f0864e2bbefe Mon Sep 17 00:00:00 2001 From: Jasder <2053003901@@qq.com> Date: Sat, 14 Mar 2020 16:25:11 +0800 Subject: [PATCH] =?UTF-8?q?FIX=20=E9=A1=B9=E7=9B=AE=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=B8=8B=E6=8B=89=E6=97=A0=E6=95=88=E7=9A=84?= =?UTF-8?q?bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/react/src/forge/Main/Index.js | 2 +- public/react/src/modules/tpm/NewFooter.js | 71 +++++++---------------- 2 files changed, 22 insertions(+), 51 deletions(-) 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. 版权所有 湖南智擎科技有限公司 +

+
+
); }