邵果 3 hónapja
szülő
commit
e2052daa63
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      vite.config.js

+ 2 - 2
vite.config.js

@@ -61,10 +61,10 @@ export default defineConfig({
         hmr: true,
         proxy: {
             "/api": {
-                target: "http://sim.nanodreamtech.com",
+                // target: "http://sim.nanodreamtech.com",
                 // target:"http://192.168.101.12:3001",// 果本地端口
                 // target: "http://127.0.0.1:3001",
-                // target: "http://sim.ainets.net",
+                target: "http://sim.ainets.net",
                 changeOrigin: true,
                 ws: true,
                 secure: true,