Commit b663eff2 authored by wuhao's avatar wuhao 🎯

asder

parent b2c77970
export default { export default {
npmClient: 'yarn', npmClient: 'yarn',
hash:true,
history: { history: {
type: "hash", type: "hash",
}, },
publicPath:"./",
manifest: { manifest: {
basePath: "/", basePath: "/",
}, },
......
...@@ -321,7 +321,7 @@ function Threedire() { ...@@ -321,7 +321,7 @@ function Threedire() {
}, [equpmentNo]); }, [equpmentNo]);
const { sendMessage, lastMessage, readyState } = useWebSocket( const { sendMessage, lastMessage, readyState } = useWebSocket(
`ws://192.168.40.111:9400/ws/device/status`, `ws://192.168.40.50:7910/ws/device/status`,
{ {
onOpen: () => { onOpen: () => {
console.log("readyState is ", readyState); console.log("readyState is ", readyState);
......
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