From d391f9fd2dc0405f301133e60faaad6abf1e6818 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Tue, 20 Jan 2026 12:57:37 +0800 Subject: [PATCH] =?UTF-8?q?config(content-generation):=20=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E5=86=85=E5=AE=B9=E7=94=9F=E6=88=90=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E7=9A=84iframe=E5=9C=B0=E5=9D=80=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将iframe源地址从百度首页更新为本地开发服务器地址 - 修改URL从 https://www.baidu.com 到 http://192.168 --- frontend/src/pages/ContentGeneration/ContentGenerationPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/ContentGeneration/ContentGenerationPage.tsx b/frontend/src/pages/ContentGeneration/ContentGenerationPage.tsx index e9f8076..0e74ee5 100644 --- a/frontend/src/pages/ContentGeneration/ContentGenerationPage.tsx +++ b/frontend/src/pages/ContentGeneration/ContentGenerationPage.tsx @@ -3,7 +3,7 @@ * 通过 iframe 加载外部页面 */ export default function ContentGenerationPage() { - const iframeUrl = "https://www.baidu.com"; + const iframeUrl = "http://192.168.0.8:3000"; return (