瀏覽代碼

验证码产品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
 }