From b8d580e40c880eff63ce0ce75feb2556b26ae95e Mon Sep 17 00:00:00 2001 From: cyc Date: Mon, 22 Apr 2019 10:52:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=B7=E8=AF=AD=E7=AB=99=E5=9C=A8=E9=9D=99?= =?UTF-8?q?=E6=80=81=E5=8C=96=E6=9B=B4=E6=96=B0=E6=97=B6=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E4=B8=80=E4=B8=AA=E6=A0=87=E8=AF=86?= 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 a2bf64f4..904c5b19 100644 --- a/application/views/bootstrap3/information_edit.php +++ b/application/views/bootstrap3/information_edit.php @@ -336,7 +336,7 @@ } //德语站点跳转测试页面 function goto_gmtest_page() { - var site_url = 'http://gm.test/gm.php/information/detail/?static_html_url='; + var site_url = 'http://gm.test/gm.php/information/detail/?cache=false&static_html_url='; $('#goto_test_page_button').attr("href", site_url + $('#ic_url').val()); return true; }