From aca449a2cbf0a8b0c818a472af2b5746c3112cff Mon Sep 17 00:00:00 2001 From: medcl Date: Fri, 27 Mar 2020 12:06:52 +0800 Subject: [PATCH] update readme, add comments about servers --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4218f054..e3e30c38 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,9 @@ cnpm install cnpm run dev ``` -在浏览器中访问:[http://localhost:8000](http://localhost:7001) +后端开发:在浏览器中访问:[http://localhost:7001](http://localhost:7001) ,使用真实接口实现; + +前端开发:在浏览器中访问:[http://localhost:10000](http://localhost:10000),使用 Mock 接口数据。 ### 构建和部署