Skip to content

Commit 26bbdc0

Browse files
committed
views增加client字段
1 parent db21692 commit 26bbdc0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ router.beforeEach((to, from, next) => {
3939
Vue.axios.post('/views/add', {
4040
from: from.fullPath,
4141
to: to.fullPath,
42-
...store.state.userAgent
42+
...store.state.userAgent,
43+
client: 0
4344
})
4445
next()
4546
})

0 commit comments

Comments
 (0)