hookehuyr

fix

......@@ -2,7 +2,7 @@
* @Author: hookehuyr hookehuyr@gmail.com
* @Date: 2022-05-26 23:52:36
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2023-03-15 15:08:59
* @LastEditTime: 2023-03-28 14:04:03
* @FilePath: /data-table/src/App.vue
* @Description:
-->
......@@ -137,14 +137,14 @@ onMounted(async () => {
if (form_setting.wxzq_scope && no_preview_model) {
}
// 唯一设备码
const fpPromise = fp3.load();
fpPromise
.then(fp => fp.get())
.then(result => {
const visitorId = result.visitorId
console.log(visitorId)
})
// // 唯一设备码
// const fpPromise = fp3.load();
// fpPromise
// .then(fp => fp.get())
// .then(result => {
// const visitorId = result.visitorId
// console.log(visitorId)
// })
}
});
</script>
......