Procházet zdrojové kódy

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

yusheng před 5 měsíci
rodič
revize
858e90c775
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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,