shaogen1995 2 年之前
父節點
當前提交
eca1152748
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      code/src/config/http.js

+ 2 - 2
code/src/config/http.js

@@ -4,8 +4,8 @@ import { Loading } from "@/components/UI";
 
 var isProduction = process.env.NODE_ENV === "production";
 
-const serverName = isProduction ? "/api/" : "http://192.168.20.55:8035/api/";
-// const serverName = isProduction ? "/api/" : "http://gdbwg.4dage.com/api/";
+// const serverName = isProduction ? "/api/" : "http://192.168.20.55:8035/api/";
+const serverName = isProduction ? "/api/" : "http://gdbwg.4dage.com/api/";
 
 const serverLocation = window.location.hostname;