|
|
|
@ -88,6 +88,9 @@
|
|
|
|
|
<!-- <a href="{:U('Query/promoteQuota')}" class="<?=is_active_class(['Query'], ['promoteQuota', 'quotaDtl'])?>">推广员指标</a> -->
|
|
|
|
|
<a href="{:U('Query/userretention')}" class="<?=is_active_class(['Query'], ['userretention'])?>">留存统计</a>
|
|
|
|
|
<a href="{:U('Query/gameData')}" class="<?=is_active_class(['Query'], ['gameData'])?>">游戏分区数据汇总</a>
|
|
|
|
|
<?php if($canViewMend):?>
|
|
|
|
|
<a href="{:U('Mend/index')}" class="<?=is_active_class(['Mend'], ['index', 'add'])?>">补链记录</a>
|
|
|
|
|
<?php endif;?>
|
|
|
|
|
</div>
|
|
|
|
|
<?php endif;?>
|
|
|
|
|
|
|
|
|
|