소스 검색

修改端口

chenying2100 1 개월 전
부모
커밋
c765e2d272
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      vite.config.ts

+ 1 - 1
vite.config.ts

@@ -28,7 +28,7 @@ export default defineConfig(({mode, command}) => {
       open: true,
       proxy: {
         [env.VITE_APP_BASE_API]: {
-          target: 'http://localhost:8081',
+          target: 'http://localhost:8080',
           changeOrigin: true,
           ws: true,
           rewrite: (path) => path.replace(new RegExp('^' + env.VITE_APP_BASE_API), '')