Avora

Results 50 comments of Avora

Getter setter should be added for useState. For example, where I use the state variable, if its value is empty, it should send a request to the api. However, this...

> 我在global.tsx中增加了这样的代码,将en-US的momentLocale覆盖掉,就临时解决了该问题, > > ``` > if (!localeInfo['en-US']?.momentLocale) { > addLocale( > 'en-US', > {}, > { > momentLocale: 'en-US', > antd: { ...(localeInfo['en-US']?.antd ?? {}) }, > }, >...

Layout side menu cannot be closed while on mobile screen. Token not work on mobile screen

@elton11220 你是如何解决这个问题的?

> > @elton11220 你是如何解决这个问题的? > > 我把代码放到 global.ts(x) 里面了,这里的会最先执行 @xXAvoraXx 你能检查下面的代码吗? https://github.com/ant-design/ant-design-pro/discussions/10898 下面我找到了一个关于 umi3 动态路由的插件。 我目前正在尝试编写一个从 api 调用路由的插件。 https://github.com/exvu/umi-plugin-dynamic-route

'zustand'商店应提供支持。