This commit is contained in:
linfso 2024-08-19 09:34:13 +08:00
parent e637af0ea6
commit 6fc19855d6
2 changed files with 0 additions and 3 deletions

View File

@ -225,7 +225,6 @@ export default {
deep: true deep: true
} }
}, },
created() { created() {
this.initData(); this.initData();

View File

@ -445,8 +445,6 @@ export default {
const macCode = result.visitorId const macCode = result.visitorId
let TnMacCode=localStorage.getItem('TnMacCode')||''; let TnMacCode=localStorage.getItem('TnMacCode')||'';
this.loginForm.macCode=TnMacCode+"###"+macCode; this.loginForm.macCode=TnMacCode+"###"+macCode;
const fp2=FingerprintJS2
}, },
getCode() { getCode() {
getCodeImg().then(res => { getCodeImg().then(res => {