身思乐,人事爱,稳恒不言败!

vue-router - HTML5 History 模式,404问题解决方案

 

nginx配置

location / {
  try_files $uri $uri/ /index.html;
}

 

参看官网:https://router.vuejs.org/zh/guide/essentials/history-mode.html#%E5%90%8E%E7%AB%AF%E9%85%8D%E7%BD%AE%E4%BE%8B%E5%AD%90