umijs / umi

A framework in react community ✨
https://umijs.org
MIT License
15.32k stars 2.65k forks source link

[Bug] 使用token修改layout颜色不生效 #11255

Closed ideaviewes closed 1 year ago

ideaviewes commented 1 year ago

What happens?

[Bug] 使用token修改layout颜色不生效

Mini Showcase Repository(REQUIRED)

https://github.com/ideaviewes/mini-showcase-token-useless.git

How To Reproduce

git clone https://github.com/ideaviewes/mini-showcase-token-useless.git cd antdpro-token-useles tyarn tyarn start

登录进去, 我改了app.tsx文件,在里面设置了token,但是不生效

Context

fz6m commented 1 year ago

看一下 config.ts 里的 layout 静态配置,被 token: {} 覆盖了运行时配置,删了就好了。

ideaviewes commented 1 year ago

好的