소스 검색

fix: devServer 改回测试服

ZhaoJun 1 년 전
부모
커밋
ee8181f7d9
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      .umirc.ts

+ 2 - 2
.umirc.ts

@@ -27,8 +27,8 @@ export default defineConfig({
   proxy: {
     '/api': {
       // target: 'http://47.96.12.136:8888/',
-      // target: 'http://47.96.12.136:8788/',
-      target: 'http://120.55.44.4:8903/',
+      target: 'http://47.96.12.136:8788/',
+      // target: 'http://120.55.44.4:8903/',
       // target: 'https://work.greentech.com.cn/',
       changeOrigin: true,
     },