美文网首页
axure导出网页不能显示问题

axure导出网页不能显示问题

作者: 勤的空间 | 来源:发表于2023-12-07 16:36 被阅读0次
  1. 打开index.hmtl</head>前加
<style type="text/css">
  #mainPanel{
    opacity: 1 !important;
  }
</style>
  1. 修改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