diff --git a/.vuepress/theme/components/OnlineChat.vue b/.vuepress/theme/components/OnlineChat.vue index 235e370..54ea0b9 100644 --- a/.vuepress/theme/components/OnlineChat.vue +++ b/.vuepress/theme/components/OnlineChat.vue @@ -36,6 +36,7 @@ export default { props: { }, data() { + console.log(location.search, 'search') return { showLogout: false, isdebugging: location.search === '?showLogin=true'