Parcourir la source

正式版APPID

wangxin il y a 5 ans
Parent
commit
94ed408de0
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      src/utils/util.js

+ 3 - 3
src/utils/util.js

@@ -310,10 +310,10 @@ export function cssExpand(css, id) {
 }
 
 export function getAppId() {
-    //正式
-    // const captcha = '2012155849';
+    // 正式
+    const captcha = '2012155849';
     //测试
-    const captcha = '2072736870';
+    // const captcha = '2072736870';
 
     return captcha
 }