fix: crypto.randomUUID is not a function

This commit is contained in:
landaiqing
2024-05-05 02:22:08 +08:00
parent 827570f6b2
commit 78d57d6acc

View File

@@ -1,5 +1,6 @@
import type { TicketInfoType, TokenInfoType } from 'react-rotate-captcha' import type { TicketInfoType, TokenInfoType } from 'react-rotate-captcha'
import { handle } from './canvas' import { handle } from './canvas'
import * as crypto from 'crypto'
import wallhaven from '@/assets/images/wallhaven.jpg' import wallhaven from '@/assets/images/wallhaven.jpg'
export type ActionType = { export type ActionType = {
code: 0 | 1 code: 0 | 1