Prechádzať zdrojové kódy

feature_20260427_经销商用户多身份切换

zhujindu 2 dní pred
rodič
commit
2e98f23ffe
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/views/week/changeChain.vue

+ 1 - 1
src/views/week/changeChain.vue

@@ -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(() => {