瀏覽代碼

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

任一存 2 年之前
父節點
當前提交
3d2e1dd889
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;