소스 검색

feat:修改认证bug

Jake 5 달 전
부모
커밋
4ed733894c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      packages/app/src/pages/mine/authentication/index.vue

+ 1 - 0
packages/app/src/pages/mine/authentication/index.vue

@@ -175,6 +175,7 @@ onMounted(async () => {
         'mobile',
         'employer',
       ]),
+      channelSource: userAuthInfo.value.channelSource.toString(),
       spatialExpertiseType: userAuthInfo.value.spatialExpertiseType?.split(','),
     }
     setReferrerExisting(userAuthInfo.value.channelSource.toString())