From 7525f0359a07fbda99bfefe222e1c2a7adbde097 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=8C=E6=A3=AE?= Date: Wed, 7 Aug 2024 16:18:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=E5=BA=94=E7=94=A8=20Iframely?= =?UTF-8?q?=20=E5=BA=94=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 萌森 --- apps/iframely/2.4.3/config/config.local.js | 2 +- apps/iframely/2.4.3/data.yml | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/apps/iframely/2.4.3/config/config.local.js b/apps/iframely/2.4.3/config/config.local.js index f54fc7d90..31ed60594 100644 --- a/apps/iframely/2.4.3/config/config.local.js +++ b/apps/iframely/2.4.3/config/config.local.js @@ -10,7 +10,7 @@ const proxyUrl = proxyUrlBase ? `${proxyUrlBase}?url={url}` : ''; export default { DEBUG: false, RICH_LOG_ENABLED: false, - baseAppUrl: process.env.BASE_APP_URL || "http://localhost:8061", + baseAppUrl: "http://localhost:8061", relativeStaticUrl: "/r", SKIP_IFRAMELY_RENDERS: true, GROUP_LINKS: true, diff --git a/apps/iframely/2.4.3/data.yml b/apps/iframely/2.4.3/data.yml index 999221050..75b8ff3a6 100644 --- a/apps/iframely/2.4.3/data.yml +++ b/apps/iframely/2.4.3/data.yml @@ -8,13 +8,6 @@ additionalProperties: required: true rule: paramPort type: number - - default: "http://localhost:8061" - edit: true - envKey: BASE_APP_URL - labelZh: 域名地址 - labelEn: Domain URL - required: false - type: text - default: "false" edit: true envKey: ENABLED_PROXY