DevYK il y a 3 ans
Parent
commit
35e25d55d2
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      config/prd_config.js
  2. 1 1
      config/test_config.js

+ 1 - 1
config/prd_config.js

@@ -30,7 +30,7 @@ const reids_token_config = {
 const http_log_report_config = {
     HOST: 'https://log.weiqumeta.com',
     PATH: '/log-center/statistics/uploadLogFromFrontend',
-    LOG_TYPE: 106,
+    LOG_TYPE: 150,
 }
 
 

+ 1 - 1
config/test_config.js

@@ -30,7 +30,7 @@ const reids_token_config = {
 const http_log_report_config = {
     HOST: 'https://testlog.weiqumeta.com',
     PATH: '/log-center/statistics/uploadLogFromFrontend',
-    LOG_TYPE: 106,
+    LOG_TYPE: 150,
 }