diff --git a/src/App.js b/src/App.js
index 9e71ffe32..c1f85fe28 100644
--- a/src/App.js
+++ b/src/App.js
@@ -90,9 +90,16 @@ const EducoderLogin = Loadable({
loading: Loading,
})
+// 首页
const HomePage = Loadable({
loader: () => import('./home'),
loading: Loading,
+});
+
+// 管理页面
+const Managements = Loadable({
+ loader: () => import('./military/managements'),
+ loading: Loading,
})
class App extends Component {
@@ -277,6 +284,9 @@ class App extends Component {
{/*专家评审*/}
+ {/*管理页面*/}
+
+
{/*403*/}
diff --git a/src/military/components/adminRouter/index.jsx b/src/military/components/adminRouter/index.jsx
index 5ec4397cc..4fabda355 100644
--- a/src/military/components/adminRouter/index.jsx
+++ b/src/military/components/adminRouter/index.jsx
@@ -20,7 +20,7 @@ export default props => {
const projectMenu = useMemo(() => {
return
});
@@ -35,81 +35,74 @@ export default props => {
应征投稿协议内容
- 延期任务处理
- {/* 协议签订凭证上传 */}
- 支付报酬凭证上传
+ 延期任务处理
+ 支付报酬凭证上传
- 创客任务列表
+ 创客任务列表
});
const competitionMenu = useMemo(() => {
- return