소스 검색

Update vite.config.ts

lex-xin 10 달 전
부모
커밋
8fe3614e32
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      vite.config.ts

+ 1 - 1
vite.config.ts

@@ -13,7 +13,7 @@ function pathResolve(dir: string) {
 //   return path.join(__dirname, dir);
 // }
 // const proxyUrl = "https://test.lexiaoya.cn";
-const proxyUrl = "https://test.dayaedu.com";
+const proxyUrl = "https://dev.gym.lexiaoya.cn";
 // https://vitejs.dev/config/
 export default defineConfig({
   base: "./",