Commit 186dc590 by Zhang Xin

test

parent dfae62ea
......@@ -43,6 +43,7 @@ export default class HomePageContainer extends React.Component{
this.setState({
closeDoorStatus : 1
},()=>{
UTILPATH.myLogger.info("logout startStopServer ",this.props.startStopServer);
if(this.props.startStopServer){
this.props.willCloseDoor();
this.props.endCountBack();
......
import fetch from 'isomorphic-fetch';
let domain = "";
const domainPort = "7786";
let domain = "http://192.168.10.63:7780";
const domainPort = "7788";
const myHeaders = new Headers({
// 'Access-Control-Allow-Origin': '*',
// '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