@@ -45,8 +45,7 @@ function isWhich() {
} else if(window.location.host.includes('tyyx.txhlwxx.com')) {
return production
} else {
- // return local;
- return production
+ return local;
}
window.GLOBAL_CONFIG = isWhich()