From eedf83c3ceec5a3a74f60b0fbec96b5502becaa7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=98=8E?= <775174143@qq.com>
Date: Fri, 14 Feb 2020 14:02:16 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E7=BA=BF=E4=B8=8A=E7=89=88?=
=?UTF-8?q?=E5=BE=AE=E4=BF=A1=E7=BC=96=E8=BE=91=E5=99=A8=E8=B7=AF=E7=94=B1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
public/react/src/App.js | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/public/react/src/App.js b/public/react/src/App.js
index 96a4f91b0..8f56cac3c 100644
--- a/public/react/src/App.js
+++ b/public/react/src/App.js
@@ -367,10 +367,10 @@ const JupyterTPI = Loadable({
loading: Loading
});
// 微信代码编辑器
-const WXCode = Loadable({
- loader: () => import('./modules/wxcode'),
- loading: Loading
-});
+// const WXCode = Loadable({
+// loader: () => import('./modules/wxcode'),
+// loading: Loading
+// });
// //个人竞赛报名
// const PersonalCompetit = Loadable({
// loader: () => import('./modules/competition/personal/PersonalCompetit.js'),
@@ -828,11 +828,11 @@ class App extends Component {
render={
(props) => ()
}/>
- ()
- }
- />
+ {/*()*/}
+ {/* }*/}
+ {/*/>*/}