打开vconsole
@@ -10,7 +10,7 @@ let debug = false;
const keys = ['https://dev-','https://qa-','https://lt-','https://sl-','http://127.0.0.1'];
keys.forEach(key => {
if(!debug && window.location.origin.indexOf(key) > -1) {
- // debug = true
+ debug = true
}
})
if (debug) {