This commit is contained in:
黄心宇 2024-05-31 17:56:52 +08:00
parent 372efe3eba
commit b75eef4dee
2 changed files with 2 additions and 4 deletions

View File

@ -434,7 +434,7 @@ function CoderDepot(props){
}
<div style={{minHeight:"500px"}}>
{
projectDetail &&
projectDetail && mirror_status === 0 &&
<div className="Panels Box">
<div className="LongWidth">
<div className="panelmenu">

View File

@ -283,9 +283,7 @@ class Detail extends Component {
this.canvasChannel();
this.setState({
firstSync: true,
secondSync: false
})
this.setState({
secondSync: false,
mirror_status:1
})
} else if (data.mirror_status === 2) {