Commit e59ed0ec authored by krysent's avatar krysent

new

parent 3231551d
...@@ -22,7 +22,7 @@ import { message } from "antd"; ...@@ -22,7 +22,7 @@ import { message } from "antd";
const { NODE_ENV } = process.env; const { NODE_ENV } = process.env;
const websocketUrl = const websocketUrl =
NODE_ENV == "development" NODE_ENV == "development"
? "http://192.168.40.41:7001" : 'http://192.168.40.41' ? "http://192.168.40.41:7001" : 'http://192.168.40.41:7001'
// : `${window.location.protocol == "http:" ? "ws" : "wss"}://${ // : `${window.location.protocol == "http:" ? "ws" : "wss"}://${
// window.location.host // window.location.host
// }`; // }`;
......
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