Browse Source

config配置文件还原设置

Mr_pet 1 year ago
parent
commit
2c77684180
1 changed files with 1 additions and 2 deletions
  1. 1 2
      public/config.js

+ 1 - 2
public/config.js

@@ -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()