Fix README

fix README.md

Change-Id: I81bc934b915809c2225745314863762982c137d8
This commit is contained in:
yangshaoxue 2021-06-17 14:21:26 +08:00
parent 4eb68e7fb2
commit 81fa2248a3
1 changed files with 1 additions and 1 deletions

View File

@ -58,6 +58,6 @@
在项目根目录下,`package.json`同级。
- `yarn run mock`: 使用[rap2](http://rap2.taobao.org/)工具 mock 接口
- `yarn run dev`: 使用实际接口,需要将`webpack.dev.js`文件第 27 行的 "http://pre.xxx.com"
- `yarn run dev`: 使用实际接口,需要将`webpack.dev.js`文件第 47 行的 "http://pre.xxx.com"
修改为实际地址
- `yarn run build`: 构建打包,可将生成的 dist 目录的内容交给后端