控制台报错:fullPage: Fullpage.js version 3 has changed its license to GPLv3 and it requires a `licenseKey` option. Read about it here:

解决办法:

在fullpage.js文件中查找licenseKey,删除如下代码

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.');
}

删除后将下一行的else也删掉,变成如下代码
if(l && l.length < 20){
  console.warn('%c This website was made using fullPage.js slider. More info on the following website:', msgStyle);
  console.warn('%c https://alvarotrigo.com/fullPage/', msgStyle);
}

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-18
  • 2021-08-04
  • 2021-08-20
  • 2021-06-24
  • 2022-01-01
猜你喜欢
  • 2022-12-23
  • 2021-12-27
  • 2021-12-28
  • 2021-12-23
  • 2021-06-26
  • 2021-10-26
  • 2021-12-05
相关资源
相似解决方案