This commit is contained in:
caishi 2020-10-21 17:29:25 +08:00
parent d80f1d32dc
commit 42ddb67c0e
1 changed files with 1 additions and 1 deletions

View File

@ -443,7 +443,7 @@ class CoderRootDirectory extends Component {
const urlRoot = filePath === undefined ? "" : `/${filePath}`; const urlRoot = filePath === undefined ? "" : `/${filePath}`;
let array = filePath && filePath.split("/"); let array = filePath && filePath.split("/");
return ( return (
<Spin spinning={false}> <Spin spinning={isSpin}>
<div className="main"> <div className="main">
<div className="f-wrap-between mb20"> <div className="f-wrap-between mb20">
<div className="f-wrap-alignCenter"> <div className="f-wrap-alignCenter">