码迷,mamicode.com
首页 > 其他好文 > 详细

VUE项目编译后刷新404

时间:2021-01-04 11:32:56      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:class   刷新   style   color   try_files   nginx配置   rgb   try   out   

在nginx配置中添加

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

    location @router {
        rewrite ^.*$ /index.html last;
    }

 

VUE项目编译后刷新404

标签:class   刷新   style   color   try_files   nginx配置   rgb   try   out   

原文地址:https://www.cnblogs.com/xuanjiange/p/14218344.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!