sprint_59471

This commit is contained in:
sunjun
2022-07-06 03:34:15 +00:00
parent 720bc02308
commit cc15cb883b
5 changed files with 73 additions and 69 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ class deptModel extends model
krsort($deptMenu);
$topMenu = array_pop($deptMenu);
$topMenu = explode("\n", trim((string)$topMenu));
$lastMenu[] = '/无部门';
$lastMenu[] = '/' . $this->lang->dept->noDepartment;
foreach($topMenu as $menu)
{
if(!strpos($menu, '|')) continue;