Vue在Nginx部署后刷新页面404 阅读次数: 配置改成如下即可 123456789 location / { root /usr/share/nginx/html/cnode; index index.html; try_files $uri $uri/ @router;} location @router { rewrite ^.*$ /index.html last;}