This commit is contained in:
2025-12-29 14:35:17 +08:00
parent b1b59a96f2
commit 005457e13e
6 changed files with 25 additions and 18 deletions

View File

@@ -111,7 +111,7 @@ abstract class Common extends BaseController
// 临时代码,移动端暂时不显示 "AI PC"
if (request()->from == 'mobile') {
$table_name = SysNavigationItemModel::getTable();
$query->whereNotIn($table_name . ".id", [77, 78]);
$query->whereNotIn($table_name . ".id", [78]);
}
})
->order(['sort' => 'asc', 'id' => 'asc'])