Commit 186dc590 by Zhang Xin

test

parent dfae62ea
...@@ -43,6 +43,7 @@ export default class HomePageContainer extends React.Component{ ...@@ -43,6 +43,7 @@ export default class HomePageContainer extends React.Component{
this.setState({ this.setState({
closeDoorStatus : 1 closeDoorStatus : 1
},()=>{ },()=>{
UTILPATH.myLogger.info("logout startStopServer ",this.props.startStopServer);
if(this.props.startStopServer){ if(this.props.startStopServer){
this.props.willCloseDoor(); this.props.willCloseDoor();
this.props.endCountBack(); this.props.endCountBack();
......
import fetch from 'isomorphic-fetch'; import fetch from 'isomorphic-fetch';
let domain = ""; let domain = "http://192.168.10.63:7780";
const domainPort = "7786"; const domainPort = "7788";
const myHeaders = new Headers({ const myHeaders = new Headers({
// 'Access-Control-Allow-Origin': '*', // 'Access-Control-Allow-Origin': '*',
// 'Content-Type': 'text/plain;charset=UTF-8', // 'Content-Type': 'text/plain;charset=UTF-8',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment