wangxin 5 anni fa
parent
commit
d9f6ffb2d5
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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
 }