From 92b1c4a312aa4985ff3dcb5d97a64ce6928d3b92 Mon Sep 17 00:00:00 2001 From: anthonyywj2 <353682448@qq.com> Date: Sun, 5 Jun 2022 15:49:32 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SP_SYNC_CLIENT/config.json | 4 ++-- SP_SYNC_CLIENT/index.html | 2 +- public/config.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/SP_SYNC_CLIENT/config.json b/SP_SYNC_CLIENT/config.json index 7133be3..0c525df 100644 --- a/SP_SYNC_CLIENT/config.json +++ b/SP_SYNC_CLIENT/config.json @@ -1,4 +1,4 @@ { - "BASE_URL":"http://139.159.180.173:80/SP_SYNC_SERVER/", - "SERVER_IP": "http://139.159.180.173:80/" + "BASE_URL":"http://127.0.0.1:9989", + "SERVER_IP": "http://127.0.0.1:8080/" } diff --git a/SP_SYNC_CLIENT/index.html b/SP_SYNC_CLIENT/index.html index d8ef9c6..b516d8c 100644 --- a/SP_SYNC_CLIENT/index.html +++ b/SP_SYNC_CLIENT/index.html @@ -1 +1 @@ -UDI管理系统数据同步
ga('create', 'UA-110990780-1', 'auto'); ga('send', 'pageview'); window.addEventListener('hashchange', function () { ga('set', 'page', window.location.href); ga('send', 'pageview'); }); \ No newline at end of file +UDI管理系统数据同步
ga('create', 'UA-110990780-1', 'auto'); ga('send', 'pageview'); window.addEventListener('hashchange', function () { ga('set', 'page', window.location.href); ga('send', 'pageview'); }); \ No newline at end of file diff --git a/public/config.json b/public/config.json index 0c525df..1c1372c 100644 --- a/public/config.json +++ b/public/config.json @@ -1,4 +1,4 @@ { - "BASE_URL":"http://127.0.0.1:9989", - "SERVER_IP": "http://127.0.0.1:8080/" + "BASE_URL":"http://192.168.0.109:9989", + "SERVER_IP": "http://192.168.0.109:8080/" }