wangyong 2 달 전
부모
커밋
11e98be47e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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://127.0.0.1:3001",
                     // target: process.env.VITE_DEV_TYPE == 0 ? "http://sim.ainets.net" : "https://flexi.flexistream.link",
                     changeOrigin: true,
                     ws: true,