Browse Source

腾讯验证码

wangxin 5 years ago
parent
commit
d9f6ffb2d5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/utils/util.js

+ 2 - 2
src/utils/util.js

@@ -311,9 +311,9 @@ export function cssExpand(css, id) {
 
 export function getAppId() {
     //正式
-    // const captcha = '2019232819';
+    const captcha = '2019232819';
     //测试
-    const captcha = '2078399419';
+    // const captcha = '2078399419';
 
     return captcha
 }