如何解决vue/react打包上线之后路由页面刷新就丢失的问题

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

通过服务器的nginx配置进行url重写到程序入口index.html,代码如上如何解决vue/react打包上线之后路由页面刷新就丢失的问题_第1张图片

你可能感兴趣的:(react实现的功能【记录】,vue实现的功能【纪录】,react)