refactor: project configuration

This commit is contained in:
Tristan Yang
2023-05-15 16:46:50 +08:00
parent 187ffd24d1
commit 20b907aae4
293 changed files with 991 additions and 964 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ import {
LoginCredential,
RenewTokenDTO,
RenewTokenResponse
} from "../../types/auth";
import { UserRegDTO, UserRegResponse } from "../../types/user";
} from "@/types/auth";
import { UserRegDTO, UserRegResponse } from "@/types/user";
const getDeviceId = () => {
let d = localStorage.getItem(KEY_DEVICE_ID);