From 85ed69b4ee2777c7e50e3babb57a523370189d5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=98=8E?= <775174143@qq.com> Date: Mon, 22 Jul 2019 09:15:20 +0800 Subject: [PATCH] =?UTF-8?q?=E8=80=81=E7=89=88=E6=9C=ACreact=20=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/react/src/Loading.js | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/public/react/src/Loading.js b/public/react/src/Loading.js index f6d113eb..826b95ad 100644 --- a/public/react/src/Loading.js +++ b/public/react/src/Loading.js @@ -1,14 +1,23 @@ import React, { Component } from 'react'; import { BrowserRouter as Router, Route, Link } from "react-router-dom"; - +import { Spin } from 'antd'; class Loading extends Component { render() { // Loading return ( -