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