Browse Source

腾讯云验证码js地址变更

LiFei 2 years atrás
parent
commit
7f26c768e9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/router.js

+ 1 - 1
src/router.js

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