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