Optimize import. Optimize date convert.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import request from '@/services'
|
||||
import { URL_LOGIN, URL_LOGOUT } from '@/constants/urls.constants'
|
||||
import request from '@/services'
|
||||
|
||||
export const r_auth_login = (username: string, password: string) =>
|
||||
request.post<TokenVo>(URL_LOGIN, {
|
||||
|
||||
Reference in New Issue
Block a user