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