-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Optimize chain config #137
Conversation
@@ -33,7 +33,7 @@ export enum ResultEnum { | |||
|
|||
const config = { | |||
// 默认地址请求地址,可在 .env.** 文件中修改 | |||
baseURL: ChainConfig().vite_base_url, | |||
baseURL: chainConfig[useGlobalStore.getState().chain].vite_base_url, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
话说这里之前就有bug把。。切换网络了,这里不会变的,我这里突然想到但是没修还
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个我来想办法解决下,先合了
}; | ||
|
||
return ( | ||
<Select | ||
value={selectedValue} | ||
<Select<Chain> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
有什么问题
No description provided.