vue-router - HTML5 History 模式,404问题解决方案 2018-10-31 1,002 浏览 64 点赞 nginx配置 location / { try_files $uri $uri/ /index.html; } 参看官网:https://router.vuejs.org/zh/guide/essentials…