Browse Source

第三方授权登录

ZaiZai 2 years ago
parent
commit
037efa1031
1 changed files with 1 additions and 1 deletions
  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