浏览代码

config配置文件还原设置

Mr_pet 1 年之前
父节点
当前提交
2c77684180
共有 1 个文件被更改,包括 1 次插入2 次删除
  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()