Explorar o código

第三方授权登录

ZaiZai %!s(int64=2) %!d(string=hai) anos
pai
achega
037efa1031
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/user/auth.vue

+ 1 - 1
src/views/user/auth.vue

@@ -33,7 +33,7 @@ const isErrorShow = ref(false)
 
 //渲染完成
 onMounted(() => {
-    ///#/auth?token=xxxxxxx&account=aaaa&timestamp=1670233144838&timeInterval=300&moduleCode=UTF-8
+    // 域名后加  /#/auth?token=xxxxxxx&account=aaaa&timestamp=1670233144838&timeInterval=300&moduleCode=UTF-8
     const { token, account, timestamp, timeInterval, moduleCode } = useRoutes?.query;
     if (token && account && timestamp && timeInterval && moduleCode) {
         isErrorShow.value = false