From c7303b2019e58e30a422230f7535c3457cb912b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B9=E8=AF=9A=E8=AF=9A?= Date: Tue, 29 Mar 2022 14:03:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0AH=E6=B5=8B=E8=AF=95=E5=9C=B0?= =?UTF-8?q?=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 5c751099..757c6f4c 100644 --- a/application/views/bootstrap3/information_edit.php +++ b/application/views/bootstrap3/information_edit.php @@ -330,7 +330,7 @@ //ah跳转测试页面 function goto_ahtest_page() { - var site_url = 'https://www.asiahighlights.com/index.php/information/detail/?no_cache=true&static_html_url='; + var site_url = 'https://proxy-www.asiahighlights.com'; $('#goto_test_page_button').attr("href", site_url + $('#ic_url').val()); return true; }