|
|
|
@ -13,10 +13,11 @@ import '@icedesign/base/dist/ICEDesignBase.css';
|
|
|
|
|
|
|
|
|
|
import '@icedesign/base/index.scss';
|
|
|
|
|
|
|
|
|
|
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 LoginDialog from './modules/login/LoginDialog';
|
|
|
|
|
import Notcompletedysl from './modules/user/Notcompletedysl';
|
|
|
|
|
import Trialapplicationysl from './modules/login/Trialapplicationysl';
|
|
|
|
|
import Trialapplicationreview from './modules/user/Trialapplicationreview';
|
|
|
|
|
import Addcourses from "./modules/courses/coursesPublic/Addcourses";
|
|
|
|
|
import Trialapplication from './modules/login/Trialapplication'
|
|
|
|
|
|
|
|
|
|
import NotFoundPage from './NotFoundPage'
|
|
|
|
@ -41,6 +42,7 @@ import {initAxiosInterceptors} from './AppConfig'
|
|
|
|
|
// !!!tpi需要这个来加载css
|
|
|
|
|
import {TPMIndexHOC} from './modules/tpm/TPMIndexHOC';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const theme = createMuiTheme({
|
|
|
|
|
palette: {
|
|
|
|
|
primary: {
|
|
|
|
@ -259,7 +261,7 @@ class App extends Component {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
render() {
|
|
|
|
|
// let {isRenders} = this.state;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return (
|
|
|
|
|
<LocaleProvider locale={zhCN}>
|
|
|
|
@ -270,6 +272,7 @@ class App extends Component {
|
|
|
|
|
<Notcompletedysl {...this.props} {...this.state}></Notcompletedysl>
|
|
|
|
|
<Trialapplicationysl {...this.props} {...this.state}></Trialapplicationysl>
|
|
|
|
|
<Trialapplicationreview {...this.props} {...this.state}></Trialapplicationreview>
|
|
|
|
|
<Addcourses {...this.props} {...this.state}/>
|
|
|
|
|
{/*{*/}
|
|
|
|
|
{/* isRender === true?*/}
|
|
|
|
|
{/* <LoginDialog></LoginDialog> : ""*/}
|
|
|
|
|