浏览代码

fleat: update menu

igb 1 周之前
父节点
当前提交
ae8bc5ff0a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      panel.php

+ 2 - 2
panel.php

@@ -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; ?>