Преглед изворни кода

feature_20260427_经销商用户多身份切换

zhujindu пре 2 дана
родитељ
комит
2e98f23ffe
1 измењених фајлова са 1 додато и 1 уклоњено
  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(() => {