From 52b5d34b8638d51a282baf7e17a910a0b38aab9b Mon Sep 17 00:00:00 2001 From: wss Date: Tue, 25 Apr 2023 17:45:07 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E2=9C=A8=20=E6=94=AF=E6=8C=81=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=20http=20=E5=87=BD=E6=95=B0=E7=9A=84=E5=86=85?= =?UTF-8?q?=E7=BD=91=E5=9F=9F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix: https://github.com/devsapp/fc/issues/961 Signed-off-by: wss --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 1fbe1bb6..7d7fb0c4 100644 --- a/src/index.ts +++ b/src/index.ts @@ -170,6 +170,7 @@ export default class FcBaseComponent extends EntryPublicMethod { if (deployRes.systemDomain) { result.url = { system_url: deployRes.systemDomain, + system_intranet_url: deployRes.systemIntranetDomain, }; } if (deployRes.customDomains) {