浏览代码

修改回调地址

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