* [task#126662,start,3h] support to add menu.

This commit is contained in:
dingyongliang
2024-08-20 16:20:13 +08:00
parent 3e9274fc2a
commit b5b6796239
3 changed files with 139 additions and 1 deletions
+1
View File
@@ -45,6 +45,7 @@ class index extends control
$this->view->showFeatures = $this->indexZen->checkShowFeatures();
$this->view->latestVersionList = $latestVersionList;
$this->view->appsItems = commonModel::getMainNavList($this->app->rawModule);
$this->view->allAppsItems = commonModel::getMainNavList($this->app->rawModule);
$this->view->browserMessage = $this->loadModel('message')->getBrowserMessageConfig();
$this->display();