src/views/login.vue
@@ -225,13 +225,6 @@ onMounted(async () => { FingerprintJS.load().then((fp:any) => { fp.get().then((result: { visitorId: any; }) => { const visitorId = result.visitorId; console.log(visitorId,'浏览器指纹识别码'); }); }); let obj = { username: randomSixDigitNumber }