WebView icon indicating copy to clipboard operation
WebView copied to clipboard

你好dalao,我通过我的vue调用webview中的jstoue.js文件出现个参数未定义错误,我个人能力不足以解决这个问题,下面是vue报错

Open yellowimg opened this issue 3 years ago • 1 comments

Uncaught ReferenceError: ue is not defined at eval (ue4WebUI.js?2e9e:9:1) at Module../src/ue4/ue4WebUI.js (app.js:2087:1) at webpack_require (app.js:849:30) at fn (app.js:151:20) at eval (main.js:20:72) at Module../src/main.js (app.js:2015:1) at webpack_require (app.js:849:30) at fn (app.js:151:20) at Object.1 (app.js:2184:18) at webpack_require (app.js:849:30)

这个ue4WebUI是使用jsToUe.js中的方法的

yellowimg avatar Feb 28 '22 07:02 yellowimg

以上的错误描述是 ue没有被定义。 出现这种情况可能是html页面中没有引用 jstoue.js 脚本. 可以看插件中的 samples.html 如何使用的。

在 2022-02-28 15:12:38,"yellowimg" @.***> 写道:

Uncaught ReferenceError: ue is not defined at eval (ue4WebUI.js?2e9e:9:1) at Module../src/ue4/ue4WebUI.js (app.js:2087:1) at webpack_require (app.js:849:30) at fn (app.js:151:20) at eval (main.js:20:72) at Module../src/main.js (app.js:2015:1) at webpack_require (app.js:849:30) at fn (app.js:151:20) at Object.1 (app.js:2184:18) at webpack_require (app.js:849:30)

这个ue4WebUI是使用jsToUe.js中的方法的

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you are subscribed to this thread.Message ID: @.***>

aSurgingRiver avatar Feb 28 '22 13:02 aSurgingRiver