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