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

  

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-17
  • 2022-12-23
  • 2022-12-23
  • 2021-07-28
  • 2022-01-27
猜你喜欢
  • 2021-06-19
  • 2022-12-23
  • 2021-06-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-28
  • 2022-12-23
相关资源
相似解决方案