ソースを参照

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
   },