From fa55253398ef1c0b0ff3df0c5b8d21f4da60a514 Mon Sep 17 00:00:00 2001 From: caishi <1149225589@qq.com> Date: Tue, 17 Nov 2020 16:25:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E8=B7=B5=E6=95=99=E5=AD=A6--=E5=9F=BA?= =?UTF-8?q?=E7=A1=80=E6=BC=94=E7=A4=BA=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.js | 8 +------- src/modules/tpm/TPMIndexHOC.js | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/src/App.js b/src/App.js index 8d734bc5..43e94844 100644 --- a/src/App.js +++ b/src/App.js @@ -9,12 +9,6 @@ import { } from 'react-router-dom'; import axios from 'axios'; import LoginDialog from './modules/login/LoginDialog'; -import Notcompletedysl from './modules/user/Notcompletedysl'; -import Trialapplicationysl from './modules/login/Trialapplicationysl'; -import Trialapplicationreview from './modules/user/Trialapplicationreview'; -import AccountProfile from "./modules/user/AccountProfile"; -import Accountnewprofile from './modules/user/Accountnewprofile'; -import Certifiedprofessional from './modules/modals/Certifiedprofessional'; import Loading from './Loading' @@ -151,7 +145,7 @@ class App extends Component { this.setState({ mygetHelmetapi: undefined }); - document.title = "Forge"; + document.title = "实践教学"; var link = document.createElement('link'), oldLink = document.getElementById('dynamic-favicon'); link.id = 'dynamic-favicon'; diff --git a/src/modules/tpm/TPMIndexHOC.js b/src/modules/tpm/TPMIndexHOC.js index 0084c333..e5d3db6e 100644 --- a/src/modules/tpm/TPMIndexHOC.js +++ b/src/modules/tpm/TPMIndexHOC.js @@ -81,7 +81,7 @@ export function TPMIndexHOC(WrappedComponent) { this.setState({ mygetHelmetapi: undefined }); - document.title = "Forge"; + document.title = "实践教学"; var link = document.createElement('link'), oldLink = document.getElementById('dynamic-favicon'); link.id = 'dynamic-favicon';