指纹插件  Fingerprint2

import Fingerprint2 from 'fingerprintjs2'

new Fingerprint2().get(function(result, components) {
    sessionStorage.setItem('fingerprint2',result)
  //  that.login(result,callback)     //登陆
})

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-20
  • 2022-12-23
  • 2021-06-09
  • 2021-05-12
  • 2021-05-05
  • 2021-06-06
猜你喜欢
  • 2022-01-19
  • 2021-11-14
  • 2021-07-03
  • 2021-10-20
  • 2021-11-13
  • 2022-01-01
  • 2021-08-19
相关资源
相似解决方案