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

@@ -7,7 +7,7 @@ import {
PERMISSION_TOKEN_RENEW_SUCCESS,
PERMISSION_UNAUTHORIZED
} from '@/constants/common.constants'
import { getToken, removeToken, setToken } from '@/utils/common'
import { getToken, setToken, removeToken } from '@/util/auth'
const service: AxiosInstance = axios.create({
baseURL: import.meta.env.VITE_API_URL,