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