Merge branch 'master' of gitee.com:hainatravel/information-system

hotfix/远程访问多媒体中心
lyt 7 years ago
commit faf6b6d0f2

@ -510,9 +510,9 @@ class Information extends CI_Controller {
}
}
if ($amp_request) {
$url = 'http://184.172.113.219:22223/amp' . $url;
$url = 'http://184.172.113.219:22224/amp' . $url;
} else {
$url = 'http://184.172.113.219:22223' . $url;
$url = 'http://184.172.113.219:22224' . $url;
}
break;
case 'ah':

@ -81,6 +81,7 @@
<li><a href="<?php echo site_url('apps/tripadvisor_spider') ?>">TA评论采集</a></li>
<li><a href="<?php echo site_url('tools/old') ?>">老旧信息查询</a></li>
<li><a target="_blank" href="http://www.arachina.com/html-tag-quick-query.htm">Html基础知识</a></li>
<li><a target="_blank" href="https://docs.google.com/presentation/d/1YN9P8j837SCHenpK_UApHU04K6evV1-GLULhsdmdtWM/edit?usp=sharing">AMP知识及构建SOP</a></li>
<li><a href="<?php echo site_url('setting') ?>">系统设置</a></li>
</ul>
</li>

@ -85,6 +85,7 @@
<li><a href="<?php echo site_url('apps/tripadvisor_spider') ?>">TA评论采集</a></li>
<li><a href="<?php echo site_url('tools/old') ?>">老旧信息查询</a></li>
<li><a target="_blank" href="http://www.arachina.com/html-tag-quick-query.htm">Html基础知识</a></li>
<li><a target="_blank" href="https://docs.google.com/presentation/d/1YN9P8j837SCHenpK_UApHU04K6evV1-GLULhsdmdtWM/edit?usp=sharing">AMP知识及构建SOP</a></li>
<li><a href="<?php echo site_url('setting') ?>">系统设置</a></li>
</ul>
</li>

@ -1,4 +1,4 @@
<?php // 代码各服务器已经同步 2016.06.01 ycc ?>
<?php // 代码各服务器已经同步 2016.06.01 ycc test-delpoy ?>
<script src="/js/ace/ace.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript">
var content_length = 0;
@ -542,7 +542,7 @@
</label>
</div>
<div class="col-xs-17 text-right">
<label title="AMP页面编辑"><a href="http://202.103.68.62:3000/?icid=<?php echo($information->ic_id); ?>" target="_blank">AMP构建工具</a></label> |
<label title="AMP页面编辑"><a href="https://www.arachina.com/beta/3732/?icid=<?php echo($information->ic_id); ?>" target="_blank">AMP构建工具</a></label> |
<?php if (get_meta($information->ic_id, 'AMP_STATUS') === '1') {?>
<label title="AMP页面编辑"><a href="<?php echo site_url('amp/edit/' . $information->ic_id); ?>" target="_blank"><i class="glyphicon glyphicon-flash"></i></a></label>
<?php } else {?>

@ -1,2 +1,5 @@
User-agent: *
Disallow: /

Loading…
Cancel
Save