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