wangyong hai 2 meses
pai
achega
0c55e6d9d5
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      vite.config.js

+ 2 - 2
vite.config.js

@@ -65,8 +65,8 @@ export default defineConfig(({ command, mode }) => {
             hmr: true,
             proxy: {
                 "/api": {
-                    // target:"https://sim.nanodreamtech.com",
-                    target: "http://192.168.0.78:3001",
+                    target:"https://sim.nanodreamtech.com",
+                    // target: "http://192.168.0.78:3001",
                     // target: process.env.VITE_DEV_TYPE == 0 ? "http://sim.ainets.net" : "https://flexi.flexistream.link",
                     changeOrigin: true,
                     ws: true,