天天看点

vue-electron打包后报错:Fetch API cannot load app://./EasyPlayer.wasm. URL scheme “app“ is not supported

该应用是使用vue-electron+EasyPlayer.wasm播放H265视频问题,开发运行时,能正常播放H265视频,npm run electron:build打包后就不能播放H265视频了,小白摸索了大半天,在控制台发现了以下错误信息:

9da924e0-5036-44d1-8c95-63e0916ff0f1:1 Fetch API cannot load app://./EasyPlayer.wasm. URL scheme "app" is not supported.

(anonymous) @ 9da924e0-5036-44d1-8c95-63e0916ff0f1:1

(anonymous) @ 9da924e0-5036-44d1-8c95-63e0916ff0f1:1

a @ 9da924e0-5036-44d1-8c95-63e0916ff0f1:1

(anonymous) @ 9da924e0-5036-44d1-8c95-63e0916ff0f1:1

9da924e0-5036-44d1-8c95-63e0916ff0f1:1 Uncaught (in promise) TypeError: Failed to fetch

    at 9da924e0-5036-44d1-8c95-63e0916ff0f1:1

    at 9da924e0-5036-44d1-8c95-63e0916ff0f1:1

    at a (9da924e0-5036-44d1-8c95-63e0916ff0f1:1)

    at 9da924e0-5036-44d1-8c95-63e0916ff0f1:1

说是无法获取 app://./EasyPlayer.wasm,不支持“app”协议,我想不对啊,那app://./index.html怎么能访问呢?

运行打包后的 electron 应用

继续阅读