update README.md.

mock模式下执行脚本yarn start或npm start无法获取mock数据,必须执行yarn start:mock或npm start:mock.README说明错误,害的我忙活了一下午找错。。。。!!!!
This commit is contained in:
秦振 2020-10-09 16:26:30 +08:00 committed by Gitee
parent 9319169685
commit 1f17c195aa

View File

@ -92,7 +92,7 @@ $ git clone https://gitee.com/smallc/Sword.git
$ cd Sword
$ yarn install 或者 npm install
# mock模式
$ yarn start 或者 npm start
$ yarn start:mock 或者 npm start:mock
# 服务模式
$ yarn run start:no-mock 或者 npm run start:no-mock
# 访问 http://localhost:8888