Commit c4bf65fc authored by xuwenhui's avatar xuwenhui

去掉wesokiet

parent e8f99b1d
...@@ -45,7 +45,7 @@ app.use('/callComponent', proxy('http://127.0.0.1:8008', opts)); ...@@ -45,7 +45,7 @@ app.use('/callComponent', proxy('http://127.0.0.1:8008', opts));
app.use('/app', proxy('http://127.0.0.1:8008', opts)); app.use('/app', proxy('http://127.0.0.1:8008', opts));
app.use('/ws', createProxyMiddleware({ app.use('/ws', createProxyMiddleware({
// target: 'http://124.70.46.221:3000', // target: 'http://124.70.46.221:3000',
target: 'http://172.16.3.253:8008', target: 'http://127.0.0.1:8008',
changeOrigin: true, changeOrigin: true,
ws: true ws: true
})); }));
......
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