ZaiZai 2 жил өмнө
parent
commit
e4cbcf7984

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

@@ -33,6 +33,7 @@ const isErrorShow = ref(false)
 
 //渲染完成
 onMounted(() => {
+    ///#/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