From 53be9e6fda40552edb7258b348cdec13ec6cfc0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8B=BF=E5=BF=98=E5=BF=83=E5=AE=89?= <36999228+xkatld@users.noreply.github.com> Date: Mon, 17 Nov 2025 15:08:25 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D(API)=EF=BC=9A=E5=B0=86=20ifr?= =?UTF-8?q?ame=20=E7=AB=AF=E7=82=B9=E4=BB=8E=20lite=20=E6=9B=B4=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=20base?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zjmf/lxdapiserver/lxdapiserver.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zjmf/lxdapiserver/lxdapiserver.php b/zjmf/lxdapiserver/lxdapiserver.php index 86759c7..35ec06f 100644 --- a/zjmf/lxdapiserver/lxdapiserver.php +++ b/zjmf/lxdapiserver/lxdapiserver.php @@ -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'] ?? '获取访问码失败'; }