From f197d85567165495bf3035ff12f59d43e7473b63 Mon Sep 17 00:00:00 2001 From: Apex Liu Date: Wed, 9 May 2018 17:42:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B4=E6=97=B6=E8=A7=A3=E5=86=B3=E7=94=A8Fi?= =?UTF-8?q?refox=E8=B5=B0https=E6=96=B9=E5=BC=8F=E8=AE=BF=E9=97=AETP?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E6=97=A0=E6=B3=95=E6=A3=80=E6=B5=8B=E5=88=B0?= =?UTF-8?q?=E5=8A=A9=E6=89=8B=E3=80=82=E8=BF=99=E6=A0=B7Chrome=E5=92=8CFir?= =?UTF-8?q?efox=E9=83=BD=E5=8F=AF=E4=BB=A5=E4=BA=86=EF=BC=8C=E4=BD=86IE?= =?UTF-8?q?=E4=BB=8D=E7=84=B6=E4=B8=8D=E8=A1=8C=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/www/teleport/static/js/tp-assist.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/www/teleport/static/js/tp-assist.js b/server/www/teleport/static/js/tp-assist.js index da60084..27fda57 100644 --- a/server/www/teleport/static/js/tp-assist.js +++ b/server/www/teleport/static/js/tp-assist.js @@ -3,7 +3,8 @@ $tp.assist = { running: false, version: '', - api_url: 'http://localhost:50022/api', + // api_url: 'http://localhost:50022/api', + api_url: 'http://127.0.0.1:50022/api', teleport_ip: window.location.hostname };