This commit is contained in:
Patrick Alvin Alcala 2025-11-21 15:34:18 +08:00
parent afb5f3a287
commit db3736b71f
16 changed files with 203 additions and 181 deletions

View file

@ -1,8 +1,8 @@
import { ofetch } from 'ofetch'
import { $backendUrl } from '../../../../configs/config.api'
import { $tokenName, $tokenExpiration } from '../../../../configs/config.security'
import { encryptRsa } from '../../scripts'
import { $backendUrl } from 'configs/config.api'
import { $tokenExpiration, $tokenName } from 'configs/config.security'
import dayjs from 'dayjs'
import encryptRsa from '../../scripts/functions/encryptRsa'
import { ofetch } from 'ofetch'
const URL = $backendUrl.get()
const TOKEN_NAME = $tokenName.get()