|
|
|
@ -1,7 +1,6 @@
|
|
|
|
|
import React, { Component } from 'react';
|
|
|
|
|
import './public-path';
|
|
|
|
|
import { ConfigProvider } from 'antd'
|
|
|
|
|
import zhCN from 'antd/lib/locale-provider/zh_CN';
|
|
|
|
|
import {
|
|
|
|
|
BrowserRouter as Router,
|
|
|
|
|
Route,
|
|
|
|
@ -495,8 +494,7 @@ class App extends Component {
|
|
|
|
|
(props) => {
|
|
|
|
|
|
|
|
|
|
return (<NewCompetitions {...this.props} {...props} {...this.state} />)
|
|
|
|
|
}
|
|
|
|
|
/>
|
|
|
|
|
}} />
|
|
|
|
|
<Route
|
|
|
|
|
path="/otherloginstart" component={Otherloginstart}
|
|
|
|
|
/>
|
|
|
|
|