遇到以下报错情况,若引用的是fullPage.js,就在fullPage.js文件中搜索:license,将以下if花括号中的代码删除即可,没有任何影响:
if(!isOK){
showError('error', 'Fullpage.js version 3 has changed its license to GPLv3 and it requires a `licenseKey` option. Read about it here:');
showError('error', 'https://github.com/alvarotrigo/fullPage.js#options.');
}
若引用的是fullPage.min.js,就在fullPage.min.js文件中搜索:license,将以下代码中的最后两个(Sn(),Sn())置空即可,没有任何影响:
function Ot(){var e=E.licenseKey,t="font-size: 15px;background:yellow;";n?e&&e.length<20&&(console.warn("%c This website was made using fullPage.js slider. More info on the following website:",t),console.warn("%c https://alvarotrigo.com/fullPage/",t)):(Sn(),Sn()),
报错如下图:
fullPage控制台licenseKey报错.png
删除代码后,如下图:
fullPage控制台licenseKey解决.png
网友评论