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 (