mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 21:58:03 +00:00
fix: bugs
fix: bugs
This commit is contained in:
parent
1444bbefa2
commit
70d1de0e0f
62 changed files with 368 additions and 284 deletions
|
|
@ -5,10 +5,10 @@ import {
|
|||
fetchLoginQrCodeKey,
|
||||
loginWithEmail,
|
||||
loginWithPhone,
|
||||
} from '@/api/auth'
|
||||
import SvgIcon from '@/components/SvgIcon'
|
||||
import { state } from '@/store'
|
||||
import { setCookies } from '@/utils/cookie'
|
||||
} from '@/renderer/api/auth'
|
||||
import SvgIcon from '@/renderer/components/SvgIcon'
|
||||
import { state } from '@/renderer/store'
|
||||
import { setCookies } from '@/renderer/utils/cookie'
|
||||
import { useInterval } from 'react-use'
|
||||
|
||||
enum Method {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue