|
|
@@ -56,7 +56,7 @@ export default {
|
|
|
return;
|
|
|
}
|
|
|
this.toastLoading(0, '切换中,请稍候...', true);
|
|
|
- switchChainIdentity({ chainCode: chain.chainCode }).then((res) => {
|
|
|
+ switchChainIdentity({ userMultipleChainId: chain.multipleChainId }).then((res) => {
|
|
|
this.toastLoading().clear();
|
|
|
if (res.code === 200) {
|
|
|
store.dispatch('getUserInfo').then(() => {
|