Explorar el Código

腾讯验证码

wangxin hace 5 años
padre
commit
eb3c9aa538
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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')