From 8d30810f55c4327928eb709f7042c092bdbd3ce9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=98=8E?= <775174143@qq.com> Date: Wed, 23 Oct 2019 16:40:09 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CompetitionsIndex.js | 0 .../Competitionsindex.css | 0 .../{Competitimains => Competitimain}/courses.jpg | Bin .../{Competitimains => Competitimain}/groups1.png | Bin .../{Competitimains => Competitimain}/groups2.png | Bin .../{Competitimains => Competitimain}/groups3.png | Bin .../react/src/modules/competitions/Competitions.js | 2 +- 7 files changed, 1 insertion(+), 1 deletion(-) rename public/react/src/modules/competitions/{Competitimains => Competitimain}/CompetitionsIndex.js (100%) rename public/react/src/modules/competitions/{Competitimains => Competitimain}/Competitionsindex.css (100%) rename public/react/src/modules/competitions/{Competitimains => Competitimain}/courses.jpg (100%) rename public/react/src/modules/competitions/{Competitimains => Competitimain}/groups1.png (100%) rename public/react/src/modules/competitions/{Competitimains => Competitimain}/groups2.png (100%) rename public/react/src/modules/competitions/{Competitimains => Competitimain}/groups3.png (100%) diff --git a/public/react/src/modules/competitions/Competitimains/CompetitionsIndex.js b/public/react/src/modules/competitions/Competitimain/CompetitionsIndex.js similarity index 100% rename from public/react/src/modules/competitions/Competitimains/CompetitionsIndex.js rename to public/react/src/modules/competitions/Competitimain/CompetitionsIndex.js diff --git a/public/react/src/modules/competitions/Competitimains/Competitionsindex.css b/public/react/src/modules/competitions/Competitimain/Competitionsindex.css similarity index 100% rename from public/react/src/modules/competitions/Competitimains/Competitionsindex.css rename to public/react/src/modules/competitions/Competitimain/Competitionsindex.css diff --git a/public/react/src/modules/competitions/Competitimains/courses.jpg b/public/react/src/modules/competitions/Competitimain/courses.jpg similarity index 100% rename from public/react/src/modules/competitions/Competitimains/courses.jpg rename to public/react/src/modules/competitions/Competitimain/courses.jpg diff --git a/public/react/src/modules/competitions/Competitimains/groups1.png b/public/react/src/modules/competitions/Competitimain/groups1.png similarity index 100% rename from public/react/src/modules/competitions/Competitimains/groups1.png rename to public/react/src/modules/competitions/Competitimain/groups1.png diff --git a/public/react/src/modules/competitions/Competitimains/groups2.png b/public/react/src/modules/competitions/Competitimain/groups2.png similarity index 100% rename from public/react/src/modules/competitions/Competitimains/groups2.png rename to public/react/src/modules/competitions/Competitimain/groups2.png diff --git a/public/react/src/modules/competitions/Competitimains/groups3.png b/public/react/src/modules/competitions/Competitimain/groups3.png similarity index 100% rename from public/react/src/modules/competitions/Competitimains/groups3.png rename to public/react/src/modules/competitions/Competitimain/groups3.png diff --git a/public/react/src/modules/competitions/Competitions.js b/public/react/src/modules/competitions/Competitions.js index 069858ac8..3d5bcd920 100644 --- a/public/react/src/modules/competitions/Competitions.js +++ b/public/react/src/modules/competitions/Competitions.js @@ -12,7 +12,7 @@ import { SnackbarHOC } from 'educoder'; //新版竞赛首页 const CompetitionsIndex = Loadable({ - loader: () => import('./Competitimains/CompetitionsIndex'), + loader: () => import('./Competitimain/CompetitionsIndex'), loading: Loading, })