From 32fdb56dfa9c2b8e1552d2482c32d64078a5ba23 Mon Sep 17 00:00:00 2001 From: LiaoYijun Date: Wed, 15 Jan 2025 09:52:44 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=20GH=20=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E6=B5=8B=E8=AF=95=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/views/bootstrap3/information_edit.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/application/views/bootstrap3/information_edit.php b/application/views/bootstrap3/information_edit.php index aa3816a6..2f92dfc6 100644 --- a/application/views/bootstrap3/information_edit.php +++ b/application/views/bootstrap3/information_edit.php @@ -354,6 +354,13 @@ return true; } +//GH 跳转测试页面 +function goto_ghtest_page() { + var site_url = 'https://proxy-www.globalhighlights.com'; + $('#goto_test_page_button').attr("href", site_url + $('#ic_url').val()); + return true; +} + function goto_test_page_pgr() { var site_url = 'http://192.155.250.125:8011/guide.php/travelguide/guide/?static_html_url='; $('#goto_test_page_button').attr("href", site_url + $('#ic_url').val()); @@ -746,6 +753,11 @@ if ($embody == 1) { name="goto_test_page_button" target="_blank" title="查看测试页面"> + ic_sitecode == 'gh') {?> + +