Browse Source

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

yusheng 5 months ago
parent
commit
858e90c775
1 changed files with 1 additions and 1 deletions
  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,