vue-router history 模式 nginx部署支持刷新策略

location / {
     root /Users/zhuguangjie/E/smartminers/block-chip/dist;

    #try_files 配置是重点,只需要配置这一项就可以支持了,其中$uri为nginx环境自己的变量
     try_files $uri /index.html;
}

猜你喜欢

转载自blog.csdn.net/lovearforever/article/details/84957482