Explorar el Código

fix(manifest): 修正代理配置端口从18186改为18086

yusheng hace 5 meses
padre
commit
858e90c775
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      manifest.json

+ 1 - 1
manifest.json

@@ -12,7 +12,7 @@
                     // "target" : "http://192.168.1.110:18086/",
                     // "target" : "http://192.168.1.251:18086/",
                     // "target" : "http://192.168.1.251:18086/",
-                    "target" : "http://192.168.1.251:18186",
+                    "target" : "http://192.168.1.251:18086",
                     // "target": "http://116.63.185.248:80/api",
                     "changeOrigin" : true,
                     "secure" : false,