mirror of
https://github.com/acepanel/panel.git
synced 2026-02-05 04:37:17 +08:00
fix: 修正环境检查
This commit is contained in:
@@ -12,8 +12,8 @@ export default {
|
||||
systemInfo: (): any => http.Get('/home/system_info'),
|
||||
// 统计信息
|
||||
countInfo: (): any => http.Get('/home/count_info'),
|
||||
// 已安装的数据库和PHP
|
||||
installedDbAndPhp: (): any => http.Get('/home/installed_db_and_php'),
|
||||
// 已安装的环境
|
||||
installedEnvironment: (): any => http.Get('/home/installed_environment'),
|
||||
// 检查更新
|
||||
checkUpdate: (): any => http.Get('/home/check_update'),
|
||||
// 更新日志
|
||||
|
||||
Reference in New Issue
Block a user