|
@@ -95,8 +95,8 @@ $stmt->close();
|
|
|
<?php if(($em_role == 0)&&($em_permission_role_id==2)): ?>
|
|
|
<dt class="subnav">我的团队
|
|
|
<div class="list-wraper">
|
|
|
- <a href="../subcustomers.php" target="contentFrame">组员客户</a>
|
|
|
- <a href="../subtagClound.php" target="contentFrame">组员客户分析</a>
|
|
|
+ <a href="../subCustomers.php" target="contentFrame">组员客户</a>
|
|
|
+ <a href="../subTagClound.php" target="contentFrame">组员客户分析</a>
|
|
|
</div>
|
|
|
</dt>
|
|
|
<?php endif; ?>
|