Skip to content

Commit b808459

Browse files
committed
disable socket
1 parent 9e294a3 commit b808459

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ onMounted(() => {
1515
const runtimeConfig = useRuntimeConfig()
1616
amp.init(runtimeConfig.public.AMP)
1717
18-
Socket.init()
18+
// Socket.init()
1919
20-
window.onbeforeunload = function () {
21-
Socket.close()
22-
}
20+
// window.onbeforeunload = function () {
21+
// Socket.close()
22+
// }
2323
})
2424
</script>
2525

0 commit comments

Comments
 (0)