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/" }