From b4881824cb60876863c2e3d886bf4828e17ee58f Mon Sep 17 00:00:00 2001 From: harry Date: Tue, 3 Mar 2020 11:00:54 +0800 Subject: [PATCH] fix --- .../react/src/modules/403/Shixunauthority.js | 37 ++++++++----------- public/react/src/modules/tpm/TPMIndexHOC.js | 1 - 2 files changed, 16 insertions(+), 22 deletions(-) diff --git a/public/react/src/modules/403/Shixunauthority.js b/public/react/src/modules/403/Shixunauthority.js index a16ef32a3..8579a8621 100644 --- a/public/react/src/modules/403/Shixunauthority.js +++ b/public/react/src/modules/403/Shixunauthority.js @@ -1,37 +1,32 @@ import React, { Component } from 'react'; -import { BrowserRouter as Router, Route, Link, Switch } from "react-router-dom"; - -import Loading from '../../Loading'; - -import Loadable from 'react-loadable'; import { TPMIndexHOC } from '../tpm/TPMIndexHOC'; -import { SnackbarHOC,getImageUrl } from 'educoder'; +import { SnackbarHOC, getImageUrl } from 'educoder'; class Shixunauthority extends Component { render() { return (
-
- {/*mt100 mb100*/} - -

- 您可以稍后尝试 返回首页 - ,或者  +

+ {/*mt100 mb100*/} + +

+ 您可以稍后尝试 返回首页 + ,或者  QQ反馈>> -

-
- {/*
*/} - {/**/} - {/**/} + href="//shang.qq.com/wpa/qunwpa?idkey=2f2043d88c1bd61d182b98bf1e061c6185e23055bec832c07d8148fe11c5a6cd" + className="color-blue">QQ反馈>> +

+
+ {/*
*/} + {/**/} + {/**/}
); } } -export default SnackbarHOC() (TPMIndexHOC ( Shixunauthority )); +export default SnackbarHOC()(TPMIndexHOC(Shixunauthority)); diff --git a/public/react/src/modules/tpm/TPMIndexHOC.js b/public/react/src/modules/tpm/TPMIndexHOC.js index ab16b01bf..5a9e9974b 100644 --- a/public/react/src/modules/tpm/TPMIndexHOC.js +++ b/public/react/src/modules/tpm/TPMIndexHOC.js @@ -12,7 +12,6 @@ import AccountProfile from '../user/AccountProfile'; import AccountPhoneemail from '../user/AccountPhoneemail'; const $ = window.$; -const versionNum = '0001'; let _url_origin = ''; if (window.location.port === "3007") {