Explorar o código

开发环境的后端接口域名更换

任一存 %!s(int64=2) %!d(string=hai) anos
pai
achega
3d2e1dd889
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      code/src/config/http.js

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

@@ -4,7 +4,7 @@ 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 serverLocation = window.location.hostname;