mirror of
https://github.com/xkatld/lxdapi-web-server.git
synced 2026-06-02 01:11:22 +08:00
修复(API):将 iframe 端点从 lite 更改为 base
This commit is contained in:
@@ -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'] ?? '获取访问码失败';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user