Przeglądaj źródła

腾讯验证码

wangxin 5 lat temu
rodzic
commit
eb3c9aa538
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/view/captcha/captcha.vue

+ 1 - 1
src/view/captcha/captcha.vue

@@ -54,7 +54,7 @@
         },
         mounted() {
             const container = document.querySelector("body")
-            container.style.background = 'red'
+            container.style.background = 'transparent'
             container.addEventListener('DOMSubtreeModified', function () {
                 const element = document.querySelector('#tcaptcha_transform')
                 const tcaptcha_iframe = document.querySelector('#tcaptcha_iframe')