diff --git a/src/pages/Storeboard/index.jsx b/src/pages/Storeboard/index.jsx index 72f8cda4f18ea59c7bb768dd9388ee54b790fcb2..2738851ebaf15c9df1a517ee5365b4c30f57513c 100644 --- a/src/pages/Storeboard/index.jsx +++ b/src/pages/Storeboard/index.jsx @@ -22,7 +22,7 @@ import { message } from "antd"; const { NODE_ENV } = process.env; const websocketUrl = 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.host // }`;