若依框架前端部署后刷新404

location / {
        root  /usr/share/nginx/html/web/;#前端文件路径	
        index  index.html index.htm;
        try_files $uri $uri/ @router;
        index index.html;
        }
location @router {
       	rewrite ^.*$ /index.html last;
    	}    

  

posted @ 2023-03-15 13:34  DarkerbeS  阅读(172)  评论(0编辑  收藏  举报