用Chrome打开格式为html的原型文件报这个错

Google Chrome requires an extension to view locally stored projects. Alternatively, upload your RP file to Axure Share or use a different browser.

Google Chrome requires an extension to view locally stored projects.

解决办法:

打开index.html,把下面这段代码注释掉。

/*
            $(window).bind('load', function() {
                if(CHROME_5_LOCAL && !$('body').attr('pluginDetected')) {
                    window.location = 'resources/chrome/chrome.html';
                }
            });
            */

相关文章:

  • 2022-12-23
  • 2021-10-11
  • 2021-10-24
  • 2022-12-23
  • 2022-02-22
  • 2021-11-20
  • 2021-06-30
猜你喜欢
  • 2022-12-23
  • 2022-02-22
  • 2021-09-27
  • 2022-03-09
  • 2021-05-30
  • 2021-11-30
相关资源
相似解决方案