uniapp微信接口回调 response.sendRedirect nginx 报404错误
如题
参考 uniapp打包H5时,访问index.html页面白屏报错net::ERR_ABORTED 404 - 简书
nginx中修改 配置文件
location / {
try_files $uri $uri/ /index.html;
root html;
index index.html index.htm;
}
uniapp里配置
重新载入