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; }