* Rename openApp to tab.

This commit is contained in:
zhujinyong
2021-08-31 00:30:48 +08:00
parent ecab3e0392
commit 664e290f97
93 changed files with 560 additions and 560 deletions
+1
View File
@@ -197,6 +197,7 @@ class api extends router
$entryName = $this->entry . 'Entry';
$entry = new $entryName();
call_user_func_array(array($entry, $this->action), $this->params);
}