Explorar el Código

feat:修改认证bug

Jake hace 5 meses
padre
commit
4ed733894c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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())