Commit 8b904c66 authored by lijiehua's avatar lijiehua Committed by 陈帅

LoadingPage

parent 5c8d9c19
......@@ -30,7 +30,7 @@ const getRedirectData = () => {
};
const redirectData = getRedirectData();
class LodingPage extends PureComponent {
class LoadingPage extends PureComponent {
state = {
loading: true,
isMobile: false,
......@@ -91,4 +91,4 @@ class LodingPage extends PureComponent {
}
}
export default connect()(LodingPage);
export default connect()(LoadingPage);
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment