瀏覽代碼

腾讯验证码

wangxin 5 年之前
父節點
當前提交
d9f6ffb2d5
共有 1 個文件被更改,包括 2 次插入2 次删除
  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
 }