diff --git a/.vuepress/theme/components/OnlineChat.vue b/.vuepress/theme/components/OnlineChat.vue index f84c30d..fcf07d4 100644 --- a/.vuepress/theme/components/OnlineChat.vue +++ b/.vuepress/theme/components/OnlineChat.vue @@ -22,10 +22,9 @@ export default { }, data() { if (typeof window !== 'undefined') { - console.log(window.location.search, 'search') return { showLogout: false, - isdebugging: window.location.search === '?showLogin=true' + isdebugging: true, //window.location.search === '?showLogin=true' } } else { return { diff --git a/.vuepress/theme/components/OnlineChatLogin.vue b/.vuepress/theme/components/OnlineChatLogin.vue index 23cc36f..4b3e330 100644 --- a/.vuepress/theme/components/OnlineChatLogin.vue +++ b/.vuepress/theme/components/OnlineChatLogin.vue @@ -6,7 +6,9 @@