|
|
|
@ -127,7 +127,7 @@ export default class Shixuninformation extends Component {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
Checkvnc = () => {
|
|
|
|
|
console.log(this.state.vnc)
|
|
|
|
|
|
|
|
|
|
if (this.state.vnc === false) {
|
|
|
|
|
this.setState({
|
|
|
|
|
hide_code: false,
|
|
|
|
@ -193,7 +193,8 @@ export default class Shixuninformation extends Component {
|
|
|
|
|
} else {
|
|
|
|
|
this.setState({
|
|
|
|
|
multi_webssh: false,
|
|
|
|
|
opensshRadio: null
|
|
|
|
|
opensshRadio: null,
|
|
|
|
|
hide_code:false
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
this.setState({
|
|
|
|
@ -274,7 +275,7 @@ export default class Shixuninformation extends Component {
|
|
|
|
|
</span> : ""}
|
|
|
|
|
</div> : ""}
|
|
|
|
|
|
|
|
|
|
{this.state.vnc === true ? "" : <div className="clearfix mb20">
|
|
|
|
|
{this.state.vnc === true||this.state.websshshow === false ? "" : <div className="clearfix mb20">
|
|
|
|
|
<span className="color-grey-6 mt5 fl font-16 ml17" style={{minWidth: '45px'}}>隐藏代码窗口:</span>
|
|
|
|
|
<span className="fl mt8">
|
|
|
|
|
<Checkbox
|
|
|
|
|