我的 uniapp 配置了 history 模式,访问/没问题可以正常显示,但是访问/index.html 就直接空白了,但是也没报错。就比如我访问”http://baidu.com/h5/”没问题,访问”http://baidu.com/h5/index.html”就是空白页。求大佬们帮解答一下
1
weixiangzhe 2023-10-07 19:11:24 +08:00
nginx 的 index 或者 tryfile 没有配置好,发出来看看
|
2
PPZZPP OP @weixiangzhe nginx 用的是默认配置
|
3
julyclyde 2023-10-09 21:20:22 +08:00
你用 curl 访问一下 index 看看到底返回了啥
所谓空白,也可能是浏览器对响应的进一步处理 |