Commit 22765d01 by Zhang Xin

fix port from 7788 to 7780

parent 7a87e9b3
import fetch from 'isomorphic-fetch'; import fetch from 'isomorphic-fetch';
let domain = ""; let domain = "";
const domainPort = "7788"; const domainPort = "7780";
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',
......
...@@ -3,7 +3,7 @@ import myLogger from './logger' ...@@ -3,7 +3,7 @@ import myLogger from './logger'
let domainIp = '192.168.10.'; let domainIp = '192.168.10.';
const domainPort = "7788"; const domainPort = "7780";
const socket = {}; const socket = {};
......
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