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 @@
如果您已付费,请继续登录;如果您尚未付费,也可以登录后咨询付费方式。 - 查看定价 + + 查看定价 +
@@ -14,17 +16,17 @@
- +
- + - {{countDown}} 获取短信验证码 + {{countDown}} 短信验证码
@@ -187,6 +189,7 @@ export default {