ソースを参照

验证码产品id

ZhangWenQiang 5 年 前
コミット
225b620fe0
1 ファイル変更4 行追加2 行削除
  1. 4 2
      src/utils/util.js

+ 4 - 2
src/utils/util.js

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