소스 검색

修改接口后端地址

tianyabing 2 년 전
부모
커밋
1bdf8aea6e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      vite.config.js

+ 1 - 1
vite.config.js

@@ -112,7 +112,7 @@ export default defineConfig(({ command }) => {
       port: 8081,
       proxy: {
         "/ioc-api": {
-          target: "http://192.168.3.29:10099",
+          target: "http://121.43.55.7:10091",
           changeOrigin: true,
           rewrite: (path) => path.replace(/^\/ioc-api/, ""),
         },