Explorar el Código

正式版APPID

wangxin hace 5 años
padre
commit
94ed408de0
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  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() {
 export function getAppId() {
-    //正式
-    // const captcha = '2012155849';
+    // 正式
+    const captcha = '2012155849';
     //测试
     //测试
-    const captcha = '2072736870';
+    // const captcha = '2072736870';
 
 
     return captcha
     return captcha
 }
 }