소스 검색

Merge branch 'master' of http://git.ycjcjy.com/pet_identity/pc-admin

Your Name 2 년 전
부모
커밋
fc4930cd14
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3
    3
      config/proxy.js

+ 3
- 3
config/proxy.js 파일 보기

@@ -18,13 +18,13 @@ export default {
18 18
         referer: 'http://192.168.89.25:9002',
19 19
       },
20 20
 
21
-      // target: 'http://resumework-service.njyunzhi.com',
21
+      // target: 'https://pet-certificate-online.njyunzhi.com',
22 22
       // // 配置了这个可以从 http 代理到 https
23 23
       // // 依赖 origin 的功能可能需要这个,比如 cookie
24 24
       // changeOrigin: true,
25 25
       // headers: {
26
-      //   origin: 'http://resumework-service.njyunzhi.com',
27
-      //   referer: 'http://resumework-service.njyunzhi.com',
26
+      //   origin: 'https://pet-certificate-online.njyunzhi.com',
27
+      //   referer: 'https://pet-certificate-online.njyunzhi.com',
28 28
       // },
29 29
     },
30 30
   },