From 644bcb6a0e08da132f2b08dc5c6f3a7291a9cc63 Mon Sep 17 00:00:00 2001 From: tommy <3405129587@qq.com> Date: Wed, 10 Jun 2020 14:27:57 +0800 Subject: [PATCH] change 127.0.0.1 --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 1e77734..eba0c8a 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "port": "20181", - "host": "192.168.1.103", + "host": "127.0.0.1", "cross_domain": "*", "post_max_memory": 1024000, "api_router": "/PcClient/*",