ant-design / ant-design-pro

👨🏻‍💻👩🏻‍💻 Use Ant Design like a Pro!
https://pro.ant.design
MIT License
36.13k stars 8.12k forks source link

🧐[问题 | 自定义title时,网页栏提示变成[object Object],如何去掉? #11268

Open Mr-Jies opened 3 weeks ago

Mr-Jies commented 3 weeks ago

🧐 问题描述 | Problem description

app.tsx -- RunTimeLayoutConfig 中 配置的参数

    logo: <h1><img src={logo3} style={{ height: '32px' }}></img></h1>,
    title: <img src={logoTitle} style={{ height: '32px' }}></img>,

效果:

image

如何把[object Object]这个东西给去掉????

浏览器 | browser:chrome