Showing
1 changed file
with
9 additions
and
9 deletions
| ... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
| 2 | * @Author: hookehuyr hookehuyr@gmail.com | 2 | * @Author: hookehuyr hookehuyr@gmail.com |
| 3 | * @Date: 2022-05-26 23:52:36 | 3 | * @Date: 2022-05-26 23:52:36 |
| 4 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 4 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 5 | - * @LastEditTime: 2023-03-15 15:08:59 | 5 | + * @LastEditTime: 2023-03-28 14:04:03 |
| 6 | * @FilePath: /data-table/src/App.vue | 6 | * @FilePath: /data-table/src/App.vue |
| 7 | * @Description: | 7 | * @Description: |
| 8 | --> | 8 | --> |
| ... | @@ -137,14 +137,14 @@ onMounted(async () => { | ... | @@ -137,14 +137,14 @@ onMounted(async () => { |
| 137 | if (form_setting.wxzq_scope && no_preview_model) { | 137 | if (form_setting.wxzq_scope && no_preview_model) { |
| 138 | 138 | ||
| 139 | } | 139 | } |
| 140 | - // 唯一设备码 | 140 | + // // 唯一设备码 |
| 141 | - const fpPromise = fp3.load(); | 141 | + // const fpPromise = fp3.load(); |
| 142 | - fpPromise | 142 | + // fpPromise |
| 143 | - .then(fp => fp.get()) | 143 | + // .then(fp => fp.get()) |
| 144 | - .then(result => { | 144 | + // .then(result => { |
| 145 | - const visitorId = result.visitorId | 145 | + // const visitorId = result.visitorId |
| 146 | - console.log(visitorId) | 146 | + // console.log(visitorId) |
| 147 | - }) | 147 | + // }) |
| 148 | } | 148 | } |
| 149 | }); | 149 | }); |
| 150 | </script> | 150 | </script> | ... | ... |
-
Please register or login to post a comment