瀏覽代碼

正式版APPID

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