Optimize code

This commit is contained in:
2023-10-15 18:16:30 +08:00
parent 2d1eb8d9e2
commit 2af3219e59
11 changed files with 64 additions and 92 deletions

View File

@@ -1,6 +1,6 @@
import { getLoginStatus } from '@/utils/auth.ts'
import { PRODUCTION_NAME } from '@/constants/Common.constants.ts'
import { getRedirectUrl } from '@/utils/common.ts'
import { getLoginStatus } from '@/utils/auth'
import { PRODUCTION_NAME } from '@/constants/common.constants'
import { getRedirectUrl } from '@/utils/common'
const AuthRoute = () => {
const matches = useMatches()