Vue 로그인 경로 admin 추가
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
import type { LoginReqType, LoginResType } from '~/types/login';
|
||||
import type { LoginRequestType, LoginResponseType } from '~/types/login';
|
||||
|
||||
export const DEFAULT_AUTHENTICATION_VALUE: LoginReqType = {
|
||||
export const DEFAULT_AUTHENTICATION_VALUE: LoginRequestType = {
|
||||
memberId: '',
|
||||
password: '',
|
||||
remember: false
|
||||
};
|
||||
|
||||
export const DEFAULT_AUTHORIZATION_VALUE: LoginResType = {
|
||||
export const DEFAULT_AUTHORIZATION_VALUE: LoginResponseType = {
|
||||
memberName: '',
|
||||
deptNm: '',
|
||||
instNm: '',
|
||||
|
||||
Reference in New Issue
Block a user