You've already forked DataMate
config(content-generation): 更新内容生成页面的iframe地址配置
Some checks failed
Some checks failed
- 将iframe源地址从百度首页更新为本地开发服务器地址 - 修改URL从 https://www.baidu.com 到 http://192.168
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
* 通过 iframe 加载外部页面
|
* 通过 iframe 加载外部页面
|
||||||
*/
|
*/
|
||||||
export default function ContentGenerationPage() {
|
export default function ContentGenerationPage() {
|
||||||
const iframeUrl = "https://www.baidu.com";
|
const iframeUrl = "http://192.168.0.8:3000";
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="h-full w-full flex flex-col">
|
<div className="h-full w-full flex flex-col">
|
||||||
|
|||||||
Reference in New Issue
Block a user