代码修复

This commit is contained in:
Kevin Wong
2026-01-15 17:26:55 +08:00
parent e2282195b4
commit e2a3a88e23
3 changed files with 309 additions and 4 deletions

View File

@@ -135,7 +135,7 @@ uvicorn app.main:app --host 0.0.0.0 --port 8006
```bash
cd /home/rongye/ProgramFiles/ViGent/frontend
npm run dev -- --host 0.0.0.0
npm run dev -- --host 0.0.0.0 --port 3002
```
---