Skip to content

Commit

Permalink
fix: 端口改成80
Browse files Browse the repository at this point in the history
  • Loading branch information
vissssa committed Nov 19, 2019
1 parent 15a7fd9 commit d16fe4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/docs/快速安装.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,6 @@ $ python -m apps.auth.run

2、在前端项目根目录下`npm install`,稍等片刻安装依赖包

3、修改`config/dev.env.js`中的`BASE_URL`地址为上面的后端地址`http://localhost:9000`
3、修改`config/dev.env.js`中的`BASE_URL`地址为上面的后端地址`http://localhost:80`

4、运行`npm run dev`即可打开本项目

0 comments on commit d16fe4a

Please sign in to comment.