fixed Issue #1

This commit is contained in:
Marvin Zhang
2019-03-12 21:25:10 +08:00
parent 17c605ebd4
commit b7cea6d320
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ python manage.py run_all
```bash
# 运行前端
cd frontend
npm run dev
npm run serve
```
## 截图

View File

@@ -37,7 +37,7 @@ python manage.py run_all
```bash
# run frontend client
cd frontend
npm run dev
npm run serve
```
## Screenshot