maotao 7 months ago
parent
commit
7979561a95
1 changed files with 2 additions and 1 deletions
  1. 2 1
      manifest.json

+ 2 - 1
manifest.json

@@ -64,11 +64,12 @@
64 64
                 "/service" : {
65 65
                     "target" : "http://192.168.3.111", //请求的目标域名
66 66
 										// "target" : "http://192.168.4.163", //宋程玉本地
67
+										// "target" : "http://192.168.4.105", //程肖本地
67 68
                     "changeOrigin" : true, //是否跨域
68 69
                     "secure" : false
69 70
                 },
70 71
                 "/file" : {
71
-                    "target" : "http://192.168.3.108", //请求的目标域名
72
+                    "target" : "http://192.168.3.111", //请求的目标域名
72 73
                     "changeOrigin" : true, //是否跨域
73 74
                     "secure" : false
74 75
                 }