uniapp 打包h5 无法用本地文件夹方式打开

323 阅读1分钟

uniapp h5端打包后html无法直接在本地打开,需要在manifest.json中配置路径./

image.png 然后 再打包就可以了。