From dcff3adeaba8035b3e3de6f1c5ddf15b84ebc07e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=9E=97?= <904079904@qq.com> Date: Tue, 26 Nov 2019 11:45:20 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/react/src/modules/tpm/NewFooter.js | 148 ++++++---------------- 1 file changed, 37 insertions(+), 111 deletions(-) diff --git a/public/react/src/modules/tpm/NewFooter.js b/public/react/src/modules/tpm/NewFooter.js index f54fa1d3f..4ff1cc46a 100644 --- a/public/react/src/modules/tpm/NewFooter.js +++ b/public/react/src/modules/tpm/NewFooter.js @@ -1,127 +1,53 @@ -import React, {Component} from 'react'; -import {Redirect} from 'react-router'; -import {Link} from 'react-router-dom'; -import {getImageUrl, toPath} from 'educoder' +import React, { Component } from 'react'; +import { Redirect } from 'react-router'; +import { Link } from 'react-router-dom'; +import { getImageUrl, toPath } from 'educoder' import PropTypes from 'prop-types'; class NewFooter extends Component { - constructor(props) { - super(props) + constructor(props) { + super(props) - } + } - componentWillReceiveProps(newProps, newContext) { + componentWillReceiveProps(newProps, newContext) { - } + } - render() { - return ( -
© 2019 EduCoder - 湘ICP备17009477号 - + 湘ICP备17009477号 + 湘公网安备43019002000962号 - Trustie & IntelliDE inside. 版权所有 湖南智擎科技有限公司
@@ -130,12 +56,12 @@ class NewFooter extends Component { } -