vue打包項目後刷新404的問題

vue打包項目後刷新404的問題Nginx配置} server { listen 80; server_name localhost; index index.html; root /root/dist; location / { root /root/dist; try_files $uri $uri/ /index.html =404; } }
相關文章
相關標籤/搜索