wangxin před 5 roky
rodič
revize
d9f6ffb2d5
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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
 }