react部署在nginx注意 发表于 2024-11-26 分类于 前端 , react 出现Unpected Application Error路由的index.js里面createBrowserRouter时添加{basename:’/pan’}参数 nginx配置文件添加,否则刷新路由时会报找不到/pan/home 12345location /pan { root html; index index.html; try_files $uri $uri/ /pan/index.html =404;}