fix: 修改CHT的测试页面IP地址

mobile-first
lyt 5 years ago
parent 88af8a858b
commit 883009ad9c

@ -57,7 +57,7 @@ class Amplib {
break; break;
case 'cht': case 'cht':
$websitehost = 'https://data.chinahighlights.com'; $websitehost = 'https://data.chinahighlights.com';
$html_source_url = 'http://192.155.224.195:2222' . $data['information']->ic_url; $html_source_url = 'http://169.54.172.35:3588' . $data['information']->ic_url;
break; break;
case 'gm': case 'gm':
$websitehost = 'https://data.chinarundreisen.com'; $websitehost = 'https://data.chinarundreisen.com';

@ -86,7 +86,7 @@
</div> </div>
<?php if ($this->config->item('site_code') == 'cht') { ?> <?php if ($this->config->item('site_code') == 'cht') { ?>
<a href="http://192.155.224.195:8080/guide-use.php/amp_loader/test/?info_url=<?php echo $information->ic_url ?>" class="btn btn-primary" <a href="http://169.54.172.35:3588/guide-use.php/amp_loader/test/?info_url=<?php echo $information->ic_url ?>" class="btn btn-primary"
target="_blank">看看</a> target="_blank">看看</a>
<?php } ?> <?php } ?>

@ -329,7 +329,7 @@
//跳转到测试页面 //跳转到测试页面
function goto_test_page() { function goto_test_page() {
var site_url = 'http://192.155.224.195:8080/guide-use.php/travelguide/guide/?static_html_url='; var site_url = 'http://169.54.172.35:3588/guide-use.php/travelguide/guide/?static_html_url=';
$('#goto_test_page_button').attr("href", site_url + $('#ic_url').val()); $('#goto_test_page_button').attr("href", site_url + $('#ic_url').val());
return true; return true;
} }

Loading…
Cancel
Save