histroy模式刷新页面404

84 阅读1分钟

在宝塔面板的网站里打开配置找到伪静态

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

输入以上代码进行保存。

微信截图_20221122154607.png