修复(API):将 iframe 端点从 lite 更改为 base

This commit is contained in:
勿忘心安
2025-11-17 15:08:25 +00:00
parent d51b35af24
commit 53be9e6fda

View File

@@ -679,7 +679,7 @@ function lxdapiserver_ClientAreaOutput($params, $key)
$protocol = 'https';
$baseUrl = $protocol . '://' . $params['server_ip'] . ':' . $params['port'];
$jumpUrl = $baseUrl . '/container/dashboard?hash=' . $accessCode;
$iframeUrl = $baseUrl . '/container/dashboard/lite?hash=' . $accessCode;
$iframeUrl = $baseUrl . '/container/dashboard/base?hash=' . $accessCode;
} else {
$errorMsg = $res['msg'] ?? '获取访问码失败';
}