소스 검색

修改回调地址

yuanmingze 3 달 전
부모
커밋
67c0d88984
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/login/index.vue

+ 1 - 1
src/views/login/index.vue

@@ -306,7 +306,7 @@ const toAgreement = (type: string) => {
 
 onBeforeMount(() => {
   userStore.LogOut()
-  registerUrlParams.value.returnUrl = `${location.origin}${route.fullPath}`
+  registerUrlParams.value.returnUrl = `${location.origin}/h5${route.fullPath}`
   const pushRecordId = route?.query.pushRecordId || ''
   if (pushRecordId) {
     sendEtsSms.pushRecordId = pushRecordId as string