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