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