* Remove useless code.

This commit is contained in:
sunguangming
2023-12-26 17:10:30 +08:00
parent c465283a1a
commit 35c345c83b
2 changed files with 0 additions and 67 deletions
-15
View File
@@ -366,21 +366,6 @@ class instance extends control
return $this->send($response);
}
/**
* 自定义安装应用。
* Install app by custom settings.
*
* @param int $id
* @access public
* @return void
*/
public function customInstall(int $id)
{
// Disable custom installation in version 1.0.
$storeUrl = $this->createLink('store', 'appview', "id=$id");
return js::execute("window.parent.location.href='{$storeUrl}';");
}
/**
* 安装应用。
* Install app.