From a2a2847010b3e4b6de318845e7224157b990f932 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 14 Feb 2022 09:55:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8C=85=E9=A1=B9=E7=9B=AE=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 ++- src/modules/404/Shixunnopage.js | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 25fb0155..93615bff 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ "code-prettify": "^0.1.0", "codemirror": "^5.64.0", "connected-react-router": "4.4.1", + "cross-port-killer": "^1.0.1", "css-loader": "^3.5.2", "dompurify": "^2.3.3", "dotenv": "4.0.0", @@ -204,7 +205,7 @@ "babel-preset-stage-2": "^6.24.1", "compression-webpack-plugin": "^1.1.12", "concat": "^1.0.3", - "cross-env": "^7.0.3", + "cross-env": "^5.1.1", "happypack": "^5.0.1", "less": "^3.9.0", "less-loader": "^4.1.0", diff --git a/src/modules/404/Shixunnopage.js b/src/modules/404/Shixunnopage.js index e5e2e21c..7ed53a25 100644 --- a/src/modules/404/Shixunnopage.js +++ b/src/modules/404/Shixunnopage.js @@ -1,6 +1,8 @@ import React, { Component } from 'react'; import { TPMIndexHOC } from '../tpm/TPMIndexHOC'; import { SnackbarHOC, getImageUrl } from 'educoder'; +import Loading from "../../Loading"; + class http500 extends Component { constructor(props) {