@ -576,7 +576,7 @@ https://snake.mycomputer.top/api/user/account/register/--->405
## 8.上线前端(重点)
**修改前端请求api**
cs
- 在vscode中,`ctrl + shift + f`全文搜索127.0.0.1或localhost,将http://127.0.0.1:3000`替换`为https://appxxxx.acapp.acwing.com.cn/api
- 将ws://127.0.0.1:3000`替换`为wss://appxxxx.acapp.acwing.com.cn
- 打开vue脚手架,停止server,在任务界面选择`build`,运行