|
@@ -187,7 +187,7 @@ router.beforeEach((to, from, next) => {
|
|
|
var hm = document.createElement("script");
|
|
var hm = document.createElement("script");
|
|
|
hm.src = "https://ssl.captcha.qq.com/TCaptcha.js";
|
|
hm.src = "https://ssl.captcha.qq.com/TCaptcha.js";
|
|
|
var s = document.getElementsByTagName("script")[0];
|
|
var s = document.getElementsByTagName("script")[0];
|
|
|
- s.parentNode.insertBefore(hm, s);
|
|
|
|
|
|
|
+ s.parentNode.appendChild(hm);
|
|
|
})();
|
|
})();
|
|
|
}
|
|
}
|
|
|
next()
|
|
next()
|