Explorar o código

验证码产品id

ZhangWenQiang %!s(int64=5) %!d(string=hai) anos
pai
achega
225b620fe0
Modificáronse 1 ficheiros con 4 adicións e 2 borrados
  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() {
 export function getAppId() {
-    const captcha = '2019232819';
-    // cosnt captcha = '2078399419';
+    //正式
+    // const captcha = '2019232819';
+    //测试
+    const captcha = '2078399419';
 
 
     return captcha
     return captcha
 }
 }