VueRouter history模式在Nginx下刷新404

打开 nginx.conf
location / {
     root   html/dist;
     index  index.html;
     try_files $uri $uri/ /; #加上这一行
 }

  

posted @ 2020-06-04 18:20  抠脚码农  阅读(979)  评论(0编辑  收藏  举报