axure导出网页不能显示问题
作者:
勤的空间 | 来源:发表于
2023-12-07 16:36 被阅读0次
- 打开
index.hmtl
在 </head>
前加
<style type="text/css">
#mainPanel{
opacity: 1 !important;
}
</style>
- 修改
resources/scripts/player/axplayer.js
,注释下面代码
if (CHROME_5_LOCAL && !$('body').attr('pluginDetected')) {
window.location = 'resources/chrome/chrome.html';
}
if (FIREFOX && BROWSER_VERSION >= 68 && document.location.href.indexOf('file://') >= 0) { //detecting firefox and local
window.location = 'resources/chrome/firefox.html';
}
if (!canAccess) window.location = 'resources/chrome/safari.html';
本文标题:axure导出网页不能显示问题
本文链接:https://www.haomeiwen.com/subject/oxmwbdtx.html
网友评论