Browse Source

开发环境地址

S0025136190 7 months ago
parent
commit
6c7ad97e64
1 changed files with 2 additions and 2 deletions
  1. 2 2
      next.config.mjs

+ 2 - 2
next.config.mjs

@@ -92,11 +92,11 @@ if (mode !== "export") {
       },
       {
         source: "/bigmodel-api/:path*",
-        destination: "http://10.1.27.4:8091/:path*",
+        destination: "http://xia0miduo.gicp.net:8091/:path*",
       },
       {
         source: "/deepseek-api/:path*",
-        destination: "http://10.1.27.4:18078/:path*",
+        destination: "http://117.176.244.35:18078/:path*",
       },
     ];