瀏覽代碼

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

Your Name 3 年之前
父節點
當前提交
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
   },