Optimize util structure

This commit is contained in:
2023-11-30 13:57:45 +08:00
parent bf8f915b15
commit f595cb380a
19 changed files with 285 additions and 285 deletions

View File

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