Nginx 解决 vue 页面刷新 404 问题

nginx 配置文件增加以下代码:

try_files $uri $uri/ /index.html;