!10 修复描述错误

Merge pull request !10 from lihui/master
This commit is contained in:
java110 2024-09-05 02:16:21 +00:00 committed by Gitee
commit da434a9005
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

4
app.js
View File

@ -39,7 +39,7 @@ let opts = {
}
// todo 测试环境 测试使用生产环境请用nginx带来
// todo 测试环境 测试使用生产环境请用nginx代理
app.use('/callComponent', proxy('http://192.168.100.108:8088', opts));
app.use('/app', proxy('http://192.168.100.108:8088', opts));
app.use('/ws', createProxyMiddleware({
@ -50,7 +50,7 @@ app.use('/ws', createProxyMiddleware({
// todo 本机 开发用生产环境请用nginx带来
// todo 本机 开发用生产环境请用nginx代理
// app.use('/ws', proxy('http://127.0.0.1:8008', opts));
// app.use('/callComponent', proxy('http://127.0.0.1:8008', opts));
// app.use('/app', proxy('http://127.0.0.1:8008', opts));