Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yt605155624 authored Sep 21, 2022
1 parent ac34fbb commit 861dc2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demos/speech_web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ A: node.js的安装可以参考[【菜鸟教程】](https://www.runoob.com/nod

A:后端的配置地址有分散在两个文件中

修改第一个文件 `PaddleSpeechWebClient/vite.config.js`
修改第一个文件 `./web_client/vite.config.js`

```
server: {
Expand All @@ -201,7 +201,7 @@ server: {
}
```

修改第二个文件 `PaddleSpeechWebClient/src/api/API.js`( Websocket 代理配置失败,所以需要在这个文件中修改)
修改第二个文件 `./web_client/src/api/API.js`( Websocket 代理配置失败,所以需要在这个文件中修改)

```
// websocket (这里改成后端所在的接口)
Expand Down

0 comments on commit 861dc2a

Please sign in to comment.