Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
data-table
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2023-03-28 16:21:33 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ae21c2063678be436a8bb61a3e160fd63c66f7d1
ae21c206
1 parent
36e981d7
fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
src/App.vue
src/App.vue
View file @
ae21c20
...
...
@@ -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>
...
...
Please
register
or
login
to post a comment