vue部署在宝塔上的伪静态写法

vue部署在宝塔上的伪静态写法

location / {
  if (!-e $request_filename){
    rewrite ^(.*)$ /index.html?s=/$1 last;
    break;
  }
}

本站由 困困鱼 使用 Stellar 创建。