shaogen1995 2 năm trước cách đây
mục cha
commit
eca1152748
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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;