vbea 1 year ago
parent
commit
7c75889977
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Strides-APP/app/api/http.js

+ 2 - 2
Strides-APP/app/api/http.js

@@ -8,9 +8,9 @@ const hostUrl = app.product ? 'https://csms.chargeco.global/' : 'https://uat.cha
 const service = 'chargeco/'
 const service = 'chargeco/'
 export const host = hostUrl;
 export const host = hostUrl;
 
 
-//ÔÚÉú²úģʽÏÔʾÈÕÖ¾
+//在生产模�显示日志
 const DEBUG_PROD = false;
 const DEBUG_PROD = false;
-//ÈÕÖ¾¿ª¹Ø
+//日志开关
 const DEBUG = DEBUG_PROD || (app.debug && !app.product);
 const DEBUG = DEBUG_PROD || (app.debug && !app.product);
 
 
 Axios.defaults.timeout = 30000;
 Axios.defaults.timeout = 30000;