From 7e15a0018cf92a81bb20e99717d9602f31dac14f Mon Sep 17 00:00:00 2001 From: cyc Date: Fri, 10 Jan 2020 09:50:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BE=B7=E8=AF=AD=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/views/bootstrap3/information_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/bootstrap3/information_edit.php b/application/views/bootstrap3/information_edit.php index 0341e261..b781ea54 100644 --- a/application/views/bootstrap3/information_edit.php +++ b/application/views/bootstrap3/information_edit.php @@ -335,7 +335,7 @@ } //德语站点跳转测试页面 function goto_gmtest_page() { - var site_url = 'http://gm.test/gm.php/information/detail/?cache=false&static_html_url='; + var site_url = 'http://144.76.185.44:8029/gm.php/information/detail/?cache=false&static_html_url='; $('#goto_test_page_button').attr("href", site_url + $('#ic_url').val()); return true; }