【发布时间】:2018-11-29 14:56:15
【问题描述】:
我在我的 Electron 应用程序的 html 页面中添加了一个链接,用于打开 SSRS 报告。
当我单击链接时,它会尝试导航,但没有呈现任何内容。我单击了开发人员工具,但出现 jquery 错误。
我已经在我的依赖文件中包含了 jQuery,并在我的 reporting.js 中声明了它 -- const {sql,$} = require('../dependencies');
我在 Electron 中使用 webviews..
有没有其他人尝试过或遇到过这个错误,如果有,你能帮忙吗??
【问题讨论】:
标签: jquery angularjs node.js reporting-services electron