diff --git a/common/config.js b/common/config.js index 226f1b6..049fa46 100644 --- a/common/config.js +++ b/common/config.js @@ -1,5 +1,5 @@ // const debug = process.env.NODE_ENV == 'development' ? true : false; -const debug = false; // false线上 true本地 +const debug = true; // false线上 true本地 // #ifdef H5 const proxyApi = "/api"; // #endif